Request Data Format | n.a. |
---|---|
Request related java object |
|
Request Example | |
Response Data Format | application/json |
Response related java object |
|
Response Example | { "type": "PromotionCode", "code": "CC2M8Y5VY4MW", "promotion": { "type": "Link", "description": "Contact Center 10 EUR order discount coupon.", "title": "10 EUR Order discount ", "uri": "ContactCenter/-/channels/PrimeTech-PrimeTechSpecials/promotions/CC_10EUR_OrderDiscount", "relation": "about" }, "promotionID": "CC_10EUR_OrderDiscount", "channelID": "PrimeTech-PrimeTechSpecials" } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects |
|
XML Request Example | |
XML Response Data Format | text/xml |
XML Response Java Objects |
|
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PromotionCode type="PromotionCode"> <channelID>PrimeTech-PrimeTechSpecials</channelID> <code>CCZN413KW8RK</code> <promotion type="Link"> <description>Contact Center 10 EUR order discount coupon.</description> <relation>about</relation> <title>10 EUR Order discount </title> <uri>ContactCenter/-/channels/PrimeTech-PrimeTechSpecials/promotions/CC_10EUR_OrderDiscount</uri> </promotion> <promotionID>CC_10EUR_OrderDiscount</promotionID> </PromotionCode> |