POST api/DriverInfo/ClearVehicleAssociationEquipIDWiseEldVehicle

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EventLog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AssociationID": 1,
  "MobileDeviceID": "sample string 2",
  "MobileDeviceType": "sample string 3"
}

application/xml, text/xml

Sample:
<VehicleMobileDeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <AssociationID>1</AssociationID>
  <MobileDeviceID>sample string 2</MobileDeviceID>
  <MobileDeviceType>sample string 3</MobileDeviceType>
</VehicleMobileDeviceInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.