Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId |
The organization identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The organization type.
Pico.Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| accountingCode |
Gets or sets the accounting code. |
string |
None. |
| canGetPricing |
Gets or sets a value indicating whether organization can get pricing. |
boolean |
None. |
| canHaveSpecificPricing |
Gets or sets a value indicating whether organization can have specific pricing. |
boolean |
None. |
| channel |
Gets or sets the channel. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether user is active. |
boolean |
None. |
| address |
Gets or sets the address identifier. |
integer |
None. |
| id |
Gets or sets the organization identifier. |
string |
None. |
| organizationType |
Gets or sets the organization type identifier. |
integer |
None. |
| parentOrganization |
Gets or sets the parent organization identifier. |
string |
None. |
| childOrganizations |
Gets or sets the child organization ids. |
Collection of string |
None. |
| providers |
Gets or sets the provider ids. |
Collection of integer |
None. |
| roles |
Gets or sets the role ids. |
Collection of integer |
None. |
| users |
Gets or sets the user ids. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"accountingCode": "sample String 1",
"canGetPricing": true,
"canHaveSpecificPricing": true,
"channel": "sample String 4",
"code": "sample String 5",
"description": "sample String 6",
"isActive": true,
"address": "1",
"id": "sample String 8",
"organizationType": "9",
"parentOrganization": "sample String 10",
"childOrganizations": [
"sample String 1",
"sample String 2"
],
"providers": [
"1",
"2"
],
"roles": [
1,
2
],
"users": [
"1",
"2"
]
}
text/html
{"accountingCode":"sample String 1","canGetPricing":true,"canHaveSpecificPricing":true,"channel":"sample String 4","code":"sample String 5","description":"sample String 6","isActive":true,"address":"1","id":"sample String 8","organizationType":"9","parentOrganization":"sample String 10","childOrganizations":["sample String 1","sample String 2"],"providers":["1","2"],"roles":[1,2],"users":["1","2"]}