PUT api/v1/hR_EmployeeIdentification/{employeeId}/employeeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

Body Parameters

HR_EmployeeIdentificationVM
NameDescriptionTypeAdditional 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": "2024-09-19T09:05:14.5860926-07:00",
  "expiryDate": "2024-09-19T09:05:14.5860926-07:00",
  "placeIssued": "sample string 3",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:05:14.5860926-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>2024-09-19T09:05:14.5860926-07:00</dateCreated>
  <employeeId>1</employeeId>
  <expiryDate>2024-09-19T09:05:14.5860926-07:00</expiryDate>
  <identificationId>1</identificationId>
  <identificationTypeId>1</identificationTypeId>
  <identificationTypeName>sample string 5</identificationTypeName>
  <indentityNumber>sample string 2</indentityNumber>
  <issueDate>2024-09-19T09:05:14.5860926-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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.