POST api/BankWeb/get_card_page
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| getCardPage | 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": {
"bind_card_url": "sample string 1"
}
}