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:
|
Example Response |
|