POST api/AdminOrder/SaveCartRemoveProduct
AdmSaveCartRemoveProduct
Request Information
URI Parameters
None.
Body Parameters
SaveCartRemoveProduct_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
ProductIDRemove | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "baf5e92d-61ca-472f-8fae-6889f3db7225", "ProductIDRemove": 1, "UserUUIDCur": "f06efb56-dd55-4393-932f-2ff60a023222" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}