get https://{dominiodocliente}.cvcrm.com.br/api/v1/cv/financeiro/boleto/reserva/
Api responsável por retornar os boletos de uma reserva
Log in to see full request history
Responses
Api responsável por retornar os boletos de uma reserva
xxxxxxxxxx
curl --request GET \
--url https://integracao.cvcrm.com.br/api/v1/cv/financeiro/boleto/reserva/idReserva \
--header 'accept: application/json'
xxxxxxxxxx
19{
"total": 17,
"offset": 0,
"limit": 30,
"boletos": [
{
"vencimento": "2023-06-01 00:00:00",
"titulo": "BOOL123",
"tipo": "Ato",
"valor": "R$ 100,99",
"linha_digitavel": "10923109231092310923109231092310923109231092310",
"url_boleto": "http://integracao.cvcrm.com.br/api/get/download/financeiro_arquivos/20230516162541_6463d8b55e6af.pdf",
"situacao": {
"nome": "Não pago",
"sigla": "NP"
}
}
]
}