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