GET api/PanelCompanies?ProviderId={ProviderId}

Documentation for 'submit'.

Request Information

Parameters

NameDescriptionAdditional information
ProviderId
Documentation for 'ProviderId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "GroupName": "sample string 1",
    "PanelType": "sample string 2"
  },
  {
    "GroupName": "sample string 1",
    "PanelType": "sample string 2"
  },
  {
    "GroupName": "sample string 1",
    "PanelType": "sample string 2"
  }
]

text/html

Sample:
[{"GroupName":"sample string 1","PanelType":"sample string 2"},{"GroupName":"sample string 1","PanelType":"sample string 2"},{"GroupName":"sample string 1","PanelType":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfPanelCompanies xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClinicSystemAPI.Models">
  <PanelCompanies>
    <GroupName>sample string 1</GroupName>
    <PanelType>sample string 2</PanelType>
  </PanelCompanies>
  <PanelCompanies>
    <GroupName>sample string 1</GroupName>
    <PanelType>sample string 2</PanelType>
  </PanelCompanies>
  <PanelCompanies>
    <GroupName>sample string 1</GroupName>
    <PanelType>sample string 2</PanelType>
  </PanelCompanies>
</ArrayOfPanelCompanies>