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": "11cd4b22-918b-431d-854c-5d1b63841c10",
"ProductIDRemove": 1,
"UserUUIDCur": "36f32663-24ce-4fe4-bb49-0784b8b3bc5f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}