GET Api/DashboardSalesPOSProduct/GetGroup

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of POSGroup
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfPOSGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <POSGroup>
    <GroupId>1</GroupId>
    <GroupName>sample string 2</GroupName>
  </POSGroup>
  <POSGroup>
    <GroupId>1</GroupId>
    <GroupName>sample string 2</GroupName>
  </POSGroup>
</ArrayOfPOSGroup>