POST State/UpdateState
Request Information
URI Parameters
None.
Body Parameters
UpdateStatedetails| Name | Description | Type | Additional information |
|---|---|---|---|
| country_id | string |
None. |
|
| state_id | string |
None. |
|
| state_name | string |
None. |
|
| state_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"country_id": "sample string 1",
"state_id": "sample string 2",
"state_name": "sample string 3",
"state_code": "sample string 4"
}
application/xml, text/xml
Sample:
<UpdateStatedetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <country_id>sample string 1</country_id> <state_code>sample string 4</state_code> <state_id>sample string 2</state_id> <state_name>sample string 3</state_name> </UpdateStatedetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.