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

Required parameters Type Description
ReferrerId Object containing Id Id of the Referrer
ClinicId Object containing Id Id of the Clinic
Active Boolean Status of the Referrer at location – True, False

 

Optional parameters Type Description
ProviderNumber String(8) Provider number of the Referrer at location
Profession String(50) Profession of the Referrer at location
Street String(50) Street of the location
Suburb String(50) Suburb of the location
PostCode String(4) Postcode of the location
State String(50) State of the location
Phone String(10) Phone number of the Referrer at location
Mobile String(10) Mobile number of the Referrer at location
Fax String(10) Fax number of the Referrer at location
Email String(50) Email address of the Referrer at location

 

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

BODY:

{
   "ReferrerId":"db5e4559-8c92-4110-b4c5-e271c24728d2",
   "ClinicId":"f65b1e46-ac5c-41c8-8c5d-e4ae9a5844c3",
   "Profession":"GP",
   "Street":"21 fronty avenue",
   "Suburb":"FOOTSCRAY VIC",
   "PostCode":"3011",
   "State":"VIC",
   "Phone":"030000000",
   "Mobile":"0412341234",
   "Fax":"0300000000",
   "Email":"asdert@email.com",
   "ProviderNumber":"1234567X",
   "Active":true
}
Example response
{
    "id": "bc023e31-8c89-4d2f-b150-3e47d7988bfc"
}

 

Develop with us

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


Please leave this field empty.