Clip represents a clip for a coupon. If a customer wants to get a coupon he normally needs to clip it which can be implemented in a number of ways on the customer facing application's side. Particularly, clip can mean just "click". After a coupon is clipped a customer gets a redemption code. Attributes:
Data ExamplesActionsClip CouponPOST /offers/:id/clips JSON Request {
"clip": { } } Response XML Request <?xml version="1.0" encoding="UTF-8"?> <clip> </clip> Response HTTP/1.1 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>OK</status>
|
8 API Reference > Resources >