POST api/ShoppingCart/StoreZoneSlotCalculate
Documentation for 'StoreZoneSlotCalculate'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | Documentation for 'param'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartID": "51581fce-69a6-4c80-9c4e-fa2a63345807",
"IsDelivery": true,
"StoreID": "7cfaf66d-477d-4a5e-8732-bccd47802068",
"CustomerAddressID": "25f9791e-d967-47ec-ae8b-cb9cabdc23cd"
}
application/xml, text/xml
Sample:
<ParamZoneSlotModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ShoppingCartID>51581fce-69a6-4c80-9c4e-fa2a63345807</ShoppingCartID> <IsDelivery>true</IsDelivery> <StoreID>7cfaf66d-477d-4a5e-8732-bccd47802068</StoreID> <CustomerAddressID>25f9791e-d967-47ec-ae8b-cb9cabdc23cd</CustomerAddressID> </ParamZoneSlotModel>