POST Common/GeneralSetting/Save
Request Information
URI Parameters
None.
Body Parameters
GeneralSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StoreId | integer |
None. |
|
DefaultTheme | string |
Max length: 10 |
|
Logo | string |
Max length: 100 |
|
ImageModel | ImageModel |
None. |
|
FacebookPageURL | string |
Max length: 100 |
|
TwitterPageURL | string |
Max length: 100 |
|
YouTubeChannelURL | string |
Max length: 100 |
|
InstagramkPageURL | string |
Max length: 100 |
|
FaviconUnload | string |
Max length: 50 |
|
DefaultPageTitle | string |
Max length: 100 |
|
DefaultMetaKeywords | string |
Max length: 200 |
|
DefaultMetaDescription | string |
Max length: 500 |
|
ModifiedBy | string |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StoreId": 1, "DefaultTheme": "sample string 2", "Logo": "sample string 3", "ImageModel": { "Base64": "sample string 1", "EntityName": "sample string 2", "StoreId": "sample string 3", "xId": "sample string 4", "SNo": 5 }, "FacebookPageURL": "sample string 4", "TwitterPageURL": "sample string 5", "YouTubeChannelURL": "sample string 6", "InstagramkPageURL": "sample string 7", "FaviconUnload": "sample string 8", "DefaultPageTitle": "sample string 9", "DefaultMetaKeywords": "sample string 10", "DefaultMetaDescription": "sample string 11", "ModifiedBy": "sample string 12", "ModifiedDate": "2025-04-26T16:16:36.0907988+01:00" }
application/xml, text/xml
Sample:
<GeneralSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel"> <DefaultMetaDescription>sample string 11</DefaultMetaDescription> <DefaultMetaKeywords>sample string 10</DefaultMetaKeywords> <DefaultPageTitle>sample string 9</DefaultPageTitle> <DefaultTheme>sample string 2</DefaultTheme> <FacebookPageURL>sample string 4</FacebookPageURL> <FaviconUnload>sample string 8</FaviconUnload> <Id>1</Id> <ImageModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/ECommerce.Common.Upload"> <d2p1:Base64>sample string 1</d2p1:Base64> <d2p1:EntityName>sample string 2</d2p1:EntityName> <d2p1:SNo>5</d2p1:SNo> <d2p1:StoreId>sample string 3</d2p1:StoreId> <d2p1:xId>sample string 4</d2p1:xId> </ImageModel> <InstagramkPageURL>sample string 7</InstagramkPageURL> <Logo>sample string 3</Logo> <ModifiedBy>sample string 12</ModifiedBy> <ModifiedDate>2025-04-26T16:16:36.0907988+01:00</ModifiedDate> <StoreId>1</StoreId> <TwitterPageURL>sample string 5</TwitterPageURL> <YouTubeChannelURL>sample string 6</YouTubeChannelURL> </GeneralSettingViewModel>
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. |