PUT api/v1/hR_Identification/{identificationId}/identificationId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identificationId

integer

Required

Body Parameters

HR_IdentificationVM
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.

Request Formats

application/json, text/json

Sample:
{
  "identificationId": 1,
  "identificationTypeId": 1,
  "indentityNumber": "sample string 2",
  "issueDate": "2024-09-19T09:30:21.5072149-07:00",
  "expiryDate": "2024-09-19T09:30:21.5072149-07:00",
  "placeIssued": "sample string 3",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:30:21.5072149-07: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-09-19T09:30:21.5072149-07:00</dateCreated>
  <employeeId>1</employeeId>
  <expiryDate>2024-09-19T09:30:21.5072149-07:00</expiryDate>
  <identificationId>1</identificationId>
  <identificationTypeId>1</identificationTypeId>
  <indentityNumber>sample string 2</indentityNumber>
  <issueDate>2024-09-19T09:30:21.5072149-07: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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.