When new coupon codes are created in the POS, there needs to be a possibility to flag them as codes to be used with Tracky. Only unique coupon codes can be used. Whenever such a list with new codes is created, this data shall be submitted to Tracky. This data must not be hashed.
Key
|
Guidelines
|
COUPONS Typ: string
|
Required Comma separated list of all coupon codes. Example: 1a2b3c, 4d5e6f
|
FORMAT Typ: string
|
Required Any valid code format type (ean128, ean13, itf, code39, qr, aztech). Example: itf
|
TYPE Typ: string
|
Optional Any valid coupon type: percentage, amount, custom Example: percentage
|
DISCOUNT Typ: double
|
Optional Value of the discount in percentage or currency. Example: 10.00
|
CURRENCY Typ: string
|
Optional Three-letter ISO currency code for this coupon. Example: EUR
|
TITLE Typ: string
|
Optional Title to display on these coupons. Example: 10% Coupon
|
SUBTITLE Typ: string
|
Optional Subtitle to display on these coupons. Example: 10% discount on the full range
|
DESCRIPTION Typ: string
|
Optional Description to display on these coupons. Example: Valid for 30 days after download in-store and online.
|