POST Api/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": [
"1c3dbcb0-8d23-45d7-8e4f-cc2f5bd61e41",
"ca8cf743-4d4e-41a3-bacb-91614f64a79f"
]
}
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": {}
}