POST api/UserCenter/DeleteBankCard?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
H5BankCard| Name | Description | Type | Additional information |
|---|---|---|---|
| BankCardId | integer |
None. |
|
| BankId | integer |
None. |
|
| UserName | string |
None. |
|
| CardNumber | string |
None. |
|
| BankCardImg | string |
None. |
|
| BankInformation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankCardId": 1,
"BankId": 2,
"UserName": "sample string 3",
"CardNumber": "sample string 4",
"BankCardImg": "sample string 5",
"BankInformation": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |