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": "0e195157-4a98-4771-ae8c-4334a5317d1c",
"EncounterId": "ed609e55-4758-4373-b68f-fc5f55d141ec",
"InvoiceId": "0c8d2df9-5eff-432b-b383-ed3781ed9263",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2025-12-10T19:48:07Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
},
{
"PracticeId": "0e195157-4a98-4771-ae8c-4334a5317d1c",
"EncounterId": "ed609e55-4758-4373-b68f-fc5f55d141ec",
"InvoiceId": "0c8d2df9-5eff-432b-b383-ed3781ed9263",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2025-12-10T19:48:07Z",
"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>ed609e55-4758-4373-b68f-fc5f55d141ec</EncounterId>
<InvoiceId>0c8d2df9-5eff-432b-b383-ed3781ed9263</InvoiceId>
<PracticeId>0e195157-4a98-4771-ae8c-4334a5317d1c</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2025-12-10T19:48:07.1519591+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
<InvoiceSendingStatusVo>
<EncounterId>ed609e55-4758-4373-b68f-fc5f55d141ec</EncounterId>
<InvoiceId>0c8d2df9-5eff-432b-b383-ed3781ed9263</InvoiceId>
<PracticeId>0e195157-4a98-4771-ae8c-4334a5317d1c</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2025-12-10T19:48:07.1519591+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
</ArrayOfInvoiceSendingStatusVo>