POST api/ProductGroup/AddItemToTemplate?StoreUID={StoreUID}&OrgUID={OrgUID}&DistributionChannelUID={DistributionChannelUID}&FranchiseeOrgUID={FranchiseeOrgUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| addItemToTemplateRequest | 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:
{
"TemplateUID": "sample string 1",
"ItemCode": "sample string 2",
"UOM": "sample string 3",
"Qty": 4.0
}
application/xml, text/xml
Sample:
<AddItemToTemplateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model"> <ItemCode>sample string 2</ItemCode> <Qty>4</Qty> <TemplateUID>sample string 1</TemplateUID> <UOM>sample string 3</UOM> </AddItemToTemplateRequest>
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.