Search Organisations
POST /v2/organisation/get
This API returns a list of organisations that satisfy the search parameters provided. By default, only the first 50 searched organisations will be returned.
The Organisation’s name.
True to return only inactive organisations. False to return only active organisations.
The Organisation’s type.
The Organisation’s market sector.
The Organisation’s debtor number.
The Organisation will be displayed as per the modified time.
What direction you would like to page for your next set of results. The only values allowed are forward or reverse .
The Organisation id of the last Organisation on your current set of results to be used as the reference point for your next set of results.
The Page Number of the Organisation list results.
If Offset is specified then it will fetch the next number of records after offset and skip the previous records, for e.g If there are 50 records and offset is 10 then records will be fetched from 11 to 50.
The number of records per page.
The sorting of data as per the ColoumnName provided.
NOTE: Sorting order cannot be passed along with NextPageDirection and LastPageOrganisationId.