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
contactIdinteger
Contact to which the tier is assigned
createdAtdatetime
groupIdstringformat: "uuid"
Group Id to which the tier is associated
idstringformat: "uuid"
Unique identifier for the assigned tier
loyaltyProgramIdstringformat: "uuid"
Associated loyalty program Id
metamap from strings to any
object
updatedAtdatetime

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