POST api/AdminOrder/SaveCartRemoveProduct
AdmSaveCartRemoveProduct
Request Information
URI Parameters
None.
Body Parameters
SaveCartRemoveProduct_Request| Name | 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": "3185a7fd-c479-4807-9bd9-cb23c9203fc6",
"ProductIDRemove": 1,
"UserUUIDCur": "c2686425-bea9-4eed-82cb-847093e7bacb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}