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