POST TidaexWarehouseManagement/LoadItem

Request Information

URI Parameters

None.

Body Parameters

MoveItemParameters
NameDescriptionTypeAdditional information
DepotId

integer

Required

ContainerName

string

None.

ItemId

integer

Required

Range: inclusive between 1 and 2147483647

EmployeeCode

string

None.

TRefXID

integer

None.

ExternalPayload

TidaexExternalPayload

None.

WheelPosition

string

None.

VehicleId

integer

Required

TransactionCount

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "DepotId": 1,
  "ContainerName": "sample string 1",
  "ItemId": 1,
  "EmployeeCode": "sample string 2",
  "TRefXID": 1,
  "ExternalPayload": {
    "UniqueId": "sample string 1"
  },
  "WheelPosition": "sample string 3",
  "VehicleId": 1,
  "TransactionCount": 1
}

application/xml, text/xml

Sample:
<MoveItemParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex">
  <TransactionCount>1</TransactionCount>
  <VehicleId>1</VehicleId>
  <ContainerName>sample string 1</ContainerName>
  <DepotId>1</DepotId>
  <EmployeeCode>sample string 2</EmployeeCode>
  <ExternalPayload>
    <UniqueId>sample string 1</UniqueId>
  </ExternalPayload>
  <ItemId>1</ItemId>
  <TRefXID>1</TRefXID>
  <WheelPosition>sample string 3</WheelPosition>
</MoveItemParameters>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MoveItemParameters'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.