POST api/v1/hR_EmployeeIdentification
Request Information
URI Parameters
None.
Body Parameters
HR_EmployeeIdentificationVM| Name | Description | Type | Additional information |
|---|---|---|---|
| identificationId | integer |
None. |
|
| identificationTypeId | integer |
None. |
|
| indentityNumber | string |
None. |
|
| issueDate | date |
None. |
|
| expiryDate | date |
None. |
|
| placeIssued | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| employeeId | integer |
None. |
|
| createdBy | integer |
None. |
|
| identificationTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"identificationId": 1,
"identificationTypeId": 1,
"indentityNumber": "sample string 2",
"issueDate": "2025-10-27T09:18:51.3844238-07:00",
"expiryDate": "2025-10-27T09:18:51.3844238-07:00",
"placeIssued": "sample string 3",
"tenantId": 1,
"dateCreated": "2025-10-27T09:18:51.3844238-07:00",
"employeeId": 1,
"createdBy": 4,
"identificationTypeName": "sample string 5"
}
application/xml, text/xml
Sample:
<HR_EmployeeIdentificationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>4</createdBy> <dateCreated>2025-10-27T09:18:51.3844238-07:00</dateCreated> <employeeId>1</employeeId> <expiryDate>2025-10-27T09:18:51.3844238-07:00</expiryDate> <identificationId>1</identificationId> <identificationTypeId>1</identificationTypeId> <identificationTypeName>sample string 5</identificationTypeName> <indentityNumber>sample string 2</indentityNumber> <issueDate>2025-10-27T09:18:51.3844238-07:00</issueDate> <placeIssued>sample string 3</placeIssued> <tenantId>1</tenantId> </HR_EmployeeIdentificationVM>
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.