GetOrganisationsRecordCount()
The GetOrganisationsRecordCount() command returns the number of organisations in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
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. | |
idGreaterThan | integer | You 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>