POST TidaexWarehouseManagement/MoveAddOnItem
Request Information
URI Parameters
None.
Body Parameters
MoveAddOnItemParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| TRefXID | integer |
None. |
|
| ExternalPayload | TidaexExternalPayload |
None. |
|
| StockId | integer |
None. |
|
| EmployeeCode | string |
None. |
|
| WheelPosition | string |
None. |
|
| Quantity | decimal number |
None. |
|
| VehicleId | integer |
None. |
|
| TransactionCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRefXID": 1,
"ExternalPayload": {
"UniqueId": "sample string 1"
},
"StockId": 2,
"EmployeeCode": "sample string 3",
"WheelPosition": "sample string 4",
"Quantity": 5.0,
"VehicleId": 6,
"TransactionCount": 7
}
application/xml, text/xml
Sample:
<MoveAddOnItemParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex">
<TransactionCount>7</TransactionCount>
<VehicleId>6</VehicleId>
<EmployeeCode>sample string 3</EmployeeCode>
<ExternalPayload>
<UniqueId>sample string 1</UniqueId>
</ExternalPayload>
<Quantity>5</Quantity>
<StockId>2</StockId>
<TRefXID>1</TRefXID>
<WheelPosition>sample string 4</WheelPosition>
</MoveAddOnItemParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.