POST /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"
}
]
}