POST api/FrontierWeb/DowEdiSeabulkBooking/AllocateRailcarInventory
Allocates the warehouse Inventory.
Request Information
URI Parameters
None.
Body Parameters
AllocateRailcarInventoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DowDeliveryIdNo | string |
None. |
|
| EdiInterchangeId | string |
None. |
|
| DowLineNumber | string |
None. |
|
| CompanyCode | string |
None. |
|
| CostCenterId | string |
None. |
|
| TramsPackoutId | string |
None. |
|
| CustomerId | string |
None. |
|
| WarehouseId | string |
None. |
|
| ProductId | string |
None. |
|
| Lot | string |
None. |
|
| PackageCode | string |
None. |
|
| UnitWeight | decimal number |
None. |
|
| BomId | string |
None. |
|
| SealNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DowDeliveryIdNo": "sample string 1",
"EdiInterchangeId": "sample string 2",
"DowLineNumber": "sample string 3",
"CompanyCode": "sample string 4",
"CostCenterId": "sample string 5",
"TramsPackoutId": "sample string 6",
"CustomerId": "sample string 7",
"WarehouseId": "sample string 8",
"ProductId": "sample string 9",
"Lot": "sample string 10",
"PackageCode": "sample string 11",
"UnitWeight": 12.0,
"BomId": "sample string 13",
"SealNumber": "sample string 14"
}
text/html
Sample:
{"DowDeliveryIdNo":"sample string 1","EdiInterchangeId":"sample string 2","DowLineNumber":"sample string 3","CompanyCode":"sample string 4","CostCenterId":"sample string 5","TramsPackoutId":"sample string 6","CustomerId":"sample string 7","WarehouseId":"sample string 8","ProductId":"sample string 9","Lot":"sample string 10","PackageCode":"sample string 11","UnitWeight":12.0,"BomId":"sample string 13","SealNumber":"sample string 14"}
Response Information
Resource Description
GenericTransactionResponse
GenericTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnedObject | Object |
None. |
|
| IsSuccessful |
Indicates if the transaction was successful or not. |
boolean |
None. |
| ReturnedMessages |
Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction. |
Collection of ReturnedMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnedObject": {},
"IsSuccessful": true,
"ReturnedMessages": null
}
text/html
Sample:
{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}