PUT api/PartnerInsurance

Update Insurance

Request Information

URI Parameters

None.

Body Parameters

PartnerInsurance
NameDescriptionTypeAdditional information
PartnerInsuranceId

integer

None.

PartnerId

integer

None.

InsuranceType

integer

None.

Name

string

None.

Number

string

None.

Expiration

date

None.

EventFee

string

None.

YearFee

string

None.

Request Formats

application/json, text/json

Sample:
{
  "partnerInsuranceId": 1,
  "partnerId": 2,
  "insuranceType": 3,
  "name": "sample string 4",
  "number": "sample string 5",
  "expiration": "2025-12-08T04:04:03.2697807Z",
  "eventFee": "sample string 6",
  "yearFee": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PartnerInsurance'.

Response Information

Resource Description

None.