POST AdminApi/ShoppingCart/SaveSelectedAsync
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": [
"72d34ffe-39cb-412f-9a00-c83645fc9474",
"7f2d7b37-89f5-45d0-b67f-c9e4daf4d09c"
]
}
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": {}
}