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": "51436004-ee8a-43b5-8031-b9b499e7cc41", "EncounterId": "8f6e6ba6-f863-4955-b4fb-5c1c2bd2c29a", "InvoiceId": "ba40035c-c1a9-4c12-9556-83e1e0eaf88b", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-06-18T15:43:05Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "51436004-ee8a-43b5-8031-b9b499e7cc41", "EncounterId": "8f6e6ba6-f863-4955-b4fb-5c1c2bd2c29a", "InvoiceId": "ba40035c-c1a9-4c12-9556-83e1e0eaf88b", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-06-18T15:43: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>8f6e6ba6-f863-4955-b4fb-5c1c2bd2c29a</EncounterId> <InvoiceId>ba40035c-c1a9-4c12-9556-83e1e0eaf88b</InvoiceId> <PracticeId>51436004-ee8a-43b5-8031-b9b499e7cc41</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-06-18T15:43:05.1750304+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> <InvoiceSendingStatusVo> <EncounterId>8f6e6ba6-f863-4955-b4fb-5c1c2bd2c29a</EncounterId> <InvoiceId>ba40035c-c1a9-4c12-9556-83e1e0eaf88b</InvoiceId> <PracticeId>51436004-ee8a-43b5-8031-b9b499e7cc41</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-06-18T15:43:05.1750304+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> </ArrayOfInvoiceSendingStatusVo>