GET api/PriceGroup

Gets a list of available Pricegroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Pair of byte [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": 64,
    "Value": "sample string 2"
  },
  {
    "Key": 64,
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValuePairOfByteString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <KeyValuePairOfByteString />
  <KeyValuePairOfByteString />
</ArrayOfKeyValuePairOfByteString>