AddOrganisationType()

The AddOrganisationType() command adds an organisation type into Field View.

  • Quota: 2
Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
apiTokenstring20YYour API security token configured in Field View.
organisationTypeRequestOrganisationTypeRequestOrganisation type information request.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the organisation type that was added.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>