PUT api/v1/hR_EmployeeHealthInsurance/{employeeHealthInsuranceId}/employeeHealthInsuranceId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeHealthInsuranceId | integer |
Required |
Body Parameters
HR_EmployeeHealthInsuranceVMName | 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": "2024-11-24T08:35:38.5245149-08:00", "isActive": true, "validFrom": "2024-11-24T08:35:38.5245149-08:00", "validUntill": "2024-11-24T08:35:38.5245149-08: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-11-24T08:35:38.5245149-08:00</dateRegistered> <employeeHealthInsuranceId>1</employeeHealthInsuranceId> <employeeId>1</employeeId> <healthInsurancePlanId>1</healthInsurancePlanId> <healthInsurancePlanName>sample string 2</healthInsurancePlanName> <isActive>true</isActive> <tenantId>1</tenantId> <validFrom>2024-11-24T08:35:38.5245149-08:00</validFrom> <validUntill>2024-11-24T08:35:38.5245149-08: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.