POST TidaexWarehouseManagement/LoadItem

Request Information

URI Parameters

None.

Body Parameters

MoveItemParameters
NameDescriptionTypeAdditional information
DepotId

integer

None.

ContainerName

string

None.

ItemId

integer

None.

EmployeeCode

string

None.

TRefXID

integer

None.

ExternalPayload

TidaexExternalPayload

None.

WheelPosition

string

None.

VehicleId

integer

None.

TransactionCount

integer

None.

Request Formats

application/json, text/json

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

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>8</TransactionCount>
  <VehicleId>7</VehicleId>
  <ContainerName>sample string 2</ContainerName>
  <DepotId>1</DepotId>
  <EmployeeCode>sample string 4</EmployeeCode>
  <ExternalPayload>
    <UniqueId>sample string 1</UniqueId>
  </ExternalPayload>
  <ItemId>3</ItemId>
  <TRefXID>5</TRefXID>
  <WheelPosition>sample string 6</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.