Register Physical Person

Register Physical Person

POST {{Environment_URL}}/customers/v1/partner/physical

Body Params

Key
Description
Required
Data Type
Example

name

Full name

true

String

MARIA EDUARDA FERREIRA LIMA

cpf

CPF in format 000.000.000-00

true

String

123.456.789-00

nickname

Preferred name or alias

true

String

dudinha

email

Email address

true

String

profession

Current profession or occupation

false

String

Analista de Dados

rg

Brazilian identity document

true

String

987654321

revenue

annual revenue in BRL

true

Number

7520.30

mobile

Mobile phone number

true

String

+55 21 99876-5432

birthDate

Date of birth (YYYY-MM-DD)

true

String (Date)

1985-03-12

addresses

List of addresses related to the person

true

Array of objects

See addresses table below

naturality

City of birth

false

String

Rio de Janeiro

addresses object:

Key
Description
Required
Data Type
Example

nickname

Address nickname

false

String

Apartamento Copacabana

street

Street name

true

String

Av. Atlântica

number

Street number

true

Number

2230

complement

Additional address info (e.g., apt, suite).

false

String

Ap 1201

neighborhood

Neighborhood name

true

String

Copacabana

city

City name

true

String

Rio de Janeiro

state

State abbreviation (e.g., RJ, SP)

true

String

RJ

zipCode

Postal code

true

String

22021-001

country

Country name

false

String

Brasil

default

Marks this address as the default

true

Boolean

true

Headers

Name
Value

Authorization

Bearer <token>

Request Body

Response