GetOrganisationsRecordCount()

The GetOrganisationsRecordCount() command returns the number of organisations in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20YYour API security token configured in Field View.
namestring100The name of the organisation.
aliasstring100The alias of the organisation e.g. SRM, LOR, BB.
registrationNostring50The company registration number of the organisation.
idGreaterThanintegerYou can use this filter to retrieve new organisations added since you updated a local store.
<RecordCountReponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <RecordCount></RecordCount>
   </RecordCountReponse>