v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Accounts

Get Account Address

Get Account Address

post/ GetAccountAddress

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

Legal Identification From Company

Example request

{
  "Method": "GetAccountAddress",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40"
}

Response

Ok

Successstring

Example response

{
  "Message": [
    {
      "AddressLine": "Rua",
      "AddressLine2": "Casa",
      "ZipCode": "62900000",
      "Neighborhood": "Bairro",
      "CityName": "São Paulo",
      "State": "SP",
      "Country": "Brasil",
      "Complement": "Casa",
      "Reference": "Padaria"
    }
  ]
}