POST api/Mapping/EmployeeInsuranceTypeMapping
Request Information
URI Parameters
None.
Body Parameters
EmployeeInsuranceTypeMappingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceEnrollmentMappingId | integer |
None. |
|
| EmployeeName | string |
None. |
|
| EmployeeTypeName | string |
None. |
|
| InsuranceName | string |
None. |
|
| EmployeeId | integer |
None. |
|
| lstEmployee | Collection of integer |
None. |
|
| EmployeeTypeId | integer |
None. |
|
| InsuranceTypeId | integer |
None. |
|
| EmployeeContributionId | integer |
None. |
|
| InsuranceVendorId | integer |
None. |
|
| NoOfFamilyMemberCovered | integer |
None. |
|
| PolicyNumber | string |
None. |
|
| InsuranceVendorName | string |
None. |
|
| InsuranceOptOut | string |
None. |
|
| EnrollmentFrom | date |
None. |
|
| DisplayEnrollmentFrom | string |
None. |
|
| EnrollmentTo | date |
None. |
|
| DisplayEnrollmentTo | string |
None. |
|
| DispalyEnrollmentFrom | string |
None. |
|
| FromDate | date |
None. |
|
| DispalyEnrollmentTo | string |
None. |
|
| Status | byte |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| DisplayCreatedDate | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| DisplayModifyDate | string |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
|
| lstEmployeeId | Collection of string |
None. |
|
| lstInsuranceTypeId | Collection of InsuranceTypeViewModel |
None. |
|
| lstCode | Collection of string |
None. |
|
| lstName | Collection of string |
None. |
|
| lstDescription | Collection of string |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ClientId | integer |
None. |
|
| ConstantValueId | integer |
None. |
|
| ConstantValueType | string |
None. |
|
| ConstantValueCode | string |
None. |
|
| ConstantValueDescription | string |
None. |
|
| ConstantValue | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceEnrollmentMappingId": 1,
"EmployeeName": "sample string 2",
"EmployeeTypeName": "sample string 3",
"InsuranceName": "sample string 4",
"EmployeeId": 5,
"lstEmployee": [
1,
2
],
"EmployeeTypeId": 6,
"InsuranceTypeId": 7,
"EmployeeContributionId": 8,
"InsuranceVendorId": 9,
"NoOfFamilyMemberCovered": 1,
"PolicyNumber": "sample string 10",
"InsuranceVendorName": "sample string 11",
"InsuranceOptOut": "sample string 12",
"EnrollmentFrom": "2026-01-07T07:13:07.3535818+05:30",
"DisplayEnrollmentFrom": "sample string 14",
"EnrollmentTo": "2026-01-07T07:13:07.3535818+05:30",
"DisplayEnrollmentTo": "sample string 16",
"DispalyEnrollmentFrom": "sample string 17",
"FromDate": "2026-01-07T07:13:07.3535818+05:30",
"DispalyEnrollmentTo": "sample string 18",
"Status": 64,
"IsActive": true,
"CreatedDate": "2026-01-07T07:13:07.3535818+05:30",
"DisplayCreatedDate": "sample string 22",
"CreatedBy": 23,
"CreatedByName": "sample string 24",
"ModifyDate": "2026-01-07T07:13:07.3535818+05:30",
"DisplayModifyDate": "sample string 25",
"ModifyBy": 1,
"ModifyByName": "sample string 26",
"IpAddress": "sample string 27",
"LocalIpAddress": "sample string 28",
"DbUserAccount": "sample string 29",
"RequestType": 0,
"lstEmployeeId": [
"sample string 1",
"sample string 2"
],
"lstInsuranceTypeId": [
{
"$id": "2",
"InsuranceTypeId": 1,
"EmployeeId": 2,
"Code": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"DisplayOrder": 6,
"IsActive": true,
"CreatedDate": "2026-01-07T07:13:07.3535818+05:30",
"CreatedBy": 9,
"CreatedByName": "sample string 10",
"ModifyDate": "2026-01-07T07:13:07.3535818+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 11",
"IpAddress": "sample string 12",
"LocalIpAddress": "sample string 13",
"DbUserAccount": "sample string 14",
"RequestType": 0,
"ClientId": 15,
"ClientIName": "sample string 16",
"EmployeeContributionId": 17
},
{
"$ref": "2"
}
],
"lstCode": [
"sample string 1",
"sample string 2"
],
"lstName": [
"sample string 1",
"sample string 2"
],
"lstDescription": [
"sample string 1",
"sample string 2"
],
"Code": "sample string 30",
"Name": "sample string 31",
"Description": "sample string 32",
"ClientId": 1,
"ConstantValueId": 1,
"ConstantValueType": "sample string 33",
"ConstantValueCode": "sample string 34",
"ConstantValueDescription": "sample string 35",
"ConstantValue": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.