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