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": [
"693fd343-308b-4c1f-b87b-f3d44a529fbb",
"a23f00f5-95b9-41cd-8236-ecde4d46bf02"
]
}
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": {}
}