Update a customer name
POST {{baseUrl}}/customers/:customer_id/setName
Updates the specified customer's name.
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"external_id":"\u003cstring\u003e","ingest_aliases":["\u003cstring\u003e","\u003cstring\u003e"],"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","custom_fields":{"nulla_d":"\u003cstring\u003e","qui_c2":"\u003cstring\u003e"}}}