<back to all web services
DriverWaypointStatusRequest
The following routes are available for this service:| All Verbs | /driver/waypoints/{WaypointId} | | |
|---|
DriverWaypointStatusRequest Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| WaypointId | path | int | No | |
| Status | query | int | No | |
| Lat | query | double | No | |
| Lon | query | double | No | |
| Recipient | query | string | No | |
| MoneyActually | query | double | No | |
| GpsEnabled | query | bool | No | |
DriverApiRequest Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| ApiKey | form | string | No | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /driver/waypoints/{WaypointId} HTTP/1.1
Host: api.v3.monitorsystem.ru
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<DriverWaypointStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client.Logistic">
<ApiKey xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client">String</ApiKey>
<GpsEnabled>false</GpsEnabled>
<Lat>0</Lat>
<Lon>0</Lon>
<MoneyActually>0</MoneyActually>
<Recipient>String</Recipient>
<Status>0</Status>
<WaypointId>0</WaypointId>
</DriverWaypointStatusRequest>