POST api/GeraChamado
Request Information
URI Parameters
None.
Body Parameters
ChamadoEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| from | string |
None. |
|
| to | string |
None. |
|
| subject | string |
None. |
|
| body | string |
None. |
|
| attachments | Collection of ChamadoEmailAnexosModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"from": "sample string 1",
"to": "sample string 2",
"subject": "sample string 3",
"body": "sample string 4",
"attachments": [
{
"filename": "sample string 1",
"content": "sample string 2",
"contentType": "sample string 3"
},
{
"filename": "sample string 1",
"content": "sample string 2",
"contentType": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |