GET api/Common/Brands

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ListItemOfInt16
NameDescriptionTypeAdditional information
GuidIdentity

globally unique identifier

None.

Code

integer

None.

Name

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidIdentity": "9977cec3-078d-4756-ae8c-848b25dcbeba",
    "Code": 1,
    "Name": "sample string 2",
    "Tag": "sample string 3"
  },
  {
    "GuidIdentity": "9977cec3-078d-4756-ae8c-848b25dcbeba",
    "Code": 1,
    "Name": "sample string 2",
    "Tag": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfListItemOfshort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
  <ListItemOfshort>
    <Code>1</Code>
    <GuidIdentity>9977cec3-078d-4756-ae8c-848b25dcbeba</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfshort>
  <ListItemOfshort>
    <Code>1</Code>
    <GuidIdentity>9977cec3-078d-4756-ae8c-848b25dcbeba</GuidIdentity>
    <Name>sample string 2</Name>
    <Tag>sample string 3</Tag>
  </ListItemOfshort>
</ArrayOfListItemOfshort>