PUT api/State
Request Information
URI Parameters
None.
Body Parameters
STATE_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| State_id | integer |
None. |
|
| State | string |
None. |
|
| State_RL | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"State_id": 1,
"State": "sample string 2",
"State_RL": "sample string 3",
"User_name": "sample string 4"
}
application/xml, text/xml
Sample:
<STATE_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <State>sample string 2</State> <State_RL>sample string 3</State_RL> <State_id>1</State_id> <User_name>sample string 4</User_name> </STATE_MASTER>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |