POST api/clienteLV/GerarBoleto
Request Information
URI Parameters
None.
Body Parameters
GeraBoletoVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| IDLancamento | integer |
None. |
|
| Valor | decimal number |
None. |
|
| IdPortador | integer |
None. |
|
| Vencimento | date |
None. |
|
| Obs | string |
None. |
|
| Boletos | Collection of BoletoVencVM |
None. |
|
| Parcelas | Collection of ParcBoletoVM |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"Token": "sample string 2",
"IdUsuario": 1,
"IDLancamento": 3,
"Valor": 1.0,
"IdPortador": 4,
"Vencimento": "2026-03-03T21:37:09.4610353-03:00",
"Obs": "sample string 6",
"Boletos": [
{
"Valor": 1.0,
"Vencimento": "2026-03-03T21:37:09.4610353-03:00",
"ParcPrazo": "sample string 3"
},
{
"Valor": 1.0,
"Vencimento": "2026-03-03T21:37:09.4610353-03:00",
"ParcPrazo": "sample string 3"
}
],
"Parcelas": [
{
"IDLancamento": 1,
"Valor": 1.0
},
{
"IDLancamento": 1,
"Valor": 1.0
}
]
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"