The BusinessUnitTypeRequest parameters are returned by certain APIs.
| 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>