POST api/UserCenter/DeleteBankCard?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

H5BankCard
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.