GET api/OrderGuideItems/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OrderGuideItemData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SalesCallId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PackageId | globally unique identifier |
None. |
|
| Inventory | integer |
None. |
|
| ReorderLevel | integer |
None. |
|
| ReorderQuantity | integer |
None. |
|
| ClientData | string |
None. |
|
| Identifier | string |
None. |
|
| IsDeleted | integer |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "d40ebd03-a832-4839-8297-6daea14148ad",
"SalesCallId": "6b2ea3c0-eb29-4207-a46d-1b9404cbfa66",
"ProductId": "51a38bfa-80c3-4794-b160-b0e4bb548445",
"PackageId": "c7f35984-00d4-4409-b888-35420331ee4e",
"Inventory": 1,
"ReorderLevel": 1,
"ReorderQuantity": 1,
"ClientData": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:45:47.0261929-05:00"
},
{
"Id": "d40ebd03-a832-4839-8297-6daea14148ad",
"SalesCallId": "6b2ea3c0-eb29-4207-a46d-1b9404cbfa66",
"ProductId": "51a38bfa-80c3-4794-b160-b0e4bb548445",
"PackageId": "c7f35984-00d4-4409-b888-35420331ee4e",
"Inventory": 1,
"ReorderLevel": 1,
"ReorderQuantity": 1,
"ClientData": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:45:47.0261929-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderGuideItemData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<OrderGuideItemData>
<ClientData>sample string 3</ClientData>
<Id>d40ebd03-a832-4839-8297-6daea14148ad</Id>
<Identifier>sample string 4</Identifier>
<Inventory>1</Inventory>
<IsDeleted>1</IsDeleted>
<PackageId>c7f35984-00d4-4409-b888-35420331ee4e</PackageId>
<ProductId>51a38bfa-80c3-4794-b160-b0e4bb548445</ProductId>
<ReorderLevel>1</ReorderLevel>
<ReorderQuantity>1</ReorderQuantity>
<SalesCallId>6b2ea3c0-eb29-4207-a46d-1b9404cbfa66</SalesCallId>
<Updated>2025-12-15T23:45:47.0261929-05:00</Updated>
</OrderGuideItemData>
<OrderGuideItemData>
<ClientData>sample string 3</ClientData>
<Id>d40ebd03-a832-4839-8297-6daea14148ad</Id>
<Identifier>sample string 4</Identifier>
<Inventory>1</Inventory>
<IsDeleted>1</IsDeleted>
<PackageId>c7f35984-00d4-4409-b888-35420331ee4e</PackageId>
<ProductId>51a38bfa-80c3-4794-b160-b0e4bb548445</ProductId>
<ReorderLevel>1</ReorderLevel>
<ReorderQuantity>1</ReorderQuantity>
<SalesCallId>6b2ea3c0-eb29-4207-a46d-1b9404cbfa66</SalesCallId>
<Updated>2025-12-15T23:45:47.0261929-05:00</Updated>
</OrderGuideItemData>
</ArrayOfOrderGuideItemData>