Update Physical Person

Update Physical Person

PUT {{Environment_URL}}/customers/v1/partner/physical/update/:cpf

Body Params

The request body follows the same structure and validation rules as the Register Physical Person endpoint. This route should be used exclusively to update one or more existing attributes of a registered physical person.

Headers

Name
Value
Description

Authorization

Bearer <token>

Sign-in Token

client-key

123ABCD456

Client authentication key (Received via webhook after approval.)

Path Params

Key
Description
Required
Data Type
Example

cpf

CPF in format 00000000000

true

String

12345678900

Request Body

{
    "mobile": "+55 21 99876-5432",
    "addresses": {
        "zipCode": "40157-180",
        "nickname": "RESIDENCIAL",
        "street": "Raina Station",
        "number": 80,
        "complement": "AP 1302",
        "neighborhood": "Vila Olimpia",
        "city": "Maggiomouth",
        "state": "South Micaelaton"
    },
    "email": "[email protected]"
}

Response