Request Information
URI Parameters
None.
Body Parameters
The user organization.
Pico.UserOrganizationName | 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 created user organization.
Pico.UserOrganizationName | 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>