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": "73141684-472d-4ca7-8d21-32034587212e",
"ProductIDRemove": 1,
"UserUUIDCur": "e2897fb8-ae8c-4306-b452-cd0a191fd2fb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}