GET api/v1/billing/invoices/sent/sentDate/{sentDate}
Return list of sent invoices
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sentDate | date |
Required |
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": "d91b0a35-74c1-4b1e-b02d-e75a10a8efe5", "EncounterId": "92e61a3d-76a5-49e5-bbe9-ef4d2e4a91a0", "InvoiceId": "95f8f6fe-9f6c-4619-8fc0-5d1d1bb7b688", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-13T08:58:05Z", "SendingAttempts": 8, "SendingType": "sample string 9" }, { "PracticeId": "d91b0a35-74c1-4b1e-b02d-e75a10a8efe5", "EncounterId": "92e61a3d-76a5-49e5-bbe9-ef4d2e4a91a0", "InvoiceId": "95f8f6fe-9f6c-4619-8fc0-5d1d1bb7b688", "Reason": "sample string 4", "Status": "sample string 5", "System": "sample string 6", "SendingTime": "2025-04-13T08:58: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>92e61a3d-76a5-49e5-bbe9-ef4d2e4a91a0</EncounterId> <InvoiceId>95f8f6fe-9f6c-4619-8fc0-5d1d1bb7b688</InvoiceId> <PracticeId>d91b0a35-74c1-4b1e-b02d-e75a10a8efe5</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-13T08:58:05.9753185+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> <InvoiceSendingStatusVo> <EncounterId>92e61a3d-76a5-49e5-bbe9-ef4d2e4a91a0</EncounterId> <InvoiceId>95f8f6fe-9f6c-4619-8fc0-5d1d1bb7b688</InvoiceId> <PracticeId>d91b0a35-74c1-4b1e-b02d-e75a10a8efe5</PracticeId> <Reason>sample string 4</Reason> <SendingAttempts>8</SendingAttempts> <SendingTime>2025-04-13T08:58:05.9753185+02:00</SendingTime> <SendingType>sample string 9</SendingType> <Status>sample string 5</Status> <System>sample string 6</System> </InvoiceSendingStatusVo> </ArrayOfInvoiceSendingStatusVo>