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