CAAS
Sign contracts
Sign contracts
- Sends data for signing a proposal contract
- NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
- Envia os dados para assinatura do contrato de uma proposta
- OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora
post/v2.1/contract/{customerServiceNumber_caas}
Path parameters
customerServiceNumber_caasstring required
Request body
Example request
{
"customerServiceNumber": "20201104135023860005735",
"contracts": [
{
"checksum": "8de41a016d5270686c6cf3b5bf25ac5cc523db39f9573c5f2232b9ee0ec7fc11",
"contract": "PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9InB0LWJyIj4KPGhlYWQ+CiAgPG1ldGE ...."
}
]
}Response
Success
Example response
{
"aceptedCheckSum": [
"8de41a016d5270686c6cf3b5bf25ac5cc523db39f9573c5f2232b9ee0ec7fc11"
]
}