Importação de Títulos

Importar faturas para antecipação

post
/api/anticipations/titles

Envia uma lista de até 100 faturas para que sejam ofertadas aos fornecedores para antecipação.

Autorizações
Corpo
Respostas
200

Faturas importadas com sucesso.

Sem conteúdo

post
/api/anticipations/titles
POST /api/anticipations/titles HTTP/1.1
Host: api.integration.giro.tech
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 462

{
  "titles": [
    {
      "buyer": {
        "type": "INDIVIDUAL",
        "identificationNumber": "text",
        "name": "text"
      },
      "provider": {
        "type": "INDIVIDUAL",
        "identificationNumber": "text",
        "name": "text",
        "email": "[email protected]",
        "phone": "text",
        "externalId": "text",
        "canAnticipate": true
      },
      "order": {
        "uid": "text",
        "nfNumber": "text",
        "nfSerie": "text",
        "amount": 10000,
        "orderDetail": "text",
        "createdDate": "2024-01-20",
        "entryDate": "2024-01-21",
        "dueDate": "2024-02-20",
        "invoiceKey": "text",
        "installmentNumber": "text"
      }
    }
  ]
}

Sem conteúdo

Atualizado