Importar eventos de Recebimento/Atribuição
A importação de recebimento/atribuição permite o envio de uma lista de eventos relacionados aos contratos. A requisição aceita no máximo 1000 registros por chamada.
Autorizações
Corpo
Respostas
200
Recebimentos/Atribuições importados com sucesso
Sem conteúdo
400
Erro na requisição
application/json
500
Erro interno do servidor
application/json
post
/integration/contract/imported-eventsPOST /integration/contract/imported-events HTTP/1.1
Host: integration.staging.gtsec.giro.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 451
{
"emissor_cnpj": "06.983.813/0001-25",
"numero_lote_evento": "1",
"eventos": [
{
"emissor_cnpj": "06.983.813/0001-25",
"numero_lote_evento": "1",
"numero_contrato": "123456",
"tipo_evento": "RECEBIMENTO",
"valor_evento": 10000
},
{
"emissor_cnpj": "06.983.813/0001-25",
"numero_lote_evento": "1",
"numero_contrato": "789012",
"tipo_evento": "ATRIBUIR_VALOR_DISPONIVEL",
"valor_evento": 15000,
"modo_atribuicao": "LIQUIDACAO_RECEBIVEL",
"numero_controle_participante": "12345678-1"
}
]
}Sem conteúdo
Atualizado