PUT api/v1/hR_EmployeeHealthInsurance/{employeeHealthInsuranceId}/employeeHealthInsuranceId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeHealthInsuranceId | integer |
Required |
Body Parameters
HR_EmployeeHealthInsuranceVM| Name | Description | Type | Additional 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": "2025-10-27T09:24:11.0939957-07:00",
"isActive": true,
"validFrom": "2025-10-27T09:24:11.0939957-07:00",
"validUntill": "2025-10-27T09:24:11.0949972-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>2025-10-27T09:24:11.0939957-07:00</dateRegistered> <employeeHealthInsuranceId>1</employeeHealthInsuranceId> <employeeId>1</employeeId> <healthInsurancePlanId>1</healthInsurancePlanId> <healthInsurancePlanName>sample string 2</healthInsurancePlanName> <isActive>true</isActive> <tenantId>1</tenantId> <validFrom>2025-10-27T09:24:11.0939957-07:00</validFrom> <validUntill>2025-10-27T09:24:11.0949972-07:00</validUntill> </HR_EmployeeHealthInsuranceVM>
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.