Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The user organization identifier. |
integer |
Required |
Body Parameters
The user organization.
Pico.UserOrganization| Name | Description | Type | Additional information |
|---|---|---|---|
| isPricingUser |
Gets or sets a value indicating whether this is the pricing user. |
boolean |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| id |
Gets or sets the user organization identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"isPricingUser": true,
"organization": "2",
"user": "3",
"id": "4"
}
text/html
Sample:
{"isPricingUser":true,"organization":"2","user":"3","id":"4"}
application/xml, text/xml
Sample:
<UserOrganization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsPricingUser>true</IsPricingUser> <OrganizationId>2</OrganizationId> <UserId>3</UserId> <UserOrganizationId>4</UserOrganizationId> </UserOrganization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated user organization.
Pico.UserOrganization| Name | Description | Type | Additional information |
|---|---|---|---|
| isPricingUser |
Gets or sets a value indicating whether this is the pricing user. |
boolean |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| id |
Gets or sets the user organization identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isPricingUser": true,
"organization": "2",
"user": "3",
"id": "4"
}
text/html
Sample:
{"isPricingUser":true,"organization":"2","user":"3","id":"4"}
application/xml, text/xml
Sample:
<UserOrganization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsPricingUser>true</IsPricingUser> <OrganizationId>2</OrganizationId> <UserId>3</UserId> <UserOrganizationId>4</UserOrganizationId> </UserOrganization>