PUT api/v1/hR_BoardOfGovernor/{boardOfGovernorId}/boardOfGovernorId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| boardOfGovernorId | integer |
Required |
Body Parameters
HR_BoardOfGovernorVM| Name | Description | Type | Additional information |
|---|---|---|---|
| boardOfGovernorId | integer |
None. |
|
| employeeId | integer |
None. |
|
| dateCreated | date |
None. |
|
| designationId | integer |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| designationName | string |
None. |
|
| employeeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"boardOfGovernorId": 1,
"employeeId": 1,
"dateCreated": "2025-10-27T09:21:13.6051721-07:00",
"designationId": 1,
"tenantId": 1,
"createdBy": 2,
"designationName": "sample string 3",
"employeeName": "sample string 4"
}
application/xml, text/xml
Sample:
<HR_BoardOfGovernorVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <boardOfGovernorId>1</boardOfGovernorId> <createdBy>2</createdBy> <dateCreated>2025-10-27T09:21:13.6051721-07:00</dateCreated> <designationId>1</designationId> <designationName>sample string 3</designationName> <employeeId>1</employeeId> <employeeName>sample string 4</employeeName> <tenantId>1</tenantId> </HR_BoardOfGovernorVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.