POST api/clienteLV/GerarBoletoValor
Request Information
URI Parameters
None.
Body Parameters
GeraBoletoValorVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| IDLancamento | integer |
None. |
|
| Valor | decimal number |
None. |
|
| Obs | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"Token": "sample string 2",
"IdUsuario": 1,
"IDLancamento": 3,
"Valor": 1.0,
"Obs": "sample string 4"
}
Response Information
Resource Description
RetornoBoletoValorVM| Name | Description | Type | Additional information |
|---|---|---|---|
| UrlBoletoPix | string |
None. |
|
| QrCode | string |
None. |
|
| PixCopiaCola | string |
None. |
|
| LinhaDigitavel | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UrlBoletoPix": "sample string 1",
"QrCode": "sample string 2",
"PixCopiaCola": "sample string 3",
"LinhaDigitavel": "sample string 4"
}