cURL
curl --request PATCH \ --url https://api.pricenow.dev/api/accounts/current/persons/{personId} \ --header 'Content-Type: application/json' \ --header 'accept-language: <accept-language>' \ --header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \ --data '{}'
{ "data": { "id": 123, "accountId": 123, "formDefinition": {}, "defaultValues": {}, "values": {}, "isOwner": true } }
Update a person for the current account. Optionally provide productIds to include product-specific field requirements.
Language of the response
en
de
fr
it
UUID of the sales channel
Successful response
Show child attributes