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

Get List of Invoices for a Client

Required parameters Type Description
clientId string The id of the client to get the invoices

 

Example request https://sandbox.coreplus.com.au/API/Core/v2/invoice/?clientId=a776074e-c80b-4640-b14f-23b0f1b0c0ef
Example response
{
   "invoices":[
      {
         "invoiceId":"3de04064-7dc6-4638-90dc-6593fad8a1bc",
         "invoiceNumber":"171121-4",
         "clientId":"a776074e-c80b-4640-b14f-23b0f1b0c0ef",
         "generatedAt":"2017-11-21",
         "lineItems":[ ]
      },
      {
         "invoiceId":"8aaa42ff-8afb-4ead-85d4-70cd07bb4723",
         "invoiceNumber":"170622-1",
         "clientId":"a776074e-c80b-4640-b14f-23b0f1b0c0ef",
         "generatedAt":"2017-06-22",
         "lineItems":[ ]
      }
   ],
   "paging":{
      "totalRows":2,
      "pageNumber":1,
      "pageSize":50
   },
   "statusMessages":[ ]
}

Develop with us

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


Please leave this field empty.