GET api/InvoiceImages/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceImageData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| ImageName | string |
None. |
|
| AckNumber | string |
None. |
|
| Identifier | string |
None. |
|
| IsDeleted | integer |
None. |
|
| Updated | date |
None. |
|
| TxnDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b9c6d634-86eb-437e-b525-b5110c0233ab",
"InvoiceId": "9e95f93f-3bb6-4d8f-bd09-53f6b774d795",
"ImageName": "sample string 2",
"AckNumber": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:39:31.8895652-05:00",
"TxnDate": "2025-12-15T23:39:31.8895652-05:00"
},
{
"Id": "b9c6d634-86eb-437e-b525-b5110c0233ab",
"InvoiceId": "9e95f93f-3bb6-4d8f-bd09-53f6b774d795",
"ImageName": "sample string 2",
"AckNumber": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:39:31.8895652-05:00",
"TxnDate": "2025-12-15T23:39:31.8895652-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoiceImageData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<InvoiceImageData>
<AckNumber>sample string 3</AckNumber>
<Id>b9c6d634-86eb-437e-b525-b5110c0233ab</Id>
<Identifier>sample string 4</Identifier>
<ImageName>sample string 2</ImageName>
<InvoiceId>9e95f93f-3bb6-4d8f-bd09-53f6b774d795</InvoiceId>
<IsDeleted>1</IsDeleted>
<TxnDate>2025-12-15T23:39:31.8895652-05:00</TxnDate>
<Updated>2025-12-15T23:39:31.8895652-05:00</Updated>
</InvoiceImageData>
<InvoiceImageData>
<AckNumber>sample string 3</AckNumber>
<Id>b9c6d634-86eb-437e-b525-b5110c0233ab</Id>
<Identifier>sample string 4</Identifier>
<ImageName>sample string 2</ImageName>
<InvoiceId>9e95f93f-3bb6-4d8f-bd09-53f6b774d795</InvoiceId>
<IsDeleted>1</IsDeleted>
<TxnDate>2025-12-15T23:39:31.8895652-05:00</TxnDate>
<Updated>2025-12-15T23:39:31.8895652-05:00</Updated>
</InvoiceImageData>
</ArrayOfInvoiceImageData>