v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Person Data

Update Person Data for Companies

Update company person.

post/ UpdatePersonData (Company Person)

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
PersonNamestring required

Legal Name

Nicknamestring

Tranding Name

PhoneNumberstring required

Company's phone number

TaxNumberstring required

CNPJ

Mailstring required

Company's 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

CompanyTypeinteger

Company type (Mandatory for company only)

CompanyActivitystring

Company activity (Mandatory for company only)

ConstitutionDatestring required

ConstitutionDate From Company

WasSignedboolean required
SignatureDatestring required

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "PersonName": "Henry Tecnologias LTDA",
  "Nickname": "Henry Tech",
  "PhoneNumber": "5585996071655",
  "TaxNumber": "33.762.255/0001-40",
  "Mail": "adriana.teresinha@email.com",
  "MonthlyIncome": "1200.55",
  "CompanyActivity": "Tecnologia",
  "ConstitutionDate": "2024-04-17T14:06:04.837Z",
  "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