v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Accounts

Get Signers

Get all the signers related to a Person.

post/ GetSigners

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

CNPJ

Example request

{
  "Method": "GetSigners",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "30934646000107"
}

Response

Ok

Successstring

Example response

{
  "Owner": {
    "TaxNumber": "92743094000107",
    "Name": "null",
    "TradingName": "GetSignerHolderPJ",
    "Nickname": "GetSignerHolderPJ",
    "Mail": "tiago.franca@fitbank.com.br",
    "Phone": "99 99999999",
    "FatherName": "null",
    "MotherName": "null",
    "Nationality": "null",
    "BirthCity": "null",
    "BirthState": "null",
    "BirthDate": "null",
    "SpouseName": "null",
    "Occupation": "null",
    "CompanyType": 3,
    "CompanyActivity": "Vendas",
    "ConstitutionDate": "17/07/2019"
  },
  "Signers": [
    {
      "TaxNumber": "52227001003",
      "Name": "GetSignerUM",
      "TradingName": "null",
      "Nickname": "GetSignerUM",
      "Mail": "GetSignerUM@gmail.com",
      "Phone": "99 99999999",
      "FatherName": "Francisco Lima",
      "MotherName": "Maria Kezia",
      "Nationality": "Brasil",
      "BirthCity": "São Paulo",
      "BirthState": "CE",
      "BirthDate": "22/11/1998",
      "SpouseName": "null",
      "Occupation": "desenvolvedor",
      "CompanyActivity": "null",
      "ConstitutionDate": "null"
    }
  ]
}