Members
Bearer token provided by loyalty program provider.
Language preference for error messages and descriptions. If not provided, English will be used as the default language.
en-USRequest payload for searching loyalty program members based on customer information from Mews PMS.
The identifier of the Mews enterprise on whose behalf the request has been made.
123e4567-e89b-12d3-a456-426614174000An optional identifier of the enterprise from the loyalty provider on whose behalf the request has been made.
ENT-9876-AZSearch result with list of matching members.
Response payload containing search results with matching loyalty program members.
If the number of matching results exceeds the allowed maximum number of result items (10), set isPartialResult to true to indicate an incomplete result set.
Bad Request - Returned when the request is invalid, such as missing required fields or containing data in an incorrect format (e.g., an improperly formatted email).
Unauthorized
Request Timeout
Unprocessable Content - Used when the request is syntactically valid but fails due to business logic constraints, such as required parameter combinations or insufficient search parameters.
Internal Server Error
Bearer token provided by loyalty program provider.
Language preference for error messages and descriptions. If not provided, English will be used as the default language.
en-USRequest payload for enrolling a customer from Mews into the provider's loyalty program.
The identifier of the Mews enterprise on whose behalf the request has been made.
123e4567-e89b-12d3-a456-426614174000An optional identifier of the enterprise from the loyalty provider on whose behalf the request has been made.
ENT-9876-AZEnrollment was accepted, member is successfully enrolled or their membership is pending.
Response payload containing the newly created or updated membership information after enrollment.
Bad Request - Returned when the enrollment request is invalid, such as missing required fields or containing data in an incorrect format.
Unauthorized
Request Timeout
Unprocessable Entity
Internal Server Error
Last updated
Was this helpful?