POST api/IntegratorInfo/SaveDriverLocationDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BasicResponse
NameDescriptionTypeAdditional information
payload

string

None.

VehicleInspection_Key

integer

None.

status

boolean

None.

response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "payload": "sample string 1",
  "VehicleInspection_Key": 2,
  "status": true,
  "response": "sample string 4"
}

multipart/form-data

Sample:
{"payload":"sample string 1","VehicleInspection_Key":2,"status":true,"response":"sample string 4"}

application/xml, text/xml

Sample:
<BasicResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AvisUAEInpectionApp">
  <response>sample string 4</response>
  <status>true</status>
  <VehicleInspection_Key>2</VehicleInspection_Key>
  <payload>sample string 1</payload>
</BasicResponse>