coreplus API

The coreplus API provides access to appointment booking related end points, such as clients, practitioners, availability slots and appointments. It is a RESTful API, which utilises the HTTP verbs for creating viewing objects.

If you are a developer looking to create an external consumer server to server application for your coreplus clients, then by signing up for a sandbox account you will get access to your own trial coreplus account on our sandbox server with authorisation credentials.

If you have any questions regarding the API documentation, please do not hesitate to contact us at integrations@coreplus.com.au

Create Referrer (Post)

Required parameters Type Description
firstName String(50) The Referrer’s first name
lastName String(50) The Referrer’s surname

 

Optional parameters Type Description
Title String The Referrer’s title – Acs Prof, Dr, Master, Miss, Mr, Mrs, Rev
Active Boolean Status of the Referrer – True, False

 

Example request URL: https://sandbox.coreplus.com.au/API/Core/v2/Referrer/

BODY:

{
   "Title": "Mr",
   "FirstName": "Sample",
   "LastName": "Referrer",
   "Active": True
}
Example response
{
    "id": "a981be87-6b75-4dae-9c4a-00fe570d20d9"
}

 

 

Develop with us

Use the form to sign-up and start developing with coreplus today.


Please leave this field empty.