Transfer Member Points to Groups

Transfers Individual or Corporate type members’ points contributions to the members’ associated groups.

For more information about this action, see Transfer Member Points to Groups in Salesforce Help.

This action is available in API version 53.0 and later for users with Loyalty Management license.

Supported REST HTTP Methods

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

Inputs

Input Details
JournalId
Type
ID
Description
Required. The transaction journal from which points must be transferred to groups. The transaction journal must be associated to either an Individual or a Corporate type member. The points are transferred to the member’s associated groups.

Example

Sample Request

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

Sample Response

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