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