GET LANCTO_RECIBO/listaLancamento?IdPlanilha={IdPlanilha}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPlanilha | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LOC_LANCAMENTOContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLANCAMENTO | integer |
None. |
|
| IDPLANILHA | integer |
None. |
|
| SEQLANCTO | integer |
None. |
|
| CONTROLE | string |
None. |
|
| IDLOC_HISTORICO | integer |
None. |
|
| NOME_HISTORICO | string |
None. |
|
| COMPLEMENTO | string |
None. |
|
| COMPLEMENTO2 | string |
None. |
|
| ANOMES_REFERENCIA | integer |
None. |
|
| REFERENCIA | string |
None. |
|
| DC | string |
None. |
|
| VALOR_LANCAMENTO | decimal number |
None. |
|
| EH_ORIGEMCC | integer |
None. |
|
| SEQ_GERACAORECIBO | integer |
None. |
|
| CHAVE_PROCESSO | string |
None. |
|
| HISTORICO | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDLANCAMENTO": 1,
"IDPLANILHA": 2,
"SEQLANCTO": 3,
"CONTROLE": "sample string 4",
"IDLOC_HISTORICO": 1,
"NOME_HISTORICO": "sample string 5",
"COMPLEMENTO": "sample string 6",
"COMPLEMENTO2": "sample string 7",
"ANOMES_REFERENCIA": 1,
"REFERENCIA": "sample string 8",
"DC": "sample string 9",
"VALOR_LANCAMENTO": 1.0,
"EH_ORIGEMCC": 1,
"SEQ_GERACAORECIBO": 1,
"CHAVE_PROCESSO": "sample string 10",
"HISTORICO": "sample string 11"
},
{
"IDLANCAMENTO": 1,
"IDPLANILHA": 2,
"SEQLANCTO": 3,
"CONTROLE": "sample string 4",
"IDLOC_HISTORICO": 1,
"NOME_HISTORICO": "sample string 5",
"COMPLEMENTO": "sample string 6",
"COMPLEMENTO2": "sample string 7",
"ANOMES_REFERENCIA": 1,
"REFERENCIA": "sample string 8",
"DC": "sample string 9",
"VALOR_LANCAMENTO": 1.0,
"EH_ORIGEMCC": 1,
"SEQ_GERACAORECIBO": 1,
"CHAVE_PROCESSO": "sample string 10",
"HISTORICO": "sample string 11"
}
]