POST api/GetBankList
Request Information
URI Parameters
None.
Body Parameters
CountryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
|
| Currency | string |
None. |
|
| FromCountry | boolean |
None. |
|
| ToCountry | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"Currency": "sample string 4",
"FromCountry": true,
"ToCountry": true
}
application/xml, text/xml
Sample:
<CountryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <CountryCode>sample string 3</CountryCode> <CountryID>1</CountryID> <CountryName>sample string 2</CountryName> <Currency>sample string 4</Currency> <FromCountry>true</FromCountry> <ToCountry>true</ToCountry> </CountryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.