GET api/EcomSync/GetAttributeGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultModelOfListOfGroupModel
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

Message

string

None.

Data

Collection of GroupModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "Message": "sample string 2",
  "Data": [
    {
      "Code": 1,
      "Name": "sample string 2",
      "VarientCode": 3,
      "IsParentChilde": 4,
      "IsRegistered": 5,
      "BrandCode": 6,
      "Dot": "sample string 7",
      "Remark": "sample string 8",
      "CloudId": 9
    },
    {
      "Code": 1,
      "Name": "sample string 2",
      "VarientCode": 3,
      "IsParentChilde": 4,
      "IsRegistered": 5,
      "BrandCode": 6,
      "Dot": "sample string 7",
      "Remark": "sample string 8",
      "CloudId": 9
    }
  ]
}

application/xml, text/xml

Sample:
<ResultModelOfArrayOfGroupModelZvxXgZyN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebStoreAPI.Models">
  <Data>
    <GroupModel>
      <BrandCode>6</BrandCode>
      <CloudId>9</CloudId>
      <Code>1</Code>
      <Dot>sample string 7</Dot>
      <IsParentChilde>4</IsParentChilde>
      <IsRegistered>5</IsRegistered>
      <Name>sample string 2</Name>
      <Remark>sample string 8</Remark>
      <VarientCode>3</VarientCode>
    </GroupModel>
    <GroupModel>
      <BrandCode>6</BrandCode>
      <CloudId>9</CloudId>
      <Code>1</Code>
      <Dot>sample string 7</Dot>
      <IsParentChilde>4</IsParentChilde>
      <IsRegistered>5</IsRegistered>
      <Name>sample string 2</Name>
      <Remark>sample string 8</Remark>
      <VarientCode>3</VarientCode>
    </GroupModel>
  </Data>
  <Message>sample string 2</Message>
  <ResponseCode>1</ResponseCode>
</ResultModelOfArrayOfGroupModelZvxXgZyN>