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 Clinic (Post)

Required parameters Type Description
Name String(50) Name of the Clinic

 

Optional parameters Type Description
Street String(50) Street of the Clinic
Suburb String(50) Suburb of the Clinic
PostCode String(4) PostCode of the Clinic
State String(50) State of the Clinic
Phone String(10) Phone number of the Clinic
Fax String(10) Fax number of the Clinic
Email String(50) Email address of the Clinic
ContactName String(50) Name of the contact person at Clinic
Active Boolean Status of the Clinic – True, False

 

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

BODY:

{
   "Name":"sample Clinic",
   "Street":"21 wasky Street",
   "Suburb":"South Melbourne",
   "PostCode":"3001",
   "State":"VIC",
   "Phone":"0300000000",
   "Fax":"0300000000",
   "Email":"contact@sampleclinic.com.au",
   "ContactName":"Michael Munro",
   "Active":true
} 
Example response
{
    "id": "f65b1e46-ac5c-41c8-8c5d-e4ae9a5844c3"
}

 

Develop with us

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


Please leave this field empty.