GET api/ClienteLV/BoletosAtivos?IdContaAcesso={IdContaAcesso}&Token={Token}&IdCliente={IdCliente}&CPF_CNPJ={CPF_CNPJ}&IdItem={IdItem}&DataI={DataI}&DataF={DataF}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdCliente | integer |
None. |
|
| CPF_CNPJ | string |
None. |
|
| IdItem | integer |
None. |
|
| DataI | date |
None. |
|
| DataF | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of LancFatVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLancamento | integer |
None. |
|
| Data | date |
None. |
|
| Vencimento | date |
None. |
|
| Valor | decimal number |
None. |
|
| Saldo | decimal number |
None. |
|
| Numero | string |
None. |
|
| Obs | string |
None. |
|
| ReferenteDoc | string |
None. |
|
| Desativado | boolean |
None. |
|
| DataAlteracao | date |
None. |
|
| LinhaDigitavel | string |
None. |
|
| NomeCategoria | string |
None. |
|
| PixCopiaCola | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDLancamento": 1,
"Data": "2026-03-03T21:38:11.3988821-03:00",
"Vencimento": "2026-03-03T21:38:11.3988821-03:00",
"Valor": 4.0,
"Saldo": 5.0,
"Numero": "sample string 6",
"Obs": "sample string 7",
"ReferenteDoc": "sample string 8",
"Desativado": true,
"DataAlteracao": "2026-03-03T21:38:11.3988821-03:00",
"LinhaDigitavel": "sample string 10",
"NomeCategoria": "sample string 11",
"PixCopiaCola": "sample string 12"
},
{
"IDLancamento": 1,
"Data": "2026-03-03T21:38:11.3988821-03:00",
"Vencimento": "2026-03-03T21:38:11.3988821-03:00",
"Valor": 4.0,
"Saldo": 5.0,
"Numero": "sample string 6",
"Obs": "sample string 7",
"ReferenteDoc": "sample string 8",
"Desativado": true,
"DataAlteracao": "2026-03-03T21:38:11.3988821-03:00",
"LinhaDigitavel": "sample string 10",
"NomeCategoria": "sample string 11",
"PixCopiaCola": "sample string 12"
}
]