GET appBoleto/EnviarTodosEmails?filtros={filtros}&TPRelatorio={TPRelatorio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filtros | string |
Required |
|
| TPRelatorio | string |
Required |
Body Parameters
None.
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"
}