GET promotion/get_membership_topup_config_list?card_id={card_id}&client_id={client_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| card_id | integer |
None. |
|
| client_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfMembershipTopupConfigListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | Collection of MembershipTopupConfigListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"success": true,
"data": [
{
"topup_config_id": 1,
"amount": 2.0,
"gift_amount": 3.0,
"card_id": 4,
"card_name": "sample string 5",
"date_created_name": "sample string 6"
},
{
"topup_config_id": 1,
"amount": 2.0,
"gift_amount": 3.0,
"card_id": 4,
"card_name": "sample string 5",
"date_created_name": "sample string 6"
}
]
}