PUT api/Designation
Request Information
URI Parameters
None.
Body Parameters
DESIGNATION_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Desg_id | integer |
None. |
|
| Dep_id | integer |
None. |
|
| Designation | string |
None. |
|
| Designation_RL | string |
None. |
|
| Allow_login | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Desg_id": 1,
"Dep_id": 2,
"Designation": "sample string 3",
"Designation_RL": "sample string 4",
"Allow_login": "sample string 5",
"User_name": "sample string 6"
}
application/xml, text/xml
Sample:
<DESIGNATION_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <Allow_login>sample string 5</Allow_login> <Dep_id>2</Dep_id> <Desg_id>1</Desg_id> <Designation>sample string 3</Designation> <Designation_RL>sample string 4</Designation_RL> <User_name>sample string 6</User_name> </DESIGNATION_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. |