Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileValueId |
The profile value identifier. |
integer |
Required |
Body Parameters
The profile value.
Pico.ProfileValue| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets the name. |
string |
None. |
| profile |
Gets or sets the profile. |
string |
None. |
| type |
Gets or sets the profile value type. |
string |
None. |
| value |
Gets or sets the value. |
string |
None. |
| id |
Gets or sets the profile value identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample String 1",
"profile": "sample String 2",
"type": "sample String 3",
"value": "sample String 4",
"id": "5"
}
text/html
Sample:
{"name":"sample String 1","profile":"sample String 2","type":"sample String 3","value":"sample String 4","id":"5"}
application/xml, text/xml
Sample:
<ProfileValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Name>sample String 1</Name> <Profile>sample String 2</Profile> <Type>sample String 3</Type> <Value>sample String 4</Value> <ProfileValueId>5</ProfileValueId> </ProfileValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated profile value.
Pico.ProfileValue| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets the name. |
string |
None. |
| profile |
Gets or sets the profile. |
string |
None. |
| type |
Gets or sets the profile value type. |
string |
None. |
| value |
Gets or sets the value. |
string |
None. |
| id |
Gets or sets the profile value identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"name": "sample String 1",
"profile": "sample String 2",
"type": "sample String 3",
"value": "sample String 4",
"id": "5"
}
text/html
Sample:
{"name":"sample String 1","profile":"sample String 2","type":"sample String 3","value":"sample String 4","id":"5"}
application/xml, text/xml
Sample:
<ProfileValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Name>sample String 1</Name> <Profile>sample String 2</Profile> <Type>sample String 3</Type> <Value>sample String 4</Value> <ProfileValueId>5</ProfileValueId> </ProfileValue>