POST api/NebimSayim/GetSectionCode
Request Information
URI Parameters
None.
Body Parameters
GetSectionCodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| OfficeCode | string |
None. |
|
| WarehouseCode | string |
None. |
|
| SectionCode | string |
None. |
|
| CheckInUse | boolean |
None. |
|
| PacketTypeCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"barcode": "sample string 1",
"officeCode": "sample string 2",
"warehouseCode": "sample string 3",
"sectionCode": "sample string 4",
"checkInUse": true,
"packetTypeCode": 6
}
application/xml, text/xml
Sample:
<GetSectionCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <Barcode>sample string 1</Barcode> <CheckInUse>true</CheckInUse> <OfficeCode>sample string 2</OfficeCode> <PacketTypeCode>6</PacketTypeCode> <SectionCode>sample string 4</SectionCode> <WarehouseCode>sample string 3</WarehouseCode> </GetSectionCodeRequest>
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.