Qualifications APIs released

We’ve released an API update which now provides access to maintaining qualifications via the API.

Business Level API functions

There are business level API functions to create the ‘types’ of qualifications. For example:

GET /api/v2/business/{businessid}/qualification

Employee Level API functions

there are employee level API functions to specify that an employee actually has a qualification and what the expiry date is and any related documents. For example:

GET /api/v2/business/{businessid}/employee/{employeeid}/qualification

Please refer to KeyPay API Reference: Specifications list in the ‘Qualifications’ and ‘Employee Qualifications’ sections for details