PUT api/BenefitTransaction/InsuranceEnrollmentOptOut/InsuranceEnrollmentEditOptOut
Request Information
URI Parameters
None.
Body Parameters
InsuranceEnrollmentOptOutViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceEnrollmentOptOutId | integer |
None. |
|
| DateofBirth | date |
None. |
|
| DateOfJoining | date |
None. |
|
| InsuranceType | string |
None. |
|
| InsuranceVendor | string |
None. |
|
| InsuranceFileName | string |
None. |
|
| PolicyDate | date |
None. |
|
| EmployeeId | integer |
None. |
|
| StatusName | string |
None. |
|
| Status | byte |
None. |
|
| EmployeeName | string |
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. |
|
| ClientId | integer |
None. |
|
| lstInsuranceEnrollmentId | Collection of string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
|
| InsuranceOperationType | InsuranceOperationTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceEnrollmentOptOutId": 1,
"DateofBirth": "2026-01-07T07:14:39.9316328+05:30",
"DateOfJoining": "2026-01-07T07:14:39.9316328+05:30",
"InsuranceType": "sample string 2",
"InsuranceVendor": "sample string 3",
"InsuranceFileName": "sample string 4",
"PolicyDate": "2026-01-07T07:14:39.9316328+05:30",
"EmployeeId": 6,
"StatusName": "sample string 7",
"Status": 64,
"EmployeeName": "sample string 9",
"PolicyNumber": "sample string 10",
"NoOfFamilyMemberCovered": 11,
"CreatedDate": "2026-01-07T07:14:39.9316328+05:30",
"CreatedBy": 13,
"CreatedByName": "sample string 14",
"ModifyDate": "2026-01-07T07:14:39.9316328+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 15",
"IpAddress": "sample string 16",
"LocalIpAddress": "sample string 17",
"DbUserAccount": "sample string 18",
"ClientId": 19,
"lstInsuranceEnrollmentId": [
"sample string 1",
"sample string 2"
],
"RequestType": 0,
"InsuranceOperationType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.