POST promotion/join_big_turntable
Request Information
URI Parameters
None.
Body Parameters
JoinBigTurntableViewModelName | Description | Type | Additional information |
---|---|---|---|
lottery_id | integer |
Required |
|
client_id | integer |
Required |
|
point_type_id | integer |
None. |
|
joiner_head_image_path | string |
None. |
|
joiner_mobile | string |
None. |
|
joiner_name | string |
None. |
|
shop_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "lottery_id": 1, "client_id": 2, "point_type_id": 3, "joiner_head_image_path": "sample string 4", "joiner_mobile": "sample string 5", "joiner_name": "sample string 6", "shop_id": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataResponseOfJoinBigTurntableResponseViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | JoinBigTurntableResponseViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "lottery_item_id": 1, "lottery_item_name": "sample string 2", "lottery_item_type_id": 3, "lottery_item_index": 4, "points": 5, "coupon_id": 6, "joined": true } }