POST Country/Filter

Request Information

URI Parameters

None.

Body Parameters

CountryFilterParam
NameDescriptionTypeAdditional information
searchtype

string

None.

country_name

string

None.

country_code

string

None.

fromDate

string

None.

toDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "searchtype": "sample string 1",
  "country_name": "sample string 2",
  "country_code": "sample string 3",
  "fromDate": "sample string 4",
  "toDate": "sample string 5"
}

application/xml, text/xml

Sample:
<CountryFilterParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <country_code>sample string 3</country_code>
  <country_name>sample string 2</country_name>
  <fromDate>sample string 4</fromDate>
  <searchtype>sample string 1</searchtype>
  <toDate>sample string 5</toDate>
</CountryFilterParam>

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.