GET api/v1/billing/invoices/aborted
Return list of invoices which failed to send (available for admins)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Com.Healthbridge.Hhas.Billing.Interface.ValueObjects.InvoiceSendingStatusVo| Name | Description | Type | Additional information |
|---|---|---|---|
| PracticeId | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| Reason | string |
None. |
|
| Status | string |
None. |
|
| System | string |
None. |
|
| SendingTime | date |
None. |
|
| SendingAttempts | integer |
None. |
|
| SendingType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PracticeId": "1c2d9508-589f-4ac3-8898-16c402da5ea8",
"EncounterId": "fede1c96-5f76-4f88-b173-7c5fb843bfd3",
"InvoiceId": "a7d00b48-46d6-4e66-bf74-8ab8e731ff3c",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2026-02-05T18:06:25Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
},
{
"PracticeId": "1c2d9508-589f-4ac3-8898-16c402da5ea8",
"EncounterId": "fede1c96-5f76-4f88-b173-7c5fb843bfd3",
"InvoiceId": "a7d00b48-46d6-4e66-bf74-8ab8e731ff3c",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2026-02-05T18:06:25Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoiceSendingStatusVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Billing.Interface.ValueObjects">
<InvoiceSendingStatusVo>
<EncounterId>fede1c96-5f76-4f88-b173-7c5fb843bfd3</EncounterId>
<InvoiceId>a7d00b48-46d6-4e66-bf74-8ab8e731ff3c</InvoiceId>
<PracticeId>1c2d9508-589f-4ac3-8898-16c402da5ea8</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2026-02-05T18:06:25.5766012+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
<InvoiceSendingStatusVo>
<EncounterId>fede1c96-5f76-4f88-b173-7c5fb843bfd3</EncounterId>
<InvoiceId>a7d00b48-46d6-4e66-bf74-8ab8e731ff3c</InvoiceId>
<PracticeId>1c2d9508-589f-4ac3-8898-16c402da5ea8</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2026-02-05T18:06:25.5766012+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
</ArrayOfInvoiceSendingStatusVo>