Create Client Notes

Create Client Notes

post-api/clients/notes/create

https://api.oauth.pabau.com/{api_key}/clients/notes/create

 

Request

 

Query Parameters:

 

api_key*

 

contact_id*

System ID of the contact

user_id* System ID of the user

note*

String

Response sample

application/json

{ 
"status": true,
"message": "Note Created",
"note_id": "11223344"
}