GET api/OrderGuideItems
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": "1f6d335b-16cd-418d-8e0f-b0d125253765",
"SalesCallId": "58341cb3-1192-4a2b-8c65-69911ec746e8",
"ProductId": "b88507ae-d2a6-42f4-bc5d-6baf0b5f24d7",
"PackageId": "189012ee-5b8f-4043-8994-16d7bdcea27c",
"Inventory": 1,
"ReorderLevel": 1,
"ReorderQuantity": 1,
"ClientData": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:37:09.0011576-05:00"
},
{
"Id": "1f6d335b-16cd-418d-8e0f-b0d125253765",
"SalesCallId": "58341cb3-1192-4a2b-8c65-69911ec746e8",
"ProductId": "b88507ae-d2a6-42f4-bc5d-6baf0b5f24d7",
"PackageId": "189012ee-5b8f-4043-8994-16d7bdcea27c",
"Inventory": 1,
"ReorderLevel": 1,
"ReorderQuantity": 1,
"ClientData": "sample string 3",
"Identifier": "sample string 4",
"IsDeleted": 1,
"Updated": "2025-12-15T23:37:09.0011576-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>1f6d335b-16cd-418d-8e0f-b0d125253765</Id>
<Identifier>sample string 4</Identifier>
<Inventory>1</Inventory>
<IsDeleted>1</IsDeleted>
<PackageId>189012ee-5b8f-4043-8994-16d7bdcea27c</PackageId>
<ProductId>b88507ae-d2a6-42f4-bc5d-6baf0b5f24d7</ProductId>
<ReorderLevel>1</ReorderLevel>
<ReorderQuantity>1</ReorderQuantity>
<SalesCallId>58341cb3-1192-4a2b-8c65-69911ec746e8</SalesCallId>
<Updated>2025-12-15T23:37:09.0011576-05:00</Updated>
</OrderGuideItemData>
<OrderGuideItemData>
<ClientData>sample string 3</ClientData>
<Id>1f6d335b-16cd-418d-8e0f-b0d125253765</Id>
<Identifier>sample string 4</Identifier>
<Inventory>1</Inventory>
<IsDeleted>1</IsDeleted>
<PackageId>189012ee-5b8f-4043-8994-16d7bdcea27c</PackageId>
<ProductId>b88507ae-d2a6-42f4-bc5d-6baf0b5f24d7</ProductId>
<ReorderLevel>1</ReorderLevel>
<ReorderQuantity>1</ReorderQuantity>
<SalesCallId>58341cb3-1192-4a2b-8c65-69911ec746e8</SalesCallId>
<Updated>2025-12-15T23:37:09.0011576-05:00</Updated>
</OrderGuideItemData>
</ArrayOfOrderGuideItemData>