Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The profile value option identifier.

integer

Required

Body Parameters

The profile value option.

Pico.ProfileValueOption
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

description

Gets or sets the description.

string

None.

displayOrder

Gets or sets the display order.

integer

None.

isActive

Gets or sets a value indicating whether profile value option is active.

boolean

None.

isEditable

Gets or sets a value indicating whether profile value option is editable.

boolean

None.

name

Gets or sets the name.

string

None.

stringConstraint

Gets or sets the string constraint.

string

None.

dataType

Gets or sets the data type identifier.

integer

None.

permission

Gets or sets the permission identifier.

integer

None.

id

Gets or sets the profile value option identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "category": "sample String 1",
  "description": "sample String 2",
  "displayOrder": 3,
  "isActive": true,
  "isEditable": true,
  "name": "sample String 6",
  "stringConstraint": "sample String 7",
  "dataType": "8",
  "permission": "1",
  "id": "9"
}

text/html

Sample:
{"category":"sample String 1","description":"sample String 2","displayOrder":3,"isActive":true,"isEditable":true,"name":"sample String 6","stringConstraint":"sample String 7","dataType":"8","permission":"1","id":"9"}

application/xml, text/xml

Sample:
<ProfileValueOption xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Category>sample String 1</Category>
  <Description>sample String 2</Description>
  <DisplayOrder>3</DisplayOrder>
  <IsActive>true</IsActive>
  <IsEditable>true</IsEditable>
  <Name>sample String 6</Name>
  <StringConstraint>sample String 7</StringConstraint>
  <DataTypeId>8</DataTypeId>
  <PermissionId>1</PermissionId>
  <ProfileValueOptionId>9</ProfileValueOptionId>
</ProfileValueOption>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated profile value option.

Pico.ProfileValueOption
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

description

Gets or sets the description.

string

None.

displayOrder

Gets or sets the display order.

integer

None.

isActive

Gets or sets a value indicating whether profile value option is active.

boolean

None.

isEditable

Gets or sets a value indicating whether profile value option is editable.

boolean

None.

name

Gets or sets the name.

string

None.

stringConstraint

Gets or sets the string constraint.

string

None.

dataType

Gets or sets the data type identifier.

integer

None.

permission

Gets or sets the permission identifier.

integer

None.

id

Gets or sets the profile value option identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "category": "sample String 1",
  "description": "sample String 2",
  "displayOrder": 3,
  "isActive": true,
  "isEditable": true,
  "name": "sample String 6",
  "stringConstraint": "sample String 7",
  "dataType": "8",
  "permission": "1",
  "id": "9"
}

text/html

Sample:
{"category":"sample String 1","description":"sample String 2","displayOrder":3,"isActive":true,"isEditable":true,"name":"sample String 6","stringConstraint":"sample String 7","dataType":"8","permission":"1","id":"9"}

application/xml, text/xml

Sample:
<ProfileValueOption xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Category>sample String 1</Category>
  <Description>sample String 2</Description>
  <DisplayOrder>3</DisplayOrder>
  <IsActive>true</IsActive>
  <IsEditable>true</IsEditable>
  <Name>sample String 6</Name>
  <StringConstraint>sample String 7</StringConstraint>
  <DataTypeId>8</DataTypeId>
  <PermissionId>1</PermissionId>
  <ProfileValueOptionId>9</ProfileValueOptionId>
</ProfileValueOption>