POST api/emailsender/customerreviewemail
Request Information
URI Parameters
None.
Body Parameters
CustomerRegisterEmail| Name | Description | Type | Additional information | 
|---|---|---|---|
| PropertyId | integer | None. | |
| CFId | integer | None. | |
| CustId | integer | None. | |
| EmailTo | string | None. | |
| LanguageId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "PropertyId": 1,
  "CFId": 2,
  "CustId": 3,
  "EmailTo": "sample string 4",
  "LanguageId": 5
}
        application/xml, text/xml
            Sample:
        <CustomerRegisterEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <CFId>2</CFId> <CustId>3</CustId> <EmailTo>sample string 4</EmailTo> <LanguageId>5</LanguageId> <PropertyId>1</PropertyId> </CustomerRegisterEmail>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.