POST Email?email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Body Parameters
None.
Response Information
Resource Description
SgaEmailServiceViewModelName | Description | Type | Additional information |
---|---|---|---|
HttpStatusCode | integer |
None. |
|
Message | string |
None. |
|
Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HttpStatusCode": 1, "Message": "sample string 2", "Error": "sample string 3" }
application/xml, text/xml
Sample:
<SgaEmailServiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entidades.SgaViewModel"> <Error>sample string 3</Error> <HttpStatusCode>1</HttpStatusCode> <Message>sample string 2</Message> </SgaEmailServiceViewModel>