GET api/promozionicarrello/SmartGroups/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "label": "sample string 2",
  "type": "sample string 3"
}

application/xml, text/xml

Sample:
<SmartGroupInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>sample string 1</id>
  <label>sample string 2</label>
  <type>sample string 3</type>
</SmartGroupInfo>