POST api/v1/hR_EmployeeHealthInsurance

Request Information

URI Parameters

None.

Body Parameters

HR_EmployeeHealthInsuranceVM
NameDescriptionTypeAdditional information
employeeHealthInsuranceId

integer

None.

employeeId

integer

None.

healthInsurancePlanId

integer

None.

dateRegistered

date

None.

isActive

boolean

None.

validFrom

date

None.

validUntill

date

None.

tenantId

integer

None.

createdBy

integer

None.

healthInsurancePlanName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeHealthInsuranceId": 1,
  "employeeId": 1,
  "healthInsurancePlanId": 1,
  "dateRegistered": "2024-09-19T11:01:50.8069884-07:00",
  "isActive": true,
  "validFrom": "2024-09-19T11:01:50.8069884-07:00",
  "validUntill": "2024-09-19T11:01:50.8069884-07:00",
  "tenantId": 1,
  "createdBy": 1,
  "healthInsurancePlanName": "sample string 2"
}

application/xml, text/xml

Sample:
<HR_EmployeeHealthInsuranceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>1</createdBy>
  <dateRegistered>2024-09-19T11:01:50.8069884-07:00</dateRegistered>
  <employeeHealthInsuranceId>1</employeeHealthInsuranceId>
  <employeeId>1</employeeId>
  <healthInsurancePlanId>1</healthInsurancePlanId>
  <healthInsurancePlanName>sample string 2</healthInsurancePlanName>
  <isActive>true</isActive>
  <tenantId>1</tenantId>
  <validFrom>2024-09-19T11:01:50.8069884-07:00</validFrom>
  <validUntill>2024-09-19T11:01:50.8069884-07:00</validUntill>
</HR_EmployeeHealthInsuranceVM>

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.