Assign a tier

Manually assigns a tier to a specific membership.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

pidstringRequiredformat: "uuid"
Loyalty Program ID
cidstringRequiredformat: "uuid"
Contact ID
tidstringRequiredformat: "uuid"
Tier ID

Response

Tier successfully assigned to membership
contactIdintegerOptional
Contact to which the tier is assigned
createdAtdatetimeOptional
groupIdstringOptionalformat: "uuid"
Group Id to which the tier is associated
idstringOptionalformat: "uuid"
Unique identifier for the assigned tier
loyaltyProgramIdstringOptionalformat: "uuid"
Associated loyalty program Id
metamap from strings to anyOptional
object
updatedAtdatetimeOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
424
Failed Dependency Error
500
Internal Server Error