POST TidaexWarehouseManagement/MoveItemByRequest
Request Information
URI Parameters
None.
Body Parameters
MoveItemByRequestParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| DepotId | integer |
None. |
|
| RequestId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| EmployeeCode | string |
None. |
|
| VehicleId | integer |
None. |
|
| TransactionCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepotId": 1,
"RequestId": 2,
"Quantity": 3.0,
"EmployeeCode": "sample string 4",
"VehicleId": 5,
"TransactionCount": 6
}
application/xml, text/xml
Sample:
<MoveItemByRequestParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex"> <TransactionCount>6</TransactionCount> <VehicleId>5</VehicleId> <DepotId>1</DepotId> <EmployeeCode>sample string 4</EmployeeCode> <Quantity>3</Quantity> <RequestId>2</RequestId> </MoveItemByRequestParameters>
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.