Skip to main content

OrganisationTypeRequest

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The OrganisationTypeRequest parameters are returned by certain APIs.

Table 1. Parameters
Parameter Type Max Length Allow NULL Description
ID integer The unique ID of the organisation type.
Description string 100 The description of the organisation type.
Active boolean Is the organisation type active and available for use.
<OrganisationTypeRequest>
       <ID></ID>
       <Description></Description>
       <Active></Active>
   </OrganisationTypeRequest>
Submit

Table of Contents