POST api/v1/billing/invoices/retryallfailed
Trigger command to retry all failed invoices to external system
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Ids of the invoices
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiResultOfSystem.Collections.Generic.ListOfCom.Healthbridge.Hhas.Billing.Interface.ValueObjects.InvoiceSendingStatusVo| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucess | boolean |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseMessage | string |
None. |
|
| Data | Collection of Com.Healthbridge.Hhas.Billing.Interface.ValueObjects.InvoiceSendingStatusVo |
None. |
|
| Links | Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiLink |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucess": true,
"ResponseCode": 2,
"ResponseMessage": "sample string 3",
"Data": [
{
"PracticeId": "aa122594-478b-4b0a-ab1f-2fdd307930b5",
"EncounterId": "d1d59b72-742f-44fd-818a-1ad4958da0fc",
"InvoiceId": "81409f7b-0b26-4f1b-aaa0-271b171c8c04",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2025-12-14T19:20:43Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
},
{
"PracticeId": "aa122594-478b-4b0a-ab1f-2fdd307930b5",
"EncounterId": "d1d59b72-742f-44fd-818a-1ad4958da0fc",
"InvoiceId": "81409f7b-0b26-4f1b-aaa0-271b171c8c04",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2025-12-14T19:20:43Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
}
],
"Links": [
{
"Rel": "sample string 1",
"HRef": "sample string 2"
},
{
"Rel": "sample string 1",
"HRef": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<RestApiResultOfArrayOfInvoiceSendingStatusVo8ZwS41wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Billing.Interface.ValueObjects">
<d2p1:InvoiceSendingStatusVo>
<d2p1:EncounterId>d1d59b72-742f-44fd-818a-1ad4958da0fc</d2p1:EncounterId>
<d2p1:InvoiceId>81409f7b-0b26-4f1b-aaa0-271b171c8c04</d2p1:InvoiceId>
<d2p1:PracticeId>aa122594-478b-4b0a-ab1f-2fdd307930b5</d2p1:PracticeId>
<d2p1:Reason>sample string 4</d2p1:Reason>
<d2p1:SendingAttempts>8</d2p1:SendingAttempts>
<d2p1:SendingTime>2025-12-14T19:20:43.1992775+02:00</d2p1:SendingTime>
<d2p1:SendingType>sample string 9</d2p1:SendingType>
<d2p1:Status>sample string 5</d2p1:Status>
<d2p1:System>sample string 6</d2p1:System>
</d2p1:InvoiceSendingStatusVo>
<d2p1:InvoiceSendingStatusVo>
<d2p1:EncounterId>d1d59b72-742f-44fd-818a-1ad4958da0fc</d2p1:EncounterId>
<d2p1:InvoiceId>81409f7b-0b26-4f1b-aaa0-271b171c8c04</d2p1:InvoiceId>
<d2p1:PracticeId>aa122594-478b-4b0a-ab1f-2fdd307930b5</d2p1:PracticeId>
<d2p1:Reason>sample string 4</d2p1:Reason>
<d2p1:SendingAttempts>8</d2p1:SendingAttempts>
<d2p1:SendingTime>2025-12-14T19:20:43.1992775+02:00</d2p1:SendingTime>
<d2p1:SendingType>sample string 9</d2p1:SendingType>
<d2p1:Status>sample string 5</d2p1:Status>
<d2p1:System>sample string 6</d2p1:System>
</d2p1:InvoiceSendingStatusVo>
</Data>
<Links>
<RestApiLink>
<HRef>sample string 2</HRef>
<Rel>sample string 1</Rel>
</RestApiLink>
<RestApiLink>
<HRef>sample string 2</HRef>
<Rel>sample string 1</Rel>
</RestApiLink>
</Links>
<ResponseCode>2</ResponseCode>
<ResponseMessage>sample string 3</ResponseMessage>
<Sucess>true</Sucess>
</RestApiResultOfArrayOfInvoiceSendingStatusVo8ZwS41wm>