Create a new visitor note
Scope:
operator
id
required
The id of the visitor to create a note for
note
required
The note you would like to add to the visitor
message
The response message
status
The system response status. Will be ok or error
curl
example request
1
curl -X PUT -d '{"note":"Test note"}'
2
-H "Content-Type: application/json"
3
-H "Authorization: Bearer {{Oauth Token}}"
4
https://developer.livehelpnow.net/api/visitor/{{6f83df80-d39b-4a9f-a2b6-892d88ea4ab2-1-BDgXtjZ1}}/note
example response
1
{
2
"message"
: "Visitor note added",
3
"status"
: "ok"
4
}