Criar Consulta

Criar nova consulta SCR

post
Corpo
namestringObrigatório

Nome da pessoa

personTypestring · enumObrigatório

Tipo de pessoa (Pessoa_Fisica ou Pessoa_Juridica)

Valores possíveis:
documentNumberstringObrigatório

Número do documento

startDatestring · dateObrigatório

Data de início no formato YYYY-MM

endDatestring · dateObrigatório

Data de término no formato YYYY-MM

checkRepresentativesbooleanOpcionalDefault: false
needsToSignbooleanOpcionalDefault: true
Respostas
201
Consulta criada com sucesso
application/json
post
POST /api/scr HTTP/1.1
Host: api.staging.scr.gtbanker.com.br
Content-Type: application/json
Accept: */*
Content-Length: 562

{
  "name": "text",
  "personType": "Pessoa_Fisica",
  "documentNumber": "text",
  "startDate": "2025-07-06",
  "endDate": "2025-07-06",
  "signers": [
    {
      "name": "text",
      "email": "[email protected]",
      "documentNumber": "text",
      "signatureType": "PART"
    }
  ],
  "checkRepresentatives": false,
  "needsToSign": true,
  "socialContract": {
    "file": "binary",
    "name": "text",
    "mimeType": "text"
  },
  "powersOfAttorney": [
    {
      "file": "binary",
      "name": "text",
      "mimeType": "text"
    }
  ],
  "documentSign": {
    "file": "binary",
    "name": "text",
    "externalIdentification": "text",
    "notificationType": "NOTIFY",
    "deadline": "2025-07-06"
  },
  "signatureMethods": [
    "TOKEN"
  ]
}
{
  "uuid": "text"
}

Atualizado