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