POST api/VehicleLoad/StartTravel
Request Information
URI Parameters
None.
Body Parameters
VehicleLoad_StartTravelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdDriver | integer |
None. |
|
| IdVehicle | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdDriver": 2,
"IdVehicle": 3
}
application/xml, text/xml
Sample:
<VehicleLoad_StartTravelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdDriver>2</IdDriver> <IdVehicle>3</IdVehicle> </VehicleLoad_StartTravelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VehicleLoad_StartTravelResultResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<VehicleLoad_Enumerators.VehicleLoad_StartTravelResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</VehicleLoad_Enumerators.VehicleLoad_StartTravelResult>