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