POST api/ApprovalMailService
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json, text/html
Sample:
{
"ToEmail": "sample string 1",
"ToName": "sample string 2",
"EntityType": "sample string 3",
"EntityName": "sample string 4"
}
application/xml, text/xml
Sample:
<SendPendingForApprovalEmailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/e2eMobileAPI.Models.Requests"> <EntityName>sample string 4</EntityName> <EntityType>sample string 3</EntityType> <ToEmail>sample string 1</ToEmail> <ToName>sample string 2</ToName> </SendPendingForApprovalEmailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.