POST api/NebimSayim/ChangeSectionGetAdvicedSections

Request Information

URI Parameters

None.

Body Parameters

AdvicedSectionRequest
NameDescriptionTypeAdditional information
WarehouseCode

string

None.

ItemCode

string

None.

ColorCode

string

None.

ItemDim1Code

string

None.

ItemDim2Code

string

None.

ItemDim3Code

string

None.

SectionCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "warehouseCode": "sample string 1",
  "itemCode": "sample string 2",
  "colorCode": "sample string 3",
  "itemDim1Code": "sample string 4",
  "itemDim2Code": "sample string 5",
  "itemDim3Code": "sample string 6",
  "sectionCode": "sample string 7"
}

application/xml, text/xml

Sample:
<AdvicedSectionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request">
  <ColorCode>sample string 3</ColorCode>
  <ItemCode>sample string 2</ItemCode>
  <ItemDim1Code>sample string 4</ItemDim1Code>
  <ItemDim2Code>sample string 5</ItemDim2Code>
  <ItemDim3Code>sample string 6</ItemDim3Code>
  <SectionCode>sample string 7</SectionCode>
  <WarehouseCode>sample string 1</WarehouseCode>
</AdvicedSectionRequest>

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.