POST extratoLocal/IncluirExtrato
Request Information
URI Parameters
None.
Body Parameters
ExtratoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IDINTEGRA_EXTRATO | string |
None. |
|
| CODIGOLOCADOR | string |
None. |
|
| ANOMES_REFERENCIA | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDINTEGRA_EXTRATO": "sample string 1",
"CODIGOLOCADOR": "sample string 2",
"ANOMES_REFERENCIA": 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"
}