GET api/InvoiceStops
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceStopData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| AckNumber | string |
None. |
|
| Identifier | string |
None. |
|
| IsDeleted | integer |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "5aff69e9-ec72-493a-ad62-12da8f881a80",
"InvoiceId": "85c38fe2-bfcc-49f5-bed7-2e5a45f12daf",
"AckNumber": "sample string 2",
"Identifier": "sample string 3",
"IsDeleted": 1,
"Updated": "2025-12-15T23:45:45.5075702-05:00"
},
{
"Id": "5aff69e9-ec72-493a-ad62-12da8f881a80",
"InvoiceId": "85c38fe2-bfcc-49f5-bed7-2e5a45f12daf",
"AckNumber": "sample string 2",
"Identifier": "sample string 3",
"IsDeleted": 1,
"Updated": "2025-12-15T23:45:45.5075702-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoiceStopData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<InvoiceStopData>
<AckNumber>sample string 2</AckNumber>
<Id>5aff69e9-ec72-493a-ad62-12da8f881a80</Id>
<Identifier>sample string 3</Identifier>
<InvoiceId>85c38fe2-bfcc-49f5-bed7-2e5a45f12daf</InvoiceId>
<IsDeleted>1</IsDeleted>
<Updated>2025-12-15T23:45:45.5075702-05:00</Updated>
</InvoiceStopData>
<InvoiceStopData>
<AckNumber>sample string 2</AckNumber>
<Id>5aff69e9-ec72-493a-ad62-12da8f881a80</Id>
<Identifier>sample string 3</Identifier>
<InvoiceId>85c38fe2-bfcc-49f5-bed7-2e5a45f12daf</InvoiceId>
<IsDeleted>1</IsDeleted>
<Updated>2025-12-15T23:45:45.5075702-05:00</Updated>
</InvoiceStopData>
</ArrayOfInvoiceStopData>