POST Common/ShoppingCartSetting/Save
Request Information
URI Parameters
None.
Body Parameters
ShoppingCartSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StoreId | integer |
None. |
|
ShowDiscountBox | boolean |
None. |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StoreId": 1, "ShowDiscountBox": true, "ModifiedBy": "sample string 3", "ModifiedDate": "2025-04-26T16:25:16.8918512+01:00" }
application/xml, text/xml
Sample:
<ShoppingCartSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel"> <Id>1</Id> <ModifiedBy>sample string 3</ModifiedBy> <ModifiedDate>2025-04-26T16:25:16.8918512+01:00</ModifiedDate> <ShowDiscountBox>true</ShowDiscountBox> <StoreId>1</StoreId> </ShoppingCartSettingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |