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": "54c5e38d-1c94-4d56-a4e5-e50cea1eec9b", "EncounterId": "bef48a1d-aff3-41fd-8e64-f8025d7d96aa", "InvoiceId": "b793edc7-579f-4f62-9895-08b37ce8daf1", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-21T17:19:17Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "54c5e38d-1c94-4d56-a4e5-e50cea1eec9b", "EncounterId": "bef48a1d-aff3-41fd-8e64-f8025d7d96aa", "InvoiceId": "b793edc7-579f-4f62-9895-08b37ce8daf1", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-21T17:19:17Z", "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>bef48a1d-aff3-41fd-8e64-f8025d7d96aa</EncounterId> <InvoiceId>b793edc7-579f-4f62-9895-08b37ce8daf1</InvoiceId> <PracticeId>54c5e38d-1c94-4d56-a4e5-e50cea1eec9b</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-21T17:19:17.3968766+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> <InvoiceSendingStatusVo> <EncounterId>bef48a1d-aff3-41fd-8e64-f8025d7d96aa</EncounterId> <InvoiceId>b793edc7-579f-4f62-9895-08b37ce8daf1</InvoiceId> <PracticeId>54c5e38d-1c94-4d56-a4e5-e50cea1eec9b</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-21T17:19:17.3968766+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> </ArrayOfInvoiceSendingStatusVo>