Create coupon
GET {{integrationBaseUrl}}/selligent?deployment={{talonDeployment_3rdParty}}&campaignId=5843&applicationId=316&selligentCampaignId=someCampaignId&recipientIntegrationId=URN-GV8294NV&discountLimit=155&startDate=2022-09-30T15:35:02Z&expiryDate=2022-10-30T15:35:02Z&usageLimit=1
Create a coupon code in Talon.One. To use it in your Selligent deployment, see the tutorial.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
deployment | string | (Required) The base URL of your deployment. | |
campaignId | number | (Required) The ID of the campaign in Talon.One. | |
applicationId | number | (Required) The ID of the Application in Talon.One. | |
selligentCampaignId | string | (Required) Selligent campaign id | |
recipientIntegrationId | string | The integration ID of the only customer that can use the generated coupon code. Leave blank to allow any user to use the coupon. | |
discountLimit | number | The discount amount the coupon is worth. Can be blank if for example the coupon provides a 10% discount or something other than a set value of discounts. | |
startDate | string | The date when the code becomes usable. | |
expiryDate | string | The date when the code becomes unusable. | |
usageLimit | number | The number of times the coupon code can be redeemed. 0 means unlimited redemptions but any campaign usage limits will still apply. The default value is 1. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |