POST State/AddState

Request Information

URI Parameters

None.

Body Parameters

StateMdetails
NameDescriptionTypeAdditional information
state_name

string

None.

state_code

string

None.

country_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "state_name": "sample string 1",
  "state_code": "sample string 2",
  "country_id": "sample string 3"
}

application/xml, text/xml

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

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.