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

Draft Notes

URL https://<server domain name>/api/core/<version>/DraftNote/
Methods Supported  POST
Description Create draft note for a client
Permission Access to this endpoint requires a Permission

 

Required parameters Type Description
ClientId String GUID of the client
PractitionerId String GUID of the practitioner
note String(5000) Draft notes to be added to the client

 

Optional parameters None

 

Example Request URL: https://sandbox.coreplus.com.au/api/core/v2/DraftNote/

BODY:

{
"ClientId": "D0091463-C62B-428D-AEFE-123870F1CA13",
"PractitionerId": "58BBC34C-BF0E-4667-A689-5BFEF3683AD4", 
"note": "Test draft note" 
}
Example Response
{
"draftNoteId": "64a4f970-1039-4889-aa34-6bf48cb815c8"
}

Develop with us

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


Please leave this field empty.