GET api/ContractInsurance/{id}
Get 1 Insurance by ContractInsuranceId (type resolve)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:44.5419247Z",
"eventFee": "sample string 6",
"yearFee": "sample string 7"
}