POST api/NebimSayim/GetDifferentStockItem
Request Information
URI Parameters
None.
Body Parameters
DifferentStockItemRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OfficeCode | string |
None. |
|
| WarehouseCode | string |
None. |
|
| ItemCode | string |
None. |
|
| ColorCode | string |
None. |
|
| ItemDim1Code | string |
None. |
|
| ItemDim2Code | string |
None. |
|
| ItemDim3Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"officeCode": "sample string 1",
"warehouseCode": "sample string 2",
"itemCode": "sample string 3",
"colorCode": "sample string 4",
"itemDim1Code": "sample string 5",
"itemDim2Code": "sample string 6",
"itemDim3Code": "sample string 7"
}
application/xml, text/xml
Sample:
<DifferentStockItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <ColorCode>sample string 4</ColorCode> <ItemCode>sample string 3</ItemCode> <ItemDim1Code>sample string 5</ItemDim1Code> <ItemDim2Code>sample string 6</ItemDim2Code> <ItemDim3Code>sample string 7</ItemDim3Code> <OfficeCode>sample string 1</OfficeCode> <WarehouseCode>sample string 2</WarehouseCode> </DifferentStockItemRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.