Update Member Tier
POST {{_endpoint}}/services/data/v{{version}}/connect/loyalty/programs/:loyaltyProgramName/program-processes/:processName
NOTE:
In the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
journalTypeId | null |
Request Body
{"processParameters"=>[{"MemberId"=>"0lMRM0000004GBs2AM", "NewTier"=>"Gold", "ReasonForChange"=>"update tier"}]}
RESPONSES
status: Created
{"message":null,"outputParameters":{"outputParameters":{"results":[{"PointsDebited":6}]}},"simulationDetails":{},"status":true}