Solicitação de Atualizações Não Conclusivas de Registros em Lote

Solicitação de atualizações não conclusivas em lote

post
Header parameters
AuthorizationstringOptional
Body
Responses
200

OK

*/*
post
POST /transaction-io/tio-mapper/v1/operations/lotes-de-atualizacoes-nao-conclusivas-de-registro HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 337

{
  "atualizacoes_nao_conclusivas_de_registro": [
    {
      "data": "text",
      "motivo": "text",
      "pagamento": {
        "dados_complementares": {
          "boleto_numero": "text",
          "cheque_numero": "text",
          "local_do_pagamento": {
            "agencia": "text",
            "banco": "text"
          },
          "pagador": {
            "documento": {
              "identificador": {
                "numero": "text"
              },
              "tipo": "text"
            }
          }
        },
        "tipo": "text",
        "valor": 1
      },
      "registro_id": "text"
    }
  ]
}
200

OK

{
  "operationsIds": [
    "text"
  ]
}

Last updated