POST AdminApi/ShoppingCart/RemoveItem
Request Information
URI Parameters
None.
Body Parameters
ShopCartItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": [
"17e852f6-ee1b-4c45-9e48-2ff37dc0052a",
"ab88aaab-03d2-4980-a39a-0e5c59247424"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}