PUT api/v1/hR_Identification/{identificationId}/identificationId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identificationId | integer |
Required |
Body Parameters
HR_IdentificationVMName | 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. |
Request Formats
application/json, text/json
Sample:
{ "identificationId": 1, "identificationTypeId": 1, "indentityNumber": "sample string 2", "issueDate": "2024-11-24T08:28:06.5191813-08:00", "expiryDate": "2024-11-24T08:28:06.5191813-08:00", "placeIssued": "sample string 3", "tenantId": 1, "dateCreated": "2024-11-24T08:28:06.5191813-08:00", "employeeId": 1, "createdBy": 4 }
application/xml, text/xml
Sample:
<HR_IdentificationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>4</createdBy> <dateCreated>2024-11-24T08:28:06.5191813-08:00</dateCreated> <employeeId>1</employeeId> <expiryDate>2024-11-24T08:28:06.5191813-08:00</expiryDate> <identificationId>1</identificationId> <identificationTypeId>1</identificationTypeId> <indentityNumber>sample string 2</indentityNumber> <issueDate>2024-11-24T08:28:06.5191813-08:00</issueDate> <placeIssued>sample string 3</placeIssued> <tenantId>1</tenantId> </HR_IdentificationVM>
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.