POST api/Mapping/InsuranceCountryVendorMapping

Request Information

URI Parameters

None.

Body Parameters

InsuranceCountryVendorMappingViewModel
NameDescriptionTypeAdditional information
InsuranceVendorCountryId

integer

None.

IsStateApplicable

boolean

None.

StateId

integer

None.

lstState

Collection of string

None.

StateName

string

None.

IsCityApplicable

boolean

None.

City

string

None.

CityName

string

None.

lstCity

Collection of string

None.

ClientId

integer

None.

InsuranceVendorId

integer

None.

InsuranceTypeId

integer

None.

lstInsuranceType

Collection of string

None.

CountryName

string

None.

ClientName

string

None.

InsuranceVendorName

string

None.

InsuranceName

string

None.

VendorUrl

string

None.

PolicyUrl

string

None.

EnrollmentForm

string

None.

ValidFrom

date

None.

ValidTo

date

None.

DisplayOrder

integer

None.

IsActive

boolean

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.

ImageFile

HttpPostedFileWrapper

None.

PolicyFile

HttpPostedFileWrapper

None.

Request Formats

application/json, text/json

Sample:
{
  "InsuranceVendorCountryId": 1,
  "IsStateApplicable": true,
  "StateId": 1,
  "lstState": [
    "sample string 1",
    "sample string 2"
  ],
  "StateName": "sample string 3",
  "IsCityApplicable": true,
  "City": "sample string 5",
  "CityName": "sample string 6",
  "lstCity": [
    "sample string 1",
    "sample string 2"
  ],
  "ClientId": 7,
  "InsuranceVendorId": 8,
  "InsuranceTypeId": 9,
  "lstInsuranceType": [
    "sample string 1",
    "sample string 2"
  ],
  "CountryName": "sample string 10",
  "ClientName": "sample string 11",
  "InsuranceVendorName": "sample string 12",
  "InsuranceName": "sample string 13",
  "VendorUrl": "sample string 14",
  "PolicyUrl": "sample string 15",
  "EnrollmentForm": "sample string 16",
  "ValidFrom": "2026-01-07T07:14:07.7913336+05:30",
  "ValidTo": "2026-01-07T07:14:07.7913336+05:30",
  "DisplayOrder": 1,
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:14:07.7913336+05:30",
  "CreatedBy": 21,
  "CreatedByName": "sample string 22",
  "ModifyDate": "2026-01-07T07:14:07.7913336+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 23",
  "IpAddress": "sample string 24",
  "LocalIpAddress": "sample string 25",
  "DbUserAccount": "sample string 26",
  "RequestType": 0,
  "ImageFile": null,
  "PolicyFile": 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.