Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of organization types.
Collection of Pico.OrganizationTypeName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
isActive |
Gets or sets a value indicating whether organization type is active. |
boolean |
None. |
id |
Gets or sets the organization type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "description": "sample String 2", "isActive": true, "id": "4" }, { "code": "sample String 1", "description": "sample String 2", "isActive": true, "id": "4" } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4"},{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4"}]
application/xml, text/xml
Sample:
<ArrayOfOrganizationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OrganizationType> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <OrganizationTypeId>4</OrganizationTypeId> </OrganizationType> <OrganizationType> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <OrganizationTypeId>4</OrganizationTypeId> </OrganizationType> </ArrayOfOrganizationType>