GET api/clienteLV/GetBoletosLanc?IdContaAcesso={IdContaAcesso}&Token={Token}&IdUsuario={IdUsuario}&IDFavorecido={IDFavorecido}&IDLancamento={IDLancamento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| IDFavorecido | integer |
None. |
|
| IDLancamento | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of BoletoPixParcVM| Name | Description | Type | Additional information |
|---|---|---|---|
| PixCopiaCola | string |
None. |
|
| IDLancamento | integer |
None. |
|
| Valor | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PixCopiaCola": "sample string 1",
"IDLancamento": 2,
"Valor": 3.0
},
{
"PixCopiaCola": "sample string 1",
"IDLancamento": 2,
"Valor": 3.0
}
]