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": "b2a43f9b-92b6-4000-a1cf-579674366c1f",
      "EncounterId": "30e00ff9-bd21-4358-addc-574b9bb055d2",
      "InvoiceId": "4bc0e5f9-acea-4c4a-82f8-32fcca47bca5",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2025-04-21T16:47:21Z",
      "SendingAttempts": 8,
      "SendingType": "sample string 9"
    },
    {
      "PracticeId": "b2a43f9b-92b6-4000-a1cf-579674366c1f",
      "EncounterId": "30e00ff9-bd21-4358-addc-574b9bb055d2",
      "InvoiceId": "4bc0e5f9-acea-4c4a-82f8-32fcca47bca5",
      "Reason": "sample string 4",
      "Status": "sample string 5",
      "System": "sample string 6",
      "SendingTime": "2025-04-21T16:47:21Z",
      "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>30e00ff9-bd21-4358-addc-574b9bb055d2</d2p1:EncounterId>
      <d2p1:InvoiceId>4bc0e5f9-acea-4c4a-82f8-32fcca47bca5</d2p1:InvoiceId>
      <d2p1:PracticeId>b2a43f9b-92b6-4000-a1cf-579674366c1f</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2025-04-21T16:47:21.9845173+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>30e00ff9-bd21-4358-addc-574b9bb055d2</d2p1:EncounterId>
      <d2p1:InvoiceId>4bc0e5f9-acea-4c4a-82f8-32fcca47bca5</d2p1:InvoiceId>
      <d2p1:PracticeId>b2a43f9b-92b6-4000-a1cf-579674366c1f</d2p1:PracticeId>
      <d2p1:Reason>sample string 4</d2p1:Reason>
      <d2p1:SendingAttempts>8</d2p1:SendingAttempts>
      <d2p1:SendingTime>2025-04-21T16:47:21.9845173+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>