GET promotion/get_membership_card_list?client_id={client_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
client_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfMembershipCardListViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Collection of MembershipCardListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": [ { "card_name": "sample string 1", "card_rights": [ { "membership_right_id": 1, "membership_right_name": "sample string 2", "point_rate": 1, "discount": 1.0, "birthday_discount": 1.0 }, { "membership_right_id": 1, "membership_right_name": "sample string 2", "point_rate": 1, "discount": 1.0, "birthday_discount": 1.0 } ], "date_created_name": "sample string 2", "card_style_name": "sample string 3", "card_type_name": "sample string 4", "membership_type_name": "sample string 5", "card_id": 6, "name": "sample string 7", "sub_name": "sample string 8", "membership_type_id": 9, "card_type_id": 1, "card_style_id": 10, "discount": 1.0, "balance": 11.0, "point_rate": 1, "birthday_discount": 1.0, "membership_level": 12, "fee": 13.0, "client_id": 14, "app_key": "sample string 15", "membership_right_ids": "sample string 16" }, { "card_name": "sample string 1", "card_rights": [ { "membership_right_id": 1, "membership_right_name": "sample string 2", "point_rate": 1, "discount": 1.0, "birthday_discount": 1.0 }, { "membership_right_id": 1, "membership_right_name": "sample string 2", "point_rate": 1, "discount": 1.0, "birthday_discount": 1.0 } ], "date_created_name": "sample string 2", "card_style_name": "sample string 3", "card_type_name": "sample string 4", "membership_type_name": "sample string 5", "card_id": 6, "name": "sample string 7", "sub_name": "sample string 8", "membership_type_id": 9, "card_type_id": 1, "card_style_id": 10, "discount": 1.0, "balance": 11.0, "point_rate": 1, "birthday_discount": 1.0, "membership_level": 12, "fee": 13.0, "client_id": 14, "app_key": "sample string 15", "membership_right_ids": "sample string 16" } ] }