CAAS
Get contracts for sign
Get contracts for sign
- Get the contracts for a proposal to be signed
- NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
- Pegar os contratos de uma proposta a serem assinados
- OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora
get/v2.1/contract/{customerServiceNumber_caas}
Path parameters
customerServiceNumber_caasstring required
Response
Success
Example response
{
"customerServiceNumber": "20201104135023860005735",
"contracts": [
{
"checksum": "8de41a016d5270686c6cf3b5bf25ac5cc523db39f9573c5f2232b9ee0ec7fc11",
"contract": "PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9InB0LWJyIj4KPGhlYWQ+CiAgPG1ldGE ...."
}
]
}