POST Api/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": [
"3bbb9f1c-37e7-46c0-8488-d52cf8884cc5",
"f097dee8-a2b5-48cf-8cd4-5d50ddf495a5"
]
}
application/x-www-form-urlencoded
Sample:
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": {}
}