Coupons
Coupons
Path Parameters
Name
Type
Description
[
{
"id": 1234,
"code": "ASE34AWVS21",
"assign_date": "2017-05-10 14:32:12",
"status": "assigned",
"user": {
"userapp_id": 1234,
"user_id": 1234,
"app_id": 123,
"service_uid": "98765",
"email": "user@email.com",
"first_name": "John",
"last_name": "Doe",
"telephone": "5411987654321",
"birthday": "1986-08-13",
"gender": "M",
"tags": [],
"points": 0,
"points_pending": 0,
"customform": {
"user_id": "98765"
},
"club_inscription_date": "2017-01-03",
"blocked": false,
"notes": "user notes",
"mailing_enabled": true,
"mailing_enabled_reason": null
},
"benefit": {
"id": 1234,
"slug": "benefit-1-title",
"title": "Benefit 1 title",
"description": "Benefit 1 description",
"terms": "Terms and condition",
"on_assign_msg": "After assign message",
"status": 1,
"app_id": 123,
"startdate": "2017-04-20 14:51:00",
"enddate": "2017-05-17 19:34:25",
"action_id": 5678,
"image_url": "https://api.woowup.com/image.png"
}
},
{
"id": 1235,
"code": "ASE34AWVS22",
"assign_date": null,
"status": "available",
"user": null,
"benefit": {
"id": 1234,
"slug": "benefit-1-title",
"title": "Benefit 1 title",
"description": "Benefit 1 description",
"terms": "Terms and condition",
"on_assign_msg": "After assign message",
"status": 1,
"app_id": 123,
"startdate": "2017-04-20 14:51:00",
"enddate": "2017-05-17 19:34:25",
"action_id": 5678,
"image_url": "https://api.woowup.com/image.png"
}
}
]Update Coupon
Request Body
Name
Type
Description
Last updated
Was this helpful?