PUT https://:account.api-us1.com/api/3/notes/:id
- JSON
{
"note": {
"note": "This is the text of the note",
"relid": 2,
"reltype": "Subscriber"
}
}
200 OK
{
"note": {
"relid": "107",
"reltype": "Subscriber",
"userid": "1",
"cdate": "2018-09-21T11:52:41-05:00",
"mdate": "2018-09-28T18:39:44-05:00",
"note": "This is the text of the note",
"links": {
"activities": "https://:account.api-us1.com/api/:version/notes/1/activities",
"user": "https://:account.api-us1.com/api/:version/notes/1/user",
"mentions": "https://:account.api-us1.com/api/:version/notes/1/mentions",
"notes": "https://:account.api-us1.com/api/:version/notes/1/notes",
"owner": "https://:account.api-us1.com/api/:version/notes/1/owner"
},
"id": "1",
"user": "1",
"owner": {
"type": "contact",
"id": "107"
}
}
}
403 Forbidden
PATH PARAMS
ID REQUIRED
string ID of the note to update
BODY PARAMS
note
object
note.note REQUIRED
string
note.reltype REQUIRED
string Possible Values: Activity, Deal, DealTask, Subscriber
note.relidREQUIRED REQUIRED
string
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.