POST api/DriverInfo/SendReportMailForCanadaWithOfflineDays

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
sm
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "To": "sample string 1",
  "DriverProfileID": 2,
  "datebetween": 3,
  "Comment": "sample string 4",
  "ELDID": "sample string 5",
  "RegistrationID": "sample string 6",
  "Cc": "sample string 7"
}

application/xml, text/xml

Sample:
<SendLogMailCanada xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <Cc>sample string 7</Cc>
  <Comment>sample string 4</Comment>
  <DriverProfileID>2</DriverProfileID>
  <ELDID>sample string 5</ELDID>
  <RegistrationID>sample string 6</RegistrationID>
  <To>sample string 1</To>
  <datebetween>3</datebetween>
</SendLogMailCanada>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.