POST api/Panel
Request Information
URI Parameters
None.
Body Parameters
PANEL_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Panel_id | integer |
None. |
|
| Board_year_id | integer |
None. |
|
| Panel_date | date |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Panel_id": 1,
"Board_year_id": 2,
"Panel_date": "2026-06-25T21:38:19.8489775+05:30",
"User_name": "sample string 4"
}
application/xml, text/xml
Sample:
<PANEL_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Directors.Models"> <Board_year_id>2</Board_year_id> <Panel_date>2026-06-25T21:38:19.8489775+05:30</Panel_date> <Panel_id>1</Panel_id> <User_name>sample string 4</User_name> </PANEL_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. |