Update Loyalty Program Customer
Update Loyalty Program Customer
Updates details of a specific customer within a loyalty program.
Path Parameters:
programId: UUID of the loyalty programcustomerId: UUID of the customer
Request Body:
data: Updated customer data
Returns:
- Updated customer details as a JSON object.
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Path Parameters
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
24^[0-9a-f]{24}$"5eb7cf5a86d9755df3a6c593"
Body
The customer updating payload
Attributes: firstName (str | None, optional): The first name of the customer. Defaults to None lastName (str | None, optional): The last name of the customer. Defaults to None email (str | None, optional): The email address of the customer. Defaults to None phone (str | None, optional): The E164 phone number of the customer. Defaults to None customFields (Dict | None, optional): The values of the custom fields. Defaults to None
Response
Successful Response
