POST api/{ext}/itemmaster/GetList
Used to get export data run results
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ext | string |
None. |
Body Parameters
ItemMasterParm| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemSKU | string |
None. |
|
| ItemName | string |
None. |
|
| ShowAll | boolean |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemSKU": "sample string 1",
"ItemName": "sample string 2",
"ShowAll": true,
"PageSize": 1
}
application/xml, text/xml
Sample:
<ItemMasterParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.ShipperPortal.Models"> <ItemName>sample string 2</ItemName> <ItemSKU>sample string 1</ItemSKU> <PageSize>1</PageSize> <ShowAll>true</ShowAll> </ItemMasterParm>
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.