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
NameDescriptionTypeAdditional 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": "f05f75f5-9af9-409a-9f5d-d247e6d52a8d",
      "EncounterId": "a1543a18-fe2d-4d2d-a6bf-b3d36d336144",
      "InvoiceId": "34d23323-a108-4139-b9d8-7780c2765092",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2026-05-08T11:39:18Z",
      "SendingAttempts": 8,
      "SendingType": "sample string 9"
    },
    {
      "PracticeId": "f05f75f5-9af9-409a-9f5d-d247e6d52a8d",
      "EncounterId": "a1543a18-fe2d-4d2d-a6bf-b3d36d336144",
      "InvoiceId": "34d23323-a108-4139-b9d8-7780c2765092",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2026-05-08T11:39:18Z",
      "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>a1543a18-fe2d-4d2d-a6bf-b3d36d336144</d2p1:EncounterId>
      <d2p1:InvoiceId>34d23323-a108-4139-b9d8-7780c2765092</d2p1:InvoiceId>
      <d2p1:PracticeId>f05f75f5-9af9-409a-9f5d-d247e6d52a8d</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2026-05-08T11:39:18.2835647+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>a1543a18-fe2d-4d2d-a6bf-b3d36d336144</d2p1:EncounterId>
      <d2p1:InvoiceId>34d23323-a108-4139-b9d8-7780c2765092</d2p1:InvoiceId>
      <d2p1:PracticeId>f05f75f5-9af9-409a-9f5d-d247e6d52a8d</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2026-05-08T11:39:18.2835647+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>