Update Customer
Example request body
{
"first_name": "Toni"
}Example successful response (200)
{
"id": 4165,
"total_orders": 0,
"total_licenses": 0,
"labels": [],
"customer_account": null,
"email": "[email protected]",
"first_name": "Toni",
"last_name": "Potter",
"company_name": "Hogwarts",
"phone": "+385913111111",
"reference": "ref123",
"address": "Street 1",
"postcode": "10000",
"city": "New York",
"country": "US",
"state": "NY",
"clabels_all": null,
"cognito_user_pool_id": "",
"metadata": {},
"company": 277,
"license_user": null,
"clabels": []
}Body parameters
Name
Type
Required
Description
Was this helpful?