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.InvoiceSendingStatusVoName | 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": "1cca7d57-6452-4f20-b204-956ff5d13b00", "EncounterId": "f2134771-5620-4aab-9b7e-907528be694b", "InvoiceId": "6cbd52e7-b4b5-46d2-8928-35e62a45ee92", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-06-25T00:42:56Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "1cca7d57-6452-4f20-b204-956ff5d13b00", "EncounterId": "f2134771-5620-4aab-9b7e-907528be694b", "InvoiceId": "6cbd52e7-b4b5-46d2-8928-35e62a45ee92", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-06-25T00:42:56Z", "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>f2134771-5620-4aab-9b7e-907528be694b</d2p1:EncounterId> <d2p1:InvoiceId>6cbd52e7-b4b5-46d2-8928-35e62a45ee92</d2p1:InvoiceId> <d2p1:PracticeId>1cca7d57-6452-4f20-b204-956ff5d13b00</d2p1:PracticeId> <d2p1:Reason>sample string 4</d2p1:Reason> <d2p1:SendingAttempts>8</d2p1:SendingAttempts> <d2p1:SendingTime>2025-06-25T00:42:56.0530522+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>f2134771-5620-4aab-9b7e-907528be694b</d2p1:EncounterId> <d2p1:InvoiceId>6cbd52e7-b4b5-46d2-8928-35e62a45ee92</d2p1:InvoiceId> <d2p1:PracticeId>1cca7d57-6452-4f20-b204-956ff5d13b00</d2p1:PracticeId> <d2p1:Reason>sample string 4</d2p1:Reason> <d2p1:SendingAttempts>8</d2p1:SendingAttempts> <d2p1:SendingTime>2025-06-25T00:42:56.0530522+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>