POST site_oferta/EnviarBoletim
Request Information
URI Parameters
None.
Body Parameters
SITE_CONFBOLETIMContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ENVOFERTAS | integer |
None. |
|
| SALVAR | integer |
None. |
|
| MENSAGEM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"ENVOFERTAS": 2,
"SALVAR": 1,
"MENSAGEM": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetorno| Name | Description | Type | Additional information |
|---|---|---|---|
| sucesso | boolean |
None. |
|
| CodErro | string |
None. |
|
| auxRetorno | string |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sucesso": true,
"CodErro": "sample string 2",
"auxRetorno": "sample string 3",
"msg": "sample string 4"
}