GET api/FrontierWeb/DowEdiDomestics/GetDowDomesticEquipmentInventoryDetailList/{deliveryIdNo}/{interchangeId}
Returns a list of Dow Booking Equipment Inventory Details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deliveryIdNo | string |
Required |
|
| interchangeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DowBookingEquipmentInventoryDetail List
Collection of DowBookingEquipmentInventoryDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryIdNo | string |
None. |
|
| InterchangeId | string |
None. |
|
| LineItemId | string |
None. |
|
| ProductAliasCode | string |
None. |
|
| ProductAliasDescription | string |
None. |
|
| TramsProductId | string |
None. |
|
| Lot | string |
None. |
|
| TramsPackageCode | string |
None. |
|
| TramsPackagesPerPallet | integer |
None. |
|
| OrderQuantity | integer |
None. |
|
| OrderWeight | decimal number |
None. |
|
| AllocatedQuantity | decimal number |
None. |
|
| AllocatedWeight | decimal number |
None. |
|
| DeliveryNoteGMID | string |
None. |
|
| BaseBulkGMID | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryIdNo": "sample string 1",
"InterchangeId": "sample string 2",
"LineItemId": "sample string 3",
"ProductAliasCode": "sample string 4",
"ProductAliasDescription": "sample string 5",
"TramsProductId": "sample string 6",
"Lot": "sample string 7",
"TramsPackageCode": "sample string 8",
"TramsPackagesPerPallet": 9,
"OrderQuantity": 10,
"OrderWeight": 11.0,
"AllocatedQuantity": 12.0,
"AllocatedWeight": 13.0,
"DeliveryNoteGMID": "sample string 14",
"BaseBulkGMID": "sample string 15"
},
{
"DeliveryIdNo": "sample string 1",
"InterchangeId": "sample string 2",
"LineItemId": "sample string 3",
"ProductAliasCode": "sample string 4",
"ProductAliasDescription": "sample string 5",
"TramsProductId": "sample string 6",
"Lot": "sample string 7",
"TramsPackageCode": "sample string 8",
"TramsPackagesPerPallet": 9,
"OrderQuantity": 10,
"OrderWeight": 11.0,
"AllocatedQuantity": 12.0,
"AllocatedWeight": 13.0,
"DeliveryNoteGMID": "sample string 14",
"BaseBulkGMID": "sample string 15"
}
]
text/html
Sample:
[{"DeliveryIdNo":"sample string 1","InterchangeId":"sample string 2","LineItemId":"sample string 3","ProductAliasCode":"sample string 4","ProductAliasDescription":"sample string 5","TramsProductId":"sample string 6","Lot":"sample string 7","TramsPackageCode":"sample string 8","TramsPackagesPerPallet":9,"OrderQuantity":10,"OrderWeight":11.0,"AllocatedQuantity":12.0,"AllocatedWeight":13.0,"DeliveryNoteGMID":"sample string 14","BaseBulkGMID":"sample string 15"},{"DeliveryIdNo":"sample string 1","InterchangeId":"sample string 2","LineItemId":"sample string 3","ProductAliasCode":"sample string 4","ProductAliasDescription":"sample string 5","TramsProductId":"sample string 6","Lot":"sample string 7","TramsPackageCode":"sample string 8","TramsPackagesPerPallet":9,"OrderQuantity":10,"OrderWeight":11.0,"AllocatedQuantity":12.0,"AllocatedWeight":13.0,"DeliveryNoteGMID":"sample string 14","BaseBulkGMID":"sample string 15"}]