POST api/v1/customer/updatecustomerpreference

Request Information

URI Parameters

None.

Body Parameters

CustomerPreference
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerId

integer

None.

CustomerPreferenceParameterId

integer

None.

DateCreated

date

None.

DateUpdated

date

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerId": 2,
  "CustomerPreferenceParameterId": 3,
  "DateCreated": "2026-03-17T21:39:20.2168757-04:00",
  "DateUpdated": "2026-03-17T21:39:20.2168757-04:00",
  "Value": "sample string 5"
}

application/xml, text/xml

Sample:
<CustomerPreference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Customers">
  <CustomerId>2</CustomerId>
  <CustomerPreferenceParameterId>3</CustomerPreferenceParameterId>
  <DateCreated>2026-03-17T21:39:20.2168757-04:00</DateCreated>
  <DateUpdated>2026-03-17T21:39:20.2168757-04:00</DateUpdated>
  <Id>1</Id>
  <Value>sample string 5</Value>
</CustomerPreference>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfBoolean
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

boolean

None.

Pagination

Pagination

None.

Response Formats

application/json, text/json

Sample:

Sample not available.