Newer Version Available

This content describes an older version of this product. View Latest

Process Member Benefit Actions

Process the benefit action associated with the benefit that is assigned to a loyalty program member.

This object is available in API version 51.0 and later for users with Loyalty Management license.

Supported REST HTTP Methods

URI
/services/data/vXX.X/actions/standard/executeMemberBenefit
Formats
JSON, XML
HTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token

Inputs

Input Details
MemberBenefitId
Type
ID
Description
ID of the member associated with the benefit.

Example

Sample Request

1{
2   "inputs":[ 
3      { 
4        "MemberBenefitId":"0lMxx0000A000001EAA"
5      }
6   ]
7}

Sample Response

1{
2   "actionName":"executeMemberBenefit",
3   "errors":null,
4   "isSuccess":true,
5}