PUT api/BenefitTransaction/InsuranceEnrollmentForm

Request Information

URI Parameters

None.

Body Parameters

InsuranceEnrollmentViewModel
NameDescriptionTypeAdditional information
FirstName

string

None.

MaritalStatusId

integer

None.

EmployeeName

string

None.

DateOfJoining

date

None.

MaritalStatusName

string

None.

InsuranceEnrollmentId

integer

None.

lstInsuranceEnrollmentId

Collection of string

None.

InsuranceVendorCountryId

integer

None.

Name

string

None.

DateOfBirth

date

None.

RelationId

integer

None.

RelationName

string

None.

BloodGroupId

integer

None.

BloodGroupName

string

None.

GenderId

integer

None.

GenderName

string

None.

InsuranceCoveredType

string

None.

CoveredAmount

integer

None.

InsuranceTypeId

integer

None.

InsuranceName

string

None.

AdditionalCoveredAmount

integer

None.

IsDependent

boolean

None.

StatusName

string

None.

Status

byte

None.

IsInsuranceOptOut

boolean

None.

InsuranceOptOut

string

None.

InsuranceEnrollmentOptOutId

integer

None.

InsuranceType

string

None.

InsuranceVendor

string

None.

InsuranceFileName

string

None.

PolicyDate

date

None.

PolicyNumber

string

None.

NoOfFamilyMemberCovered

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

CreatedByName

string

None.

ModifyDate

date

None.

ModifyBy

integer

None.

ModifyByName

string

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

EmployeeId

integer

None.

InsuranceEnrollmentMappingId

integer

None.

EmployeeTypeName

string

None.

ClientId

integer

None.

TotalDeduction

integer

None.

EmployeeTypeId

integer

None.

EnrollmentFrom

date

None.

EnrollmentTo

date

None.

InsuranceTypeName

string

None.

EnrollmentStatus

byte

None.

ClientName

string

None.

WorkLocationCountryId

byte

None.

WorkLocationCountryName

string

None.

WorkLocationStateId

integer

None.

WorkLocationCityId

integer

None.

StateId

integer

None.

City

string

None.

WorkLocationStateName

string

None.

IsStateApplicable

boolean

None.

IsCityApplicable

boolean

None.

InsuranceVendorId

integer

None.

InsuranceVendorName

string

None.

VendorUrl

string

None.

PolicyUrl

string

None.

EnrollmentForm

string

None.

ValidFrom

date

None.

ValidTo

date

None.

InsuranceOperationType

InsuranceOperationTypeEnum

None.

RelationCount

integer

None.

ImageFile

HttpPostedFileWrapper

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "MaritalStatusId": 1,
  "EmployeeName": "sample string 2",
  "DateOfJoining": "2026-01-07T07:14:10.1597912+05:30",
  "MaritalStatusName": "sample string 3",
  "InsuranceEnrollmentId": 4,
  "lstInsuranceEnrollmentId": [
    "sample string 1",
    "sample string 2"
  ],
  "InsuranceVendorCountryId": 5,
  "Name": "sample string 6",
  "DateOfBirth": "2026-01-07T07:14:10.1597912+05:30",
  "RelationId": 8,
  "RelationName": "sample string 9",
  "BloodGroupId": 10,
  "BloodGroupName": "sample string 11",
  "GenderId": 12,
  "GenderName": "sample string 13",
  "InsuranceCoveredType": "sample string 14",
  "CoveredAmount": 1,
  "InsuranceTypeId": 1,
  "InsuranceName": "sample string 15",
  "AdditionalCoveredAmount": 1,
  "IsDependent": true,
  "StatusName": "sample string 17",
  "Status": 64,
  "IsInsuranceOptOut": true,
  "InsuranceOptOut": "sample string 20",
  "InsuranceEnrollmentOptOutId": 1,
  "InsuranceType": "sample string 21",
  "InsuranceVendor": "sample string 22",
  "InsuranceFileName": "sample string 23",
  "PolicyDate": "2026-01-07T07:14:10.1597912+05:30",
  "PolicyNumber": "sample string 24",
  "NoOfFamilyMemberCovered": 1,
  "CreatedDate": "2026-01-07T07:14:10.1597912+05:30",
  "CreatedBy": 26,
  "CreatedByName": "sample string 27",
  "ModifyDate": "2026-01-07T07:14:10.1597912+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 28",
  "IpAddress": "sample string 29",
  "LocalIpAddress": "sample string 30",
  "DbUserAccount": "sample string 31",
  "RequestType": 0,
  "EmployeeId": 1,
  "InsuranceEnrollmentMappingId": 32,
  "EmployeeTypeName": "sample string 33",
  "ClientId": 34,
  "TotalDeduction": 1,
  "EmployeeTypeId": 35,
  "EnrollmentFrom": "2026-01-07T07:14:10.1597912+05:30",
  "EnrollmentTo": "2026-01-07T07:14:10.1597912+05:30",
  "InsuranceTypeName": "sample string 38",
  "EnrollmentStatus": 64,
  "ClientName": "sample string 40",
  "WorkLocationCountryId": 64,
  "WorkLocationCountryName": "sample string 41",
  "WorkLocationStateId": 1,
  "WorkLocationCityId": 1,
  "StateId": 1,
  "City": "sample string 42",
  "WorkLocationStateName": "sample string 43",
  "IsStateApplicable": true,
  "IsCityApplicable": true,
  "InsuranceVendorId": 1,
  "InsuranceVendorName": "sample string 44",
  "VendorUrl": "sample string 45",
  "PolicyUrl": "sample string 46",
  "EnrollmentForm": "sample string 47",
  "ValidFrom": "2026-01-07T07:14:10.1597912+05:30",
  "ValidTo": "2026-01-07T07:14:10.1597912+05:30",
  "InsuranceOperationType": 0,
  "RelationCount": 1,
  "ImageFile": null
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.