POST State/Filter

Request Information

URI Parameters

None.

Body Parameters

StateFilterParam
NameDescriptionTypeAdditional information
searchtype

string

None.

country_id

string

None.

state_name

string

None.

state_code

string

None.

fromDate

string

None.

toDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "searchtype": "sample string 1",
  "country_id": "sample string 2",
  "state_name": "sample string 3",
  "state_code": "sample string 4",
  "fromDate": "sample string 5",
  "toDate": "sample string 6"
}

application/xml, text/xml

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

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.