POST api/Configuration/InsuranceRule
Request Information
URI Parameters
None.
Body Parameters
InsuranceRuleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuranceRuleId | integer |
None. |
|
| CountryId | byte |
None. |
|
| ClientId | integer |
None. |
|
| StateId | string |
None. |
|
| lstState | Collection of string |
None. |
|
| IsStateApplicable | boolean |
None. |
|
| ClientName | string |
None. |
|
| CurrencyId | integer |
None. |
|
| CurrencyName | string |
None. |
|
| CityId | string |
None. |
|
| lstCity | Collection of string |
None. |
|
| IsCityApplicable | boolean |
None. |
|
| InsuranceVendorId | integer |
None. |
|
| InsuranceVendorName | string |
None. |
|
| InsuranceTypeId | integer |
None. |
|
| InsuranceTypeName | string |
None. |
|
| EmployeeTypeId | integer |
None. |
|
| EmployeeTypeName | string |
None. |
|
| EmployeeContribution | decimal number |
None. |
|
| EmployerContribution | decimal number |
None. |
|
| ContributionType | string |
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. |
Request Formats
application/json, text/json
Sample:
{
"InsuranceRuleId": 1,
"CountryId": 64,
"ClientId": 3,
"StateId": "sample string 4",
"lstState": [
"sample string 1",
"sample string 2"
],
"IsStateApplicable": true,
"ClientName": "sample string 6",
"CurrencyId": 7,
"CurrencyName": "sample string 8",
"CityId": "sample string 9",
"lstCity": [
"sample string 1",
"sample string 2"
],
"IsCityApplicable": true,
"InsuranceVendorId": 11,
"InsuranceVendorName": "sample string 12",
"InsuranceTypeId": 13,
"InsuranceTypeName": "sample string 14",
"EmployeeTypeId": 15,
"EmployeeTypeName": "sample string 16",
"EmployeeContribution": 17.0,
"EmployerContribution": 18.0,
"ContributionType": "sample string 19",
"CreatedDate": "2026-01-08T16:01:06.6659884+05:30",
"CreatedBy": 20,
"CreatedByName": "sample string 21",
"ModifyDate": "2026-01-08T16:01:06.6659884+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 22",
"IpAddress": "sample string 23",
"LocalIpAddress": "sample string 24",
"DbUserAccount": "sample string 25",
"RequestType": 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.