POST LANCTO_RECIBO/BaixaRecibo
Request Information
URI Parameters
None.
Body Parameters
BaixaReciboContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDPLANILHA | integer |
None. |
|
| DTPAGAMENTO | integer |
None. |
|
| TOTAL_LANCAMENTOS | decimal number |
None. |
|
| TIPO_BAIXA | string |
None. |
|
| TP_RECEBIMENTO | string |
None. |
|
| ANTECIPA_BAIXA | integer |
None. |
|
| CODIGO_CONTA_ADM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDPLANILHA": 1,
"DTPAGAMENTO": 2,
"TOTAL_LANCAMENTOS": 3.0,
"TIPO_BAIXA": "sample string 4",
"TP_RECEBIMENTO": "sample string 5",
"ANTECIPA_BAIXA": 6,
"CODIGO_CONTA_ADM": "sample string 7"
}
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"
}