POST api/Configuration/InsuranceRuleDetail

Request Information

URI Parameters

None.

Body Parameters

InsuranceRuleDetailViewModel
NameDescriptionTypeAdditional information
InsuranceRuleConfigurationId

integer

None.

InsuranceRuleId

integer

None.

RelationId

integer

None.

IsGenderApplicable

boolean

None.

GenderId

integer

None.

lstGender

Collection of integer

None.

GenderName

string

None.

IsDesignationApplicable

boolean

None.

DesignationId

integer

None.

lstDesignation

Collection of integer

None.

DesignationName

string

None.

RelationName

string

None.

IsMaxMemberCountApplicable

boolean

None.

MaxMemberCount

byte

None.

IsAdditionalContributionApplicable

boolean

None.

AdditonalContribution

integer

None.

IsTotalAmountCoveredApplicable

boolean

None.

TotalAmountCovered

integer

None.

IsInsuranceCoveredApplicable

boolean

None.

InsuranceCoveredType

string

None.

IsDependentApplicable

boolean

None.

IsAgeLimitApplicable

boolean

None.

Age

byte

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.

InsuranceOperationType

InsuranceOperationTypeEnum

None.

CountryId

byte

None.

ClientId

integer

None.

IsStateApplicable

boolean

None.

StateId

string

None.

IsCityApplicable

boolean

None.

CityId

string

None.

CurrencyId

integer

None.

InsuranceVendorId

integer

None.

InsuranceTypeId

integer

None.

EmployeeTypeId

integer

None.

EmployeeContribution

integer

None.

EmployerContribution

integer

None.

ContributionType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InsuranceRuleConfigurationId": 1,
  "InsuranceRuleId": 1,
  "RelationId": 2,
  "IsGenderApplicable": true,
  "GenderId": 1,
  "lstGender": [
    1,
    2
  ],
  "GenderName": "sample string 4",
  "IsDesignationApplicable": true,
  "DesignationId": 1,
  "lstDesignation": [
    1,
    2
  ],
  "DesignationName": "sample string 6",
  "RelationName": "sample string 7",
  "IsMaxMemberCountApplicable": true,
  "MaxMemberCount": 64,
  "IsAdditionalContributionApplicable": true,
  "AdditonalContribution": 1,
  "IsTotalAmountCoveredApplicable": true,
  "TotalAmountCovered": 12,
  "IsInsuranceCoveredApplicable": true,
  "InsuranceCoveredType": "sample string 14",
  "IsDependentApplicable": true,
  "IsAgeLimitApplicable": true,
  "Age": 64,
  "CreatedDate": "2026-01-07T07:13:06.4426213+05:30",
  "CreatedBy": 18,
  "CreatedByName": "sample string 19",
  "ModifyDate": "2026-01-07T07:13:06.4426213+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 20",
  "IpAddress": "sample string 21",
  "LocalIpAddress": "sample string 22",
  "DbUserAccount": "sample string 23",
  "RequestType": 0,
  "InsuranceOperationType": 0,
  "CountryId": 64,
  "ClientId": 25,
  "IsStateApplicable": true,
  "StateId": "sample string 27",
  "IsCityApplicable": true,
  "CityId": "sample string 29",
  "CurrencyId": 30,
  "InsuranceVendorId": 31,
  "InsuranceTypeId": 32,
  "EmployeeTypeId": 33,
  "EmployeeContribution": 34,
  "EmployerContribution": 35,
  "ContributionType": "sample string 36"
}

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.