Consulta de Recebíveis

Esta documentação descreve a API para a consulta de dados de Duplicatas.


Consulta de recebíveis

get

Consulta de recebíveis

Path parameters
recebivel_idstringRequired

Valor para o uuid

Header parameters
authorizationstringRequiredExample: Bearer {TokenJWT}
Responses
200

Em caso de sucesso

application/json
get
GET /transaction-io/tio-mapper/v1/operations/recebiveis/{recebivel_id} HTTP/1.1
Host: api.int.cerc.com
authorization: Bearer {TokenJWT}
Accept: */*
200

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"
  }
}

Path Parameters

  • registro_id (obrigatório) - string, identificação do registro


Last updated