Helpers & Monitoring

|
method required

Title: The HTTP Method of account change operation
Type: string
Example:
PATCH

uri required

Title: The URI of account change operation
Type: string
Example:
/v1/entities
/v1/accounts/{accountId}/customers/{customerId}

email required

Title: The email of operator that change accounts
Type: string
Example:
[email protected]

roles required

Type: array

origin required

Title: The request origin of account change operation
Type: string
Example:
APP
CRM

object required

Title: The object that represents the account changes requested
Type: object

nickname required

Title: The account entity nickname
Type: string or null
Example:
Nick

printed\_name required

Title: The account entity printed name
Type: string or null
Example:
Nickson Jr.

social\_name required

Title: The account entity social name
Type: string or null
Example:
Nickson

account\_id required

Title: The account identifier
Type: integer
Example:
16665511

document\_number required

Title: The account entity document number
Type: string or null
Example:
33126773000179

type\_id required

Title: The account type identifier (person = 1, company = 2)
Type: integer
Example:
1
2

entity\_type required

Title: The account entity type
Type: string
Example:
Company
Person

name required

Title: The account entity name
Type: string or null
Example:
Nickson Jr.

email required

Title: The account entity email
Type: string or null
Example:
[email protected]

pep required

Title: Indicates if the account entity is PEP (Politically Exposed Person)
Type: boolean or null
Example:
true
false

registration\_number

Title: The account entity registration number
Type: string or null
Example:
1

company\_name

Title: The name of company thats represents account entity
Type: string or null
Example:
Company

activity

Title: The activity of company thats represents account entity
Type: string or null
Example:
Dono da Company

company\_type

Title: The type of company thats represents account entity
Type: string or null
Example:
MEI (Microempresário Individuai)

company\_format

Title: The format of company thats represents account entity
Type: string or null
Example:
Ltda.
Me.
Co.

company\_constitution\_date

Title: The constitution date of company thats represents account entity
Type: integer or null
Example:
2019-07-20

annual\_revenues

Title: The annual revenues of company thats represents account entity
Type: number or null
Example:
0.05

type

Title: The type of company thats represents account entity
Type: string or null
Example:
Business

number\_of\_partners

Title: The number partners of company thats represents account entity
Type: integer or null
Example:
5

perc\_ownership

Title: The perc ownership of company thats represents account entity
Type: number or null
Example:
0.5

fiscal\_situation

Title: The fiscal situation of company thats represents account entity
Type: string or null
Example:
Fiscalizado

debt

Title: The debt of company thats represents account entity
Type: number or null
Example:
0.5

gender

Title: The gender of person thats represents account entity
Type: string or null
Example:
F
M

marital\_status

Title: The marital status of person thats represents account entity
Type: string or null
Example:
MARRIED
SINGLE

mothers\_name

Title: The mothers name of person thats represents account entity
Type: string or null
Example:
Josefa

birth\_date

Title: The birth date of person thats represents account entity
Type: string or null
Example:
2019-01-01

nationality

Title: The nationality of person thats represents account entity
Type: string or null
Example:
Brasil

city\_of\_birth

Title: The city of birth of person thats represents account entity
Type: string or null
Example:
São Paulo

state\_of\_birth

Title: The state of birth of person thats represents account entity
Type: string or null
Example:
São Paulo

country\_of\_birth

Title: The country of birth of person thats represents account entity
Type: string or null
Example:
Brasil

document\_type

Title: The document type of person thats represents account entity
Type: string or null
Example:
RG
CNH

other\_id\_number

Title: The other identifier number of person thats represents account entity
Type: number or null
Example:
123456

document\_issued\_by

Title: When was issued the document of person representing the account entity
Type: string or null
Example:
SSP
ITEP

document\_issued\_at

Title: Who issued document of person that's represents account entity
Type: string or null
Example:
RJ

document\_issued\_date

Title: The document issued date of person thats represents account entity
Type: integer or null
Example:
2019-07-19

fathers\_name

Title: The fathers name of person thats represents account entity
Type: string or null
Example:
José

assets

Title: The assets of person thats represents account entity
Type: number or null
Example:
0.01

occupation required

Title: The occupation of company or person thats represents account entity
Type: string or null
Example:
Ocupado

income required

Title: The income of company or person thats represents account entity
Type: number or null
Example:
0.05

net\_worth required

Title: The net worth of company or person thats represents account entity
Type: number or null
Example:
0.05

partners

Title: The company partner information. This is a metadata, so this object returns what we receive from the entity change request
Type: array or null



Did this page help you?