Skip to main content

BusinessUnitTypeRequest

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

The BusinessUnitTypeRequest parameters are returned by certain APIs.

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

Table of Contents