GET api/InsurancePolicies/GetInsuranceProviders?Name={Name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InsuranceProvider| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyName | string |
None. |
|
| Url | string |
None. |
|
| IsPharmaltoIntegrated | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CompanyName": "sample string 2",
"Url": "sample string 3",
"IsPharmaltoIntegrated": true
},
{
"Id": 1,
"CompanyName": "sample string 2",
"Url": "sample string 3",
"IsPharmaltoIntegrated": true
}
]