1-877-548-3001 Sign in About Contact
Developer

PUT

/api/visitor/{id}/note

Create a new visitor note

Scope:

operator

Request Parameters

Path

2

id

required

The id of the visitor to create a note for

Query

A

note

required

The note you would like to add to the visitor

Response

Schema

{}

A

message

The response message

A

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

 }