POST api/FrontierWeb/DowEdiSeabulkBooking/GetAllocatableRailcarInventoryList
Returns a list of the available Railcar Inventory list.
Request Information
URI Parameters
None.
Body Parameters
GetAllocatableRailcarInventoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| CostCenterId | string |
None. |
|
| CustomerId | string |
None. |
|
| ProductId | string |
None. |
|
| Lot | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"CostCenterId": "sample string 2",
"CustomerId": "sample string 3",
"ProductId": "sample string 4",
"Lot": "sample string 5"
}
text/html
Sample:
{"CompanyCode":"sample string 1","CostCenterId":"sample string 2","CustomerId":"sample string 3","ProductId":"sample string 4","Lot":"sample string 5"}
Response Information
Resource Description
AvailableWarehouseInventory List
Collection of AllocatableRailcarInventory| Name | Description | Type | Additional information |
|---|---|---|---|
| CostCenterId | string |
None. |
|
| ProductId | string |
None. |
|
| Lot | string |
None. |
|
| FamilyId | string |
None. |
|
| RailcarArrivalDate | date |
None. |
|
| OnHandWeight | decimal number |
None. |
|
| AllocatedWeight | decimal number |
None. |
|
| AvailableWeight | decimal number |
None. |
|
| RailcarId | string |
None. |
|
| RailcarKeyId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CostCenterId": "sample string 1",
"ProductId": "sample string 2",
"Lot": "sample string 3",
"FamilyId": "sample string 4",
"RailcarArrivalDate": "2025-11-05T15:04:24.8699573-06:00",
"OnHandWeight": 5.0,
"AllocatedWeight": 6.0,
"AvailableWeight": 7.0,
"RailcarId": "sample string 8",
"RailcarKeyId": "sample string 9"
},
{
"CostCenterId": "sample string 1",
"ProductId": "sample string 2",
"Lot": "sample string 3",
"FamilyId": "sample string 4",
"RailcarArrivalDate": "2025-11-05T15:04:24.8699573-06:00",
"OnHandWeight": 5.0,
"AllocatedWeight": 6.0,
"AvailableWeight": 7.0,
"RailcarId": "sample string 8",
"RailcarKeyId": "sample string 9"
}
]
text/html
Sample:
[{"CostCenterId":"sample string 1","ProductId":"sample string 2","Lot":"sample string 3","FamilyId":"sample string 4","RailcarArrivalDate":"2025-11-05T15:04:24.8699573-06:00","OnHandWeight":5.0,"AllocatedWeight":6.0,"AvailableWeight":7.0,"RailcarId":"sample string 8","RailcarKeyId":"sample string 9"},{"CostCenterId":"sample string 1","ProductId":"sample string 2","Lot":"sample string 3","FamilyId":"sample string 4","RailcarArrivalDate":"2025-11-05T15:04:24.8699573-06:00","OnHandWeight":5.0,"AllocatedWeight":6.0,"AvailableWeight":7.0,"RailcarId":"sample string 8","RailcarKeyId":"sample string 9"}]