AddOrganisation()

The AddOrganisation() command adds an organisation into Field View.

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