PUT api/v1/hR_HealthInsurancePlan/{healthInsurancePlanId}/healthInsurancePlanId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
healthInsurancePlanId | integer |
Required |
Body Parameters
HR_HealthInsurancePlanVMName | Description | Type | Additional information |
---|---|---|---|
healthInsurancePlanId | integer |
None. |
|
gradeId | integer |
None. |
|
gradeLevelId | integer |
None. |
|
rate | decimal number |
None. |
|
code | string |
None. |
|
description | string |
None. |
|
createdBy | integer |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "healthInsurancePlanId": 1, "gradeId": 1, "gradeLevelId": 1, "rate": 1.0, "code": "sample string 2", "description": "sample string 3", "createdBy": 1, "dateCreated": "2024-11-24T09:04:27.563541-08:00", "tenantId": 1 }
application/xml, text/xml
Sample:
<HR_HealthInsurancePlanVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <code>sample string 2</code> <createdBy>1</createdBy> <dateCreated>2024-11-24T09:04:27.563541-08:00</dateCreated> <description>sample string 3</description> <gradeId>1</gradeId> <gradeLevelId>1</gradeLevelId> <healthInsurancePlanId>1</healthInsurancePlanId> <rate>1</rate> <tenantId>1</tenantId> </HR_HealthInsurancePlanVM>
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.