GetClient
Enables you to get all fields for a given Client including associated Client Bespoke fields, Quote Defaults and Contract Defaults.
Supplementary SWAGGER documentation is available here: https://api.catch-e.com/docs/#/Clients
Permissions
To run this API, the nominated 'web-services' role needs to be given permission.
If you are not actively using the API, leave the permission off for better security.
Go to Roles / APIs and check on Clients:Get.
Note: This API is not configured for external use. Contact your Account Manager to discuss access to this API.
HTTP Method
Use the HTTP Method 'GET' for consuming this web service.
URL Examples
https://api.catch-e.com/fm/clients/{client_id}
Response Details
GetClientCostCentres
Enables you to get a list of a client's cost centre records stored in the table.
Visit the Clients / Cost Centres page for full details.
Supplementary SWAGGER documentation is available here: https://api.catch-e.com/docs/#/Client%20%2F%20Client%20Cost%20Centres/getClientCostCentres
Permissions
To run this API, the nominated 'web-services' role needs to be given permission.
If you are not actively using the API, leave the permission off for better security.
Go to Roles / APIs and check on ClientCostCentres:Get.
Note: This API is not configured for external use. Contact your Account Manager to discuss access to this API.
HTTP Method
Use the HTTP Method 'GET' for consuming this web service.
URL Examples
https://api.catch-e.com/fm/client-cost-centres
Parameters - Query
Wildcard % Operator Notes
If you are using "Postman" app with the wildcard operator, the search string of either %ab% or %ba% will give this response:
"field_name": {"isEmpty": "Value is required and can't be empty"}
If you need to search either %ab% or %ba%, please use %25ab%25 or %25ba%25 as required to return results as expected.
Response Details
GetClientDivisions
Enables you to get a list of "Divisions" values found on the Client / Divisions page.
Supplementary SWAGGER documentation is available here: https://api.catch-e.com/docs/#/Client%20Divisions/getClientDivisions
Permissions
To run this API, the nominated 'web-services' role needs to be given permission.
If you are not actively using the API, leave the permission off for better security.
Go to Roles / APIs and check on ClientDivisions:Get.
Note: This API is not configured for external use. Contact your Account Manager to discuss access to this API.
HTTP Method
Use the HTTP Method 'GET' for consuming this web service.
URL Examples
https://api.catch-e.com/fm/client-divisions
Parameters - Query
Wildcard % Operator Notes
If you are using "Postman" app with the wildcard operator, the search string of either %ab% or %ba% will give this response:
"field_name": {"isEmpty": "Value is required and can't be empty"}
If you need to search either %ab% or %ba%, please use %25ab%25 or %25ba%25 as required to return results as expected.