POST api/DriverInfo/SendMobileLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Jdata
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "To": "sample string 1",
  "DeviceID": "sample string 2",
  "FileBase64": "sample string 3",
  "comment": "sample string 4"
}

application/xml, text/xml

Sample:
<SendLogMail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <DeviceID>sample string 2</DeviceID>
  <FileBase64>sample string 3</FileBase64>
  <To>sample string 1</To>
  <comment>sample string 4</comment>
</SendLogMail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.