PUT v1/store/login/user/preferences

Update or create preferences for user that is currentlly logged-in to the store.

Request Information

URI Parameters

None.

Body Parameters

StringModel
NameDescriptionTypeAdditional information
Value

The string value.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Value": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns information about a user that is currently logged-in to the store.

boolean

Response Formats

application/json, text/json

Sample:
true