POST api/FrontierWeb/DowEdiDomestics/AllocateWarehouseInventory

Allocates the warehouse Inventory.

Request Information

URI Parameters

None.

Body Parameters

AllocateWarehouseInventoryRequest
NameDescriptionTypeAdditional information
DowDeliveryIdNo

string

None.

EdiInterchangeId

string

None.

DowLineNumber

string

None.

CompanyCode

string

None.

CostCenterId

string

None.

TramsShipmentId

string

None.

CustomerId

string

None.

WarehouseId

string

None.

ProductId

string

None.

Lot

string

None.

PackageCode

string

None.

UnitWeight

decimal number

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",
  "TramsShipmentId": "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
}

text/html

Sample:
{"DowDeliveryIdNo":"sample string 1","EdiInterchangeId":"sample string 2","DowLineNumber":"sample string 3","CompanyCode":"sample string 4","CostCenterId":"sample string 5","TramsShipmentId":"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}

Response Information

Resource Description

GenericTransactionResponse

GenericTransactionResponse
NameDescriptionTypeAdditional 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}