POST api/State/UpdateState

Request Information

URI Parameters

None.

Body Parameters

State
NameDescriptionTypeAdditional information
State_Id

integer

None.

Name

string

None.

Country_Id

string

None.

CountryName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "State_Id": 1,
  "Name": "sample string 2",
  "Country_Id": "sample string 3",
  "CountryName": "sample string 4"
}

application/octet-stream

Sample:
{"$id":"1","State_Id":1,"Name":"sample string 2","Country_Id":"sample string 3","CountryName":"sample string 4"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.