POST Common/GDPRSetting/Save

Request Information

URI Parameters

None.

Body Parameters

GDPRSettingViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

StoreId

integer

None.

GDPREnabled

boolean

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StoreId": 1,
  "GDPREnabled": true,
  "ModifiedBy": "sample string 3",
  "ModifiedDate": "2025-04-26T16:15:32.93928+01:00"
}

application/xml, text/xml

Sample:
<GDPRSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel">
  <GDPREnabled>true</GDPREnabled>
  <Id>1</Id>
  <ModifiedBy>sample string 3</ModifiedBy>
  <ModifiedDate>2025-04-26T16:15:32.93928+01:00</ModifiedDate>
  <StoreId>1</StoreId>
</GDPRSettingViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.