v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Person Data

Update Person Data for Individuals

Update individual person.

post/ UpdatePersonData (Individual Person)

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
PersonNamestring required

Full Name as registered on the Brazilian Federal Revenue Office

Nicknamestring

Surname

PhoneNumberstring required

Phone number

TaxNumberstring required

CPF

Mailstring required

Mail

Nationality'BRASILEIRO' | 'ESTRANGEIRO' required

Nacionalidade

BirthState'0 - AC' | '1 - AL' | '2 - AP' | '3 - AM' | '4 - BA' | '5 - CE' | '6 - DF' | '7 - ES' | '8 - GO' | '9 - MA' | '10 - MT' | '11 - MS' | '12 - MG' | '13 - PA' | '14 - PB' | '15 - PR' | '16 - PE' | '17 - PI' | '18 - RJ' | '19 - RN' | '20 - RS' | '21 - RO' | '22 - RR' | '23 - SC' | '24 - SP' | '25 - SE' | '26 - TO' enum required

State of origin

IsCompanyboolean nullable

Inform if it is a company (Mandatory for company only)

MonthlyIncomestring

Monthly income amount

FatherFullNamestring

Father's full name

BirthCitystring

City of origin

Gender'FEMININO' | 'MASCULINO'

Gênero

MaritalStatus'NotMarried = 0' | 'Married = 1' | 'Divorced = 2' | 'Separate = 3' | 'Widower = 4' | 'Single = 5' | 'Other = 6' enum

Maritial status.

SpouseNamestring

Spouse Name

Occupation'APOSENTADO_PENSIONISTA' | 'AUTONOMO' | 'EMPRESARIO' | 'PROFISSIONAL_LIBERAL' | 'ASSALARIADO' | 'FUNCIONARIO_PUBLICO' | 'DESEMPREGADO'

Ocupação

IdentityDocumentinteger

ID number

CheckPendingTransfersboolean nullable

Pending Transfers

PubliclyExposedPersonboolean required

Person exposed publicly ( false - no; true - yes )

BirthDatestring required

Birth date ( padrão internacional )

MotherFullNamestring

Mother's full name

WasSignedboolean required
SignatureDatestring required

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "PersonName": "Henry",
  "Nickname": "Jose",
  "PhoneNumber": "5585996071655",
  "Mail": "adriana.teresinha@email.com",
  "MonthlyIncome": "1200.55",
  "FatherFullName": "Mario Andrade",
  "BirthCity": "São Paulo",
  "SpouseName": "Jualiana Queiroz de Castro",
  "PubliclyExposedPerson": true,
  "BirthDate": "1992/20/02",
  "MotherFullName": "Josefa Sousa",
  "WasSigned": true,
  "SignatureDate": "2023-02-28T16:49:46.170Z",
  "Addresses": [
    {
      "AddressLine": "Av José Bastos",
      "AddressLine2": "4140",
      "ZipCode": "60431086",
      "Neighborhood": "Aldeota",
      "CityCode": 85,
      "CityName": "Fortaleza",
      "Country": "BR",
      "Complement": "CASA"
    }
  ],
  "Documents": [
    {
      "DocumentFile": "dGVzdGU=",
      "DocumentName": "CNH",
      "Description": "This is a new internal transfer",
      "ExpirationDate": "2022-10-25"
    }
  ],
  "Persons": [
    {
      "Name": "Contract Name",
      "TaxNumber": "33.762.255/0001-40",
      "Mail": "adriana.teresinha@email.com",
      "PhoneNumber": "5585996071655",
      "MotherFullName": "Josefa Sousa",
      "BirthDate": "1992/20/02",
      "Nickname": "Jose",
      "PersonName": "Henry",
      "FatherFullName": "Mario Andrade",
      "BirthCity": "São Paulo",
      "SpouseName": "Jualiana Queiroz de Castro",
      "PersonRoleType": 3,
      "PubliclyExposedPerson": true,
      "PersonDocuments": [
        {
          "DocumentFile": "dGVzdGU=",
          "DocumentName": "CNH",
          "Description": "This is a new internal transfer",
          "ExpirationDate": "2022-10-25"
        }
      ]
    }
  ]
}

Response

Ok

Successstring
Messagestring