Update Customer
Update customer info.
x-siteassist-key<token>
In: header
Path Parameters
appUserIdstring
App User ID
Length
1 <= length
name?string | null
email?string | null
Format
email
attributes?object
Empty Object
Response Body
curl -X POST "https://loading/customers/string" \ -H "Content-Type: application/json" \ -d '{}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"attributes": {
"property1": "string",
"property2": "string"
},
"createdAt": "string",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"name": "string",
"appUserId": "string"
}
Empty
Empty
Empty
Empty
Empty