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.InvoiceSendingStatusVoName | 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": "f57c55b5-269b-4032-8abe-30555b9bc72f", "EncounterId": "857bd0f6-a72f-4e69-b21c-7cb95f2807b2", "InvoiceId": "5c90ab22-afe5-4f8a-a11b-7946226ea77f", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-10-11T17:36:05Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "f57c55b5-269b-4032-8abe-30555b9bc72f", "EncounterId": "857bd0f6-a72f-4e69-b21c-7cb95f2807b2", "InvoiceId": "5c90ab22-afe5-4f8a-a11b-7946226ea77f", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-10-11T17:36:05Z", "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>857bd0f6-a72f-4e69-b21c-7cb95f2807b2</EncounterId> <InvoiceId>5c90ab22-afe5-4f8a-a11b-7946226ea77f</InvoiceId> <PracticeId>f57c55b5-269b-4032-8abe-30555b9bc72f</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-10-11T17:36:05.9417972+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> <InvoiceSendingStatusVo> <EncounterId>857bd0f6-a72f-4e69-b21c-7cb95f2807b2</EncounterId> <InvoiceId>5c90ab22-afe5-4f8a-a11b-7946226ea77f</InvoiceId> <PracticeId>f57c55b5-269b-4032-8abe-30555b9bc72f</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-10-11T17:36:05.9417972+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> </ArrayOfInvoiceSendingStatusVo>