POST api/NebimMalKabul/GetProductLotNumberInfo

Request Information

URI Parameters

None.

Body Parameters

ProductLotNumberInfoRequest
NameDescriptionTypeAdditional information
ItemTypeCode

byte

None.

ItemCode

string

None.

ColorCode

string

None.

ItemDim1Code

string

None.

ItemDim2Code

string

None.

ItemDim3Code

string

None.

Barcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "itemTypeCode": 64,
  "itemCode": "sample string 2",
  "colorCode": "sample string 3",
  "itemDim1Code": "sample string 4",
  "itemDim2Code": "sample string 5",
  "itemDim3Code": "sample string 6",
  "barcode": "sample string 7"
}

application/xml, text/xml

Sample:
<ProductLotNumberInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request">
  <Barcode>sample string 7</Barcode>
  <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>
  <ItemTypeCode>64</ItemTypeCode>
</ProductLotNumberInfoRequest>

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.