GET api/cart/CancelCart/{programid}?cartId={cartId}&userid={userid}
Cancel a given cart
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cartId |
Define this parameter in the request URI. |
|
programid |
Define this parameter in the request URI. |
|
userid |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }