GET api/ContractInsurance
List all Insurance (type resolve)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractInsurance| Name | Description | Type | Additional 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.3680392Z",
"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.3680392Z",
"eventFee": "sample string 6",
"yearFee": "sample string 7"
}
]