POST Common/OrderSetting/Save
Request Information
URI Parameters
None.
Body Parameters
OrderSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StoreId | integer |
None. |
|
AnonymousCheckoutAllowed | boolean |
None. |
|
EnableReturnsSystem | boolean |
None. |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StoreId": 1, "AnonymousCheckoutAllowed": true, "EnableReturnsSystem": true, "ModifiedBy": "sample string 4", "ModifiedDate": "2025-04-26T16:16:35.8881844+01:00" }
application/xml, text/xml
Sample:
<OrderSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel"> <AnonymousCheckoutAllowed>true</AnonymousCheckoutAllowed> <EnableReturnsSystem>true</EnableReturnsSystem> <Id>1</Id> <ModifiedBy>sample string 4</ModifiedBy> <ModifiedDate>2025-04-26T16:16:35.8881844+01:00</ModifiedDate> <StoreId>1</StoreId> </OrderSettingViewModel>
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. |