POST api/ShoppingCart/Update
Request Information
URI Parameters
None.
Body Parameters
Collection of EntityShoppingCartDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| EntityId | integer |
None. |
|
| EntityType | GroupEntityType |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"deleted": true,
"entityId": 2,
"entityType": 0,
"id": 3
},
{
"deleted": true,
"entityId": 2,
"entityType": 0,
"id": 3
}
]
text/plain
Sample:
[{"deleted":true,"entityId":2,"entityType":0,"id":3},{"deleted":true,"entityId":2,"entityType":0,"id":3}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.