Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.61 KB

File metadata and controls

31 lines (19 loc) · 1.61 KB

SupportRequestInput

Properties

Name Type Description Notes
applicationId Long Identifier of the Application connected to the loyalty program or the campaign. It is displayed in your Talon.One deployment URL.
campaignId Long Identifier of the campaign where the coupon or gift card is created. [optional]
loyaltyProgramId Long Identifier of the loyalty program. You can get the ID with the List loyalty programs endpoint. [optional]
subledgerId Long Identifier of the subledger the points are added to or deducted from. If there is no existing subledger with this ID, the subledger is created automatically. [optional]
customerProfileId String Integration ID of the customer profile linked to the support request.
requestType RequestTypeEnum Type of reward requested, including gift cards, personal coupons, and loyalty point additions or deductions.
requestValue Float Requested monetary balance of the gift card or the number of loyalty points to be added or deducted. [optional]
requestNote String Notes attached to the support request.

Enum: RequestTypeEnum

Name Value
GIFT_CARD "gift_card"
PERSONAL_COUPON "personal_coupon"
LOYALTY_POINTS_ADDED "loyalty_points_added"
LOYALTY_POINTS_DEDUCTED "loyalty_points_deducted"