POST api/FrontierWeb/DowEdiBooking/GetInventoryAllocationDetailsList
Returns a list of the Inventory Details list.
Request Information
URI Parameters
None.
Body Parameters
GetInventoryAllocationDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| CustomerId | string |
None. |
|
| CostCenterId | string |
None. |
|
| Product | string |
None. |
|
| PackageCode | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
Sample not available.
Response Information
Resource Description
InventoryProductDetails List
Collection of InventoryAllocationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| TramsShipmentId | string |
None. |
|
| Lot | string |
None. |
|
| CutoffDate | date |
None. |
|
| CustomerOrder | string |
None. |
|
| BookingId | string |
None. |
|
| AllocatedQuantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TramsShipmentId": "sample string 1",
"Lot": "sample string 2",
"CutoffDate": "2025-11-05T15:00:52.2254048-06:00",
"CustomerOrder": "sample string 4",
"BookingId": "sample string 5",
"AllocatedQuantity": 6.0
},
{
"TramsShipmentId": "sample string 1",
"Lot": "sample string 2",
"CutoffDate": "2025-11-05T15:00:52.2254048-06:00",
"CustomerOrder": "sample string 4",
"BookingId": "sample string 5",
"AllocatedQuantity": 6.0
}
]
text/html
Sample:
[{"TramsShipmentId":"sample string 1","Lot":"sample string 2","CutoffDate":"2025-11-05T15:00:52.2254048-06:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0},{"TramsShipmentId":"sample string 1","Lot":"sample string 2","CutoffDate":"2025-11-05T15:00:52.2254048-06:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0}]