POST api/Bank/get_credit_card_list
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| getCreditCardLReq | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"channel": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"RC": "sample string 1",
"RM": "sample string 2",
"results": {
"card_data": [
{
"card_token": "sample string 1",
"card_number": "sample string 2",
"card_name": "sample string 3",
"card_type": "sample string 4",
"is_pay_card": true,
"card_status": 6,
"have_password": true,
"card_customname": "sample string 8"
},
{
"card_token": "sample string 1",
"card_number": "sample string 2",
"card_name": "sample string 3",
"card_type": "sample string 4",
"is_pay_card": true,
"card_status": 6,
"have_password": true,
"card_customname": "sample string 8"
},
{
"card_token": "sample string 1",
"card_number": "sample string 2",
"card_name": "sample string 3",
"card_type": "sample string 4",
"is_pay_card": true,
"card_status": 6,
"have_password": true,
"card_customname": "sample string 8"
}
]
}
}