POST api/VehicleInspection/SaveMobileDeviceInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
VInfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MobileDeviceID": "sample string 1",
  "MobileDeviceType": "sample string 2",
  "DeviceID": "sample string 3",
  "IsUploadLog": true,
  "CustID": 5,
  "RecordSrc": "sample string 6",
  "UploadRecordType": "sample string 7",
  "DriverProfileID": 1,
  "UserType": "sample string 8"
}

application/xml, text/xml

Sample:
<MobileDeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <CustID>5</CustID>
  <DeviceID>sample string 3</DeviceID>
  <DriverProfileID>1</DriverProfileID>
  <IsUploadLog>true</IsUploadLog>
  <MobileDeviceID>sample string 1</MobileDeviceID>
  <MobileDeviceType>sample string 2</MobileDeviceType>
  <RecordSrc>sample string 6</RecordSrc>
  <UploadRecordType>sample string 7</UploadRecordType>
  <UserType>sample string 8</UserType>
</MobileDeviceInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.