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.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": "21fb2ed9-fcec-4c25-8eb7-ff3d7de4ac2b", "EncounterId": "d591ffef-4e5d-4b8b-a8c7-c706d153cfca", "InvoiceId": "69cfa0f4-4b0a-468c-b579-3a6be738c2d2", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-14T18:06:05Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "21fb2ed9-fcec-4c25-8eb7-ff3d7de4ac2b", "EncounterId": "d591ffef-4e5d-4b8b-a8c7-c706d153cfca", "InvoiceId": "69cfa0f4-4b0a-468c-b579-3a6be738c2d2", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-14T18:06: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>d591ffef-4e5d-4b8b-a8c7-c706d153cfca</EncounterId> <InvoiceId>69cfa0f4-4b0a-468c-b579-3a6be738c2d2</InvoiceId> <PracticeId>21fb2ed9-fcec-4c25-8eb7-ff3d7de4ac2b</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-14T18:06:05.0604462+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> <InvoiceSendingStatusVo> <EncounterId>d591ffef-4e5d-4b8b-a8c7-c706d153cfca</EncounterId> <InvoiceId>69cfa0f4-4b0a-468c-b579-3a6be738c2d2</InvoiceId> <PracticeId>21fb2ed9-fcec-4c25-8eb7-ff3d7de4ac2b</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-14T18:06:05.0604462+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> </ArrayOfInvoiceSendingStatusVo>