Loyalty memberships

Update loyalty memberships

Updates information about the specified loyalty memberships. Note this operation supports Portfolio Access Tokens.

post/api/connector/v1/loyaltyMemberships/update

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

ChainIdstring uuid nullable

Unique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.

Response

OK

Cursorstring uuid nullable

Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned.

Changes

Changed in 1 of the 10 revisions of this API.2

    • added the optional property LoyaltyMemberships/items/DeletedUtc to the response with the 200 status

      response-optional-property-added

    • added the required property LoyaltyMemberships/items/ActivityState to the response with the 200 status

      response-required-property-added