GetOrganisationTypes()

The GetOrganisationTypes() command returns a list of organisation types in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
Table 2. Returns
FieldTypeDescription
OrganisationTypeInformationOrganisationTypeInformationOrganisation tpe information structure.
<OrganisationTypeResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <OrganisationTypeInformation>
           <ID></ID>
           <Description></Description>
       </OrganisationTypeInformation>
   </OrganisationTypeResponse>