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

Delete A Booking (Post)

Required parameters Type Description
appointmentId String(50) The appointment Id to be deleted.
Deleted true Indicating to delete the appointment.

 

Optional parameters None

 

Example request URL:  https://sandbox.coreplus.com.au/API/Core/v2/Appointment/4f0e23d4-1bf4-49d8-8cd6-8e68b8ba8631

BODY:

{ 
    "deleted": "true"
}
Example response
{  
   "appointment":{  
      "appointmentId":"4f0e23d4-1bf4-49d8-8cd6-8e68b8ba8631",
      "deleted":true,
      "notifyPractitioner":false
   },
   "statusMessages":[  

   ]
}

Develop with us

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


Please leave this field empty.