OrganisationRequest

The OrganisationRequest parameters are returned by certain APIs.

Table 1. Parameters
Parameter Type Max Length Allow NULL Description
ID integer The unique ID of the organisation.
Name string 100 The name of the organisation.
Alias string 100 The alias of the organisation e.g. SRM, LOR, BB.
RegistrationNo string 50 The company registration number of the organisation.
Active boolean Is the organisation active and available for use.
<OrganisationRequest>
       <ID></ID>
       <Name></Name>
       <Alias></Alias>
       <RegistrationNo></RegistrationNo>
       <Active></Active>
   </OrganisationRequest>