POST api/illustrator/getCategories

Request Information

URI Parameters

None.

Body Parameters

IllustratorDropdownParams
NameDescriptionTypeAdditional information
UserId

integer

None.

ItemId

integer

None.

BrandId

integer

None.

CategoryId

integer

None.

SeasonId

integer

None.

SubbrandId

integer

None.

SummaryItemId

integer

None.

ItemGroupId

integer

None.

SampleTypeId

integer

None.

ProductTypeId

integer

None.

DesignCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ItemId": 2,
  "BrandId": 3,
  "CategoryId": 4,
  "SeasonId": 5,
  "SubbrandId": 6,
  "SummaryItemId": 7,
  "ItemGroupId": 8,
  "SampleTypeId": 9,
  "ProductTypeId": 10,
  "DesignCode": "sample string 11"
}

application/xml, text/xml

Sample:
<IllustratorDropdownParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <BrandId>3</BrandId>
  <CategoryId>4</CategoryId>
  <DesignCode>sample string 11</DesignCode>
  <ItemGroupId>8</ItemGroupId>
  <ItemId>2</ItemId>
  <ProductTypeId>10</ProductTypeId>
  <SampleTypeId>9</SampleTypeId>
  <SeasonId>5</SeasonId>
  <SubbrandId>6</SubbrandId>
  <SummaryItemId>7</SummaryItemId>
  <UserId>1</UserId>
</IllustratorDropdownParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.