Importação de Títulos

Importar faturas para antecipação

post

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.
post
POST /api/anticipations/titles HTTP/1.1
Host: api.integration.giro.tech
Authorization: Bearer JWT
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