POST api/ProductGroup/GetProductListPopup?StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| itemPopupRequest | No documentation available. |
Define this parameter in the request body. |
| StoreUID | No documentation available. |
Define this parameter in the request URI. |
| OrgUID | No documentation available. |
Define this parameter in the request URI. |
| DistributionChannelUID | No documentation available. |
Define this parameter in the request URI. |
| FranchiseeOrgUID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"StoreUID": "sample string 1",
"OrgUID": "sample string 2",
"DistributionChannelUID": "sample string 3"
}
application/xml, text/xml
Sample:
<ItemPopupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model"> <DistributionChannelUID>sample string 3</DistributionChannelUID> <OrgUID>sample string 2</OrgUID> <StoreUID>sample string 1</StoreUID> </ItemPopupRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.