POST api/empresa/EnviarEmailInstancia
EnviarEmailInstancia
Request Information
URI Parameters
None.
Body Parameters
InstanciaEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| NOME_EMPRESA |
NOME_EMPRESA |
string |
None. |
| INSTANCIAID |
INSTANCIAID |
integer |
None. |
| MODELO |
MODELO |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NOME_EMPRESA": "sample string 1",
"INSTANCIAID": 2,
"MODELO": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |