GET api/ContractInsurance/ListByContractId?contractId={contractId}

List all 1 Contract's Insurance (type resolve)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ContractInsurance
NameDescriptionTypeAdditional information
ContractInsuranceId

integer

None.

ContractId

integer

None.

InsuranceType

integer

None.

Name

string

None.

Number

string

None.

Expiration

date

None.

EventFee

string

None.

YearFee

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "contractInsuranceId": 1,
    "contractId": 2,
    "insuranceType": 3,
    "name": "sample string 4",
    "number": "sample string 5",
    "expiration": "2025-12-08T04:04:45.8095563Z",
    "eventFee": "sample string 6",
    "yearFee": "sample string 7"
  },
  {
    "contractInsuranceId": 1,
    "contractId": 2,
    "insuranceType": 3,
    "name": "sample string 4",
    "number": "sample string 5",
    "expiration": "2025-12-08T04:04:45.8095563Z",
    "eventFee": "sample string 6",
    "yearFee": "sample string 7"
  }
]