Add loyalty points
POST {{integrationBaseUrl}}/customer_engagement/add_loyalty_points
Add points in the specified loyalty program for the given customer.
Request Body
{"profileIntegrationId"=>"URN-GV8294NV", "loyaltyProgramId"=>25, "points"=>300, "name"=>"Compensation", "validityDuration"=>"5D", "validUntil"=>"2021-07-20T22:00:00Z", "pendingDuration"=>"12h", "pendingUntil"=>"2021-07-20T22:00:00Z", "subledgerId"=>"sub-123", "applicationId"=>322}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
customer-engagement-platform-name | string | (Required) The name of the third-party platform. | |
destination-hostname | string | (Required) The base URL of your Talon.One deployment. | |
Content-Type | string | ||
Accept | string |