Consulta de Recebíveis
Last updated
Last updated
Consulta de recebíveis
Valor para o uuid
Bearer {TokenJWT}
GET /transaction-io/tio-mapper/v1/operations/recebiveis/{recebivel_id} HTTP/1.1
Host: api.int.cerc.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
authorization: Bearer {TokenJWT}
Accept: */*
Em caso de sucesso
{
"identificador": {
"numero": "text"
},
"vencimento": "text",
"valor": 1,
"tipo": "text",
"documento_fiscal": {
"identificador": {
"numero": "text"
},
"tipo": "text"
},
"partes": {
"originador": {
"documento": {
"identificador": {
"numero": "text"
},
"tipo": "text"
}
},
"pagador": {
"documento": {
"identificador": {
"numero": "text"
},
"tipo": "text"
}
}
},
"situacao_de_disponibilidade": {
"cerc": "text"
}
}