Request Information
URI Parameters
None.
Body Parameters
The profile value option.
Pico.ProfileValueOptionName | Description | Type | Additional 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
{ "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
{"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
<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 not available.
Response Information
Resource Description
The created profile value option.
Pico.ProfileValueOptionName | Description | Type | Additional 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
{ "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
{"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
<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>