Update a Customer Record
Updates the specified customer record fields.
URL
PATCH: https://[base-url]/{applicationId}/customers/{customerRecordId}
Headers
Authorization: Bearer <accessToken>
Request Body
fields (required): An array of UnifiedFieldData objects. A list of fields to update. Fields not specified in this list will not change.
Response
Success -> 200
No Content
Last updated