GET api/v1/billing/invoices/failed
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": "26d78023-25ff-4db9-976b-64e352e6bf0b",
"EncounterId": "6f8caf1e-9cec-4512-96b8-aa79cae19152",
"InvoiceId": "875b72c7-6e02-4a20-89c8-e5a7c8f3a286",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2026-05-20T20:09:49Z",
"SendingAttempts": 8,
"SendingType": "sample string 9"
},
{
"PracticeId": "26d78023-25ff-4db9-976b-64e352e6bf0b",
"EncounterId": "6f8caf1e-9cec-4512-96b8-aa79cae19152",
"InvoiceId": "875b72c7-6e02-4a20-89c8-e5a7c8f3a286",
"Reason": "sample string 4",
"Status": "sample string 5",
"System": "sample string 6",
"SendingTime": "2026-05-20T20:09:49Z",
"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>6f8caf1e-9cec-4512-96b8-aa79cae19152</EncounterId>
<InvoiceId>875b72c7-6e02-4a20-89c8-e5a7c8f3a286</InvoiceId>
<PracticeId>26d78023-25ff-4db9-976b-64e352e6bf0b</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2026-05-20T20:09:49.9361753+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
<InvoiceSendingStatusVo>
<EncounterId>6f8caf1e-9cec-4512-96b8-aa79cae19152</EncounterId>
<InvoiceId>875b72c7-6e02-4a20-89c8-e5a7c8f3a286</InvoiceId>
<PracticeId>26d78023-25ff-4db9-976b-64e352e6bf0b</PracticeId>
<Reason>sample string 4</Reason>
<SendingAttempts>8</SendingAttempts>
<SendingTime>2026-05-20T20:09:49.9361753+02:00</SendingTime>
<SendingType>sample string 9</SendingType>
<Status>sample string 5</Status>
<System>sample string 6</System>
</InvoiceSendingStatusVo>
</ArrayOfInvoiceSendingStatusVo>