POST Gerenciador/ConfiguracaoEmail/Alterar
Request Information
URI Parameters
None.
Body Parameters
ConfiguracaoEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| smtp | string |
None. |
|
| portaSmtp | integer |
None. |
|
| ssl | string |
None. |
|
| emailAutenticar | string |
None. |
|
| senhaAutenticar | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"smtp": "sample string 2",
"portaSmtp": 3,
"ssl": "sample string 4",
"emailAutenticar": "sample string 5",
"senhaAutenticar": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.