Update basic information
Persons
Update basic information
Update a person’s basic information
PUT
Update basic information
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the person
Body
application/json
Update person basic info request payload
Person's first name
Example:
"John"
Person's last name
Example:
"Doe"
Person's email
Person's phone number
Optional metadata you can store as key-value pairs
Example:
{
"customField1": "value1",
"customField2": "value2"
}Response
Successful operation