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

Update A Client Record (Post)

URL https://<server domain name>/api/core/<version>/Client/<clientId>
Description Update an existing client by using the clientId returned from the original client post action
Permissions Access to this function requires advanced permissions for the calling application\user

 

Example request URL: https://sandbox.coreplus.com.au/API/Core/v2/client/de4d5477-6c67-4fdb-94d0-dd06dd5e9776

Then post the JSON with fields you wish to update in your client record. E.g.

BODY:

{
  "preferredName":"Dandy",
  "medicareCardNumber": "123456789",
  "medicareCardIRN": "2",
  }

Note: Any fields included with blank values will overwrite that field to be Null or Blank depending on the field type

Example response
{
  "client": {
    "clientId": "4ac7e75b-23b6-42bf-bb72-193ce9da86fa"
  }
}

Develop with us

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


Please leave this field empty.