POST api/Bank/BankList
ATM銀行列表
Request Information
URI Parameters
None.
Body Parameters
BankList_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1"
}
text/html
Sample:
{"Ticket":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ATM銀行列表
BankList_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| BankList |
銀行資訊 |
Collection of Bank |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.