Skip to main content

UpdateClientRequest

namestring

Updated full legal name of the client.

Possible values: <= 255 characters

taxIdstring

Updated tax identification number (CUIT).

Possible values: <= 64 characters

cashinCallbackUrlurinullable

Updated webhook URL for cash-in notifications. Pass null to remove.

emailsemail[]

Updated list of contact email addresses.

phonesstring[]

Updated list of contact phone numbers.

aliasPrefixHintstringnullable

Updated CVU alias prefix hint.

Possible values: <= 30 characters

aliasSuffixHintstringnullable

Updated CVU alias middle segment.

Possible values: <= 20 characters

externalReferencestringnullable

Updated external reference.

Possible values: <= 255 characters

metadata object

Updated metadata key/value pairs.

property name*any

Updated metadata key/value pairs.

UpdateClientRequest
{
"name": "string",
"taxId": "string",
"cashinCallbackUrl": "string",
"emails": [
"user@example.com"
],
"phones": [
"string"
],
"aliasPrefixHint": "string",
"aliasSuffixHint": "string",
"externalReference": "string",
"metadata": {}
}