POST api/VehicleInspection/SendEmailForCanada
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Jdata | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"To": "sample string 1",
"flgType": "sample string 2",
"VehicleInfoId": "sample string 3",
"InspectionId": "sample string 4"
}
application/xml, text/xml
Sample:
<SendMailCanada xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models"> <InspectionId>sample string 4</InspectionId> <To>sample string 1</To> <VehicleInfoId>sample string 3</VehicleInfoId> <flgType>sample string 2</flgType> </SendMailCanada>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.