POST api/v1/hR_IdentificationType

Request Information

URI Parameters

None.

Body Parameters

HR_IdentificationTypeVM
NameDescriptionTypeAdditional information
identificationTypeId

integer

None.

identificationTypeName

string

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "identificationTypeId": 1,
  "identificationTypeName": "sample string 2",
  "tenantId": 1,
  "createdBy": 3
}

application/xml, text/xml

Sample:
<HR_IdentificationTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>3</createdBy>
  <identificationTypeId>1</identificationTypeId>
  <identificationTypeName>sample string 2</identificationTypeName>
  <tenantId>1</tenantId>
</HR_IdentificationTypeVM>

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.