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": "396744c2-4255-4ccd-b5f0-c121d1f9254d",
"ProductIDRemove": 1,
"UserUUIDCur": "cf5980c0-8a8c-4608-9158-a1bbcc8fbf28"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}