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": "c00ebcdd-28a8-4fbe-a7f9-2c787ab90418",
      "EncounterId": "a4b3d9b0-9993-4d9c-bcc3-c44955e01393",
      "InvoiceId": "4372931f-360f-4249-a1f8-227160b05b50",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2025-10-21T00:44:55Z",
      "SendingAttempts": 8,
      "SendingType": "sample string 9"
    },
    {
      "PracticeId": "c00ebcdd-28a8-4fbe-a7f9-2c787ab90418",
      "EncounterId": "a4b3d9b0-9993-4d9c-bcc3-c44955e01393",
      "InvoiceId": "4372931f-360f-4249-a1f8-227160b05b50",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2025-10-21T00:44:55Z",
      "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>a4b3d9b0-9993-4d9c-bcc3-c44955e01393</d2p1:EncounterId>
      <d2p1:InvoiceId>4372931f-360f-4249-a1f8-227160b05b50</d2p1:InvoiceId>
      <d2p1:PracticeId>c00ebcdd-28a8-4fbe-a7f9-2c787ab90418</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2025-10-21T00:44:55.3146356+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>a4b3d9b0-9993-4d9c-bcc3-c44955e01393</d2p1:EncounterId>
      <d2p1:InvoiceId>4372931f-360f-4249-a1f8-227160b05b50</d2p1:InvoiceId>
      <d2p1:PracticeId>c00ebcdd-28a8-4fbe-a7f9-2c787ab90418</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2025-10-21T00:44:55.3146356+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>