POST api/FrontierWeb/DowEdiBooking/GetInventoryAllocationDetailsList
Returns a list of the Inventory Details list.
Request Information
URI Parameters
None.
Body Parameters
GetInventoryAllocationDetailRequestName | 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 InventoryAllocationDetailName | 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-06-18T09:01:51.5068203-05:00", "CustomerOrder": "sample string 4", "BookingId": "sample string 5", "AllocatedQuantity": 6.0 }, { "TramsShipmentId": "sample string 1", "Lot": "sample string 2", "CutoffDate": "2025-06-18T09:01:51.5068203-05: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-06-18T09:01:51.5068203-05:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0},{"TramsShipmentId":"sample string 1","Lot":"sample string 2","CutoffDate":"2025-06-18T09:01:51.5068203-05:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0}]