POST api/VehicleInspection/SendSurveyReportEmail

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",
  "SurveyID": 2,
  "IsSpanish": true
}

application/xml, text/xml

Sample:
<SurveySendMail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <IsSpanish>true</IsSpanish>
  <SurveyID>2</SurveyID>
  <To>sample string 1</To>
</SurveySendMail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.