GET api/order/OnlineOrderDetail/{id}
Allows you to pull the specific information about the online order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the Online Order Detail you want to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IOnlineOrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OnlineOrderID | integer |
None. |
|
| PriceID | integer |
None. |
|
| Description | string |
None. |
|
| IsAdditionalInfo | boolean |
None. |
|
| AdditionalInfoData | string |
None. |
|
| Compare | decimal number |
None. |
|
| TaxableAmount | decimal number |
None. |
|
| ShippingValue | decimal number |
None. |
|
| GroupOwnerOnlineOrderDetailID | integer |
None. |
|
| InventoryRelationshipGroupID | integer |
None. |
|
| SourceProgrammingKey | string |
None. |
|
| IsSoftCountExpired | boolean |
None. |
|
| WarehouseID | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<OnlineOrderDetail> <ID>0</ID> <OnlineOrderID>0</OnlineOrderID> <PriceID>0</PriceID> <ProductID /> <Description /> <Quantity>0</Quantity> <IsAdditionalInfo>False</IsAdditionalInfo> <AdditionalInfoData /> <SourceProgrammingKey /> <Tax /> <Price /> <Volume /> <Volume2 /> <Volume3 /> <Volume4 /> <OtherPrice /> <OtherPrice2 /> <OtherPrice3 /> <OtherPrice4 /> <Compare /> <TaxableAmount /> <ShippingValue /> <InventoryID>0</InventoryID> <GroupOwnerOnlineOrderDetailID>0</GroupOwnerOnlineOrderDetailID> <InventoryRelationshipGroupID>0</InventoryRelationshipGroupID> <IsSoftCountExpired>False</IsSoftCountExpired> <WarehouseID>0</WarehouseID> </OnlineOrderDetail>
application/json, text/json
Sample:
{
"ID": 0,
"OnlineOrderID": 0,
"PriceID": 0,
"Quantity": 0,
"IsAdditionalInfo": false,
"InventoryID": 0,
"GroupOwnerOnlineOrderDetailID": 0,
"InventoryRelationshipGroupID": 0,
"IsSoftCountExpired": false,
"WarehouseID": 0
}