POST api/v1/hR_BoardOfGovernor
Request Information
URI Parameters
None.
Body Parameters
HR_BoardOfGovernorVMName | 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": "2024-11-24T08:45:13.8773214-08: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>2024-11-24T08:45:13.8773214-08: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.