GET pizza/groups?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProductGroupWeb
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

integer

None.

CompanyName

string

None.

OrderNumber

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "companyId": 1,
    "companyName": "sample string 2",
    "orderNumber": 3,
    "name": "sample string 4"
  },
  {
    "id": 1,
    "companyId": 1,
    "companyName": "sample string 2",
    "orderNumber": 3,
    "name": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductGroupWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Domain.Models">
  <ProductGroupWeb>
    <_x003C_CompanyId_x003E_k__BackingField>1</_x003C_CompanyId_x003E_k__BackingField>
    <_x003C_CompanyName_x003E_k__BackingField>sample string 2</_x003C_CompanyName_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField>
    <_x003C_Name_x003E_k__BackingField>sample string 4</_x003C_Name_x003E_k__BackingField>
    <_x003C_OrderNumber_x003E_k__BackingField>3</_x003C_OrderNumber_x003E_k__BackingField>
  </ProductGroupWeb>
  <ProductGroupWeb>
    <_x003C_CompanyId_x003E_k__BackingField>1</_x003C_CompanyId_x003E_k__BackingField>
    <_x003C_CompanyName_x003E_k__BackingField>sample string 2</_x003C_CompanyName_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField>
    <_x003C_Name_x003E_k__BackingField>sample string 4</_x003C_Name_x003E_k__BackingField>
    <_x003C_OrderNumber_x003E_k__BackingField>3</_x003C_OrderNumber_x003E_k__BackingField>
  </ProductGroupWeb>
</ArrayOfProductGroupWeb>