GET api/InsurancePolicies/GetInsurancePolicy/{Id}?ProfileId={ProfileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
Required |
|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InsurancePolicyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| GroupNumber | string |
None. |
|
| CompanyName | string |
None. |
|
| ProfileId | integer |
None. |
|
| IdentificationNumber | string |
None. |
|
| NetworkNumber | string |
None. |
|
| CustomerSupportNumber | string |
None. |
|
| ValidThru | date |
None. |
|
| PolicyTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"GroupNumber": "sample string 3",
"CompanyName": "sample string 4",
"ProfileId": 5,
"IdentificationNumber": "sample string 6",
"NetworkNumber": "sample string 7",
"CustomerSupportNumber": "sample string 8",
"ValidThru": "2026-09-08T21:11:58.7049202+00:00",
"PolicyTypeId": 9
}