POST Common/CustomerSetting/Save

Request Information

URI Parameters

None.

Body Parameters

CustomerSettingViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

StoreId

integer

None.

RegistrationMethod

RegistrationMethod

None.

RegistrationMethodId

integer

None.

RegistrationMethodName

string

None.

NotifyAboutNewCustomerRegistration

boolean

None.

GenderEnable

boolean

None.

DateOfBirthEnabled

boolean

None.

DateOfBirthRequired

boolean

None.

CompanyEnabled

boolean

None.

CompanyRequired

boolean

None.

StreetAddressEnabled

boolean

None.

StreetAddress2Enabled

boolean

None.

ZipCodeEnabled

boolean

None.

CityEnabled

boolean

None.

CountyEnabled

boolean

None.

CountryEnabled

boolean

None.

PhoneNumberEnabled

boolean

None.

FaxNumberEnabled

boolean

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StoreId": 1,
  "RegistrationMethod": 1,
  "RegistrationMethodId": 2,
  "RegistrationMethodName": "sample string 3",
  "NotifyAboutNewCustomerRegistration": true,
  "GenderEnable": true,
  "DateOfBirthEnabled": true,
  "DateOfBirthRequired": true,
  "CompanyEnabled": true,
  "CompanyRequired": true,
  "StreetAddressEnabled": true,
  "StreetAddress2Enabled": true,
  "ZipCodeEnabled": true,
  "CityEnabled": true,
  "CountyEnabled": true,
  "CountryEnabled": true,
  "PhoneNumberEnabled": true,
  "FaxNumberEnabled": true,
  "ModifiedBy": "sample string 18",
  "ModifiedDate": "2025-04-26T16:17:29.379104+01:00"
}

application/xml, text/xml

Sample:
<CustomerSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Common.ViewModel">
  <CityEnabled>true</CityEnabled>
  <CompanyEnabled>true</CompanyEnabled>
  <CompanyRequired>true</CompanyRequired>
  <CountryEnabled>true</CountryEnabled>
  <CountyEnabled>true</CountyEnabled>
  <DateOfBirthEnabled>true</DateOfBirthEnabled>
  <DateOfBirthRequired>true</DateOfBirthRequired>
  <FaxNumberEnabled>true</FaxNumberEnabled>
  <GenderEnable>true</GenderEnable>
  <Id>1</Id>
  <ModifiedBy>sample string 18</ModifiedBy>
  <ModifiedDate>2025-04-26T16:17:29.379104+01:00</ModifiedDate>
  <NotifyAboutNewCustomerRegistration>true</NotifyAboutNewCustomerRegistration>
  <PhoneNumberEnabled>true</PhoneNumberEnabled>
  <RegistrationMethod>Standard</RegistrationMethod>
  <RegistrationMethodId>2</RegistrationMethodId>
  <RegistrationMethodName>sample string 3</RegistrationMethodName>
  <StoreId>1</StoreId>
  <StreetAddress2Enabled>true</StreetAddress2Enabled>
  <StreetAddressEnabled>true</StreetAddressEnabled>
  <ZipCodeEnabled>true</ZipCodeEnabled>
</CustomerSettingViewModel>

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.