PUT api/Directors
Request Information
URI Parameters
None.
Body Parameters
DIRECTORS_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Dir_id | integer |
None. |
|
| Panel_id | integer |
None. |
|
| Cust_id | integer |
None. |
|
| Dir_post_id | integer |
None. |
|
| Dir_cat_id | integer |
None. |
|
| Party | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dir_id": 1,
"Panel_id": 2,
"Cust_id": 3,
"Dir_post_id": 4,
"Dir_cat_id": 5,
"Party": "sample string 6",
"User_name": "sample string 7"
}
application/xml, text/xml
Sample:
<DIRECTORS_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Directors.Models"> <Cust_id>3</Cust_id> <Dir_cat_id>5</Dir_cat_id> <Dir_id>1</Dir_id> <Dir_post_id>4</Dir_post_id> <Panel_id>2</Panel_id> <Party>sample string 6</Party> <User_name>sample string 7</User_name> </DIRECTORS_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. |