POST api/GetBankList

Request Information

URI Parameters

None.

Body Parameters

CountryModel
NameDescriptionTypeAdditional information
Form

string

None.

FormName

string

None.

Action

string

None.

CountryID

integer

None.

CountryName

string

None.

CountryCode

string

None.

Currency

string

None.

FromCountry

boolean

None.

ToCountry

boolean

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Form": "sample string 1",
  "FormName": "sample string 2",
  "Action": "sample string 3",
  "CountryID": 4,
  "CountryName": "sample string 5",
  "CountryCode": "sample string 6",
  "Currency": "sample string 7",
  "FromCountry": true,
  "ToCountry": true,
  "UserName": "sample string 10"
}

application/xml, text/xml

Sample:
<CountryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <Action>sample string 3</Action>
  <CountryCode>sample string 6</CountryCode>
  <CountryID>4</CountryID>
  <CountryName>sample string 5</CountryName>
  <Currency>sample string 7</Currency>
  <Form>sample string 1</Form>
  <FormName>sample string 2</FormName>
  <FromCountry>true</FromCountry>
  <ToCountry>true</ToCountry>
  <UserName>sample string 10</UserName>
</CountryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.