POST api/DriverInfo/SaveIsDrivingResponse
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| response | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ActionID": "59fefc7f-2743-4d9d-92af-fb10e76ca08b",
"ResponseData": "sample string 2"
}
application/xml, text/xml
Sample:
<IsDrivingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models"> <ActionID>59fefc7f-2743-4d9d-92af-fb10e76ca08b</ActionID> <ResponseData>sample string 2</ResponseData> </IsDrivingResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.