POST api/Bank/GetBankList

银行列表

Request Information

URI Parameters

None.

Body Parameters

GetBankList_Entity
NameDescriptionTypeAdditional information
BankOrderType

排序类型

integer

None.

BankType

integer

None.

BankLabels

string

None.

QueryKey

查询关键词

string

None.

Lngitude

经度

decimal number

None.

Latitude

纬度

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "BankOrderType": 1,
  "BankType": 2,
  "BankLabels": "sample string 3",
  "QueryKey": "sample string 4",
  "Lngitude": 5.0,
  "Latitude": 6.0
}

application/xml, text/xml

Sample:
<GetBankList_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.BankModels">
  <BankLabels>sample string 3</BankLabels>
  <BankOrderType>1</BankOrderType>
  <BankType>2</BankType>
  <Latitude>6</Latitude>
  <Lngitude>5</Lngitude>
  <QueryKey>sample string 4</QueryKey>
</GetBankList_Entity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetBankList_Entity'.

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.