latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Notes
Update a note
Updates the details of a single note (required scope notes:write)
patch/v1/notes/{noteId}
Path parameters
noteIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"typeId": 5514123,
"subject": "Call Mr Brown",
"ownedByUserId": 67246,
"dueAt": "2022-11-29T16:50:16.0000000+00:00",
"parentId": 5514123,
"reference": "REF420",
"status": "open",
"completionText": "Completed",
"description": "Message left by Mr Brown regarding the recent installation of his CCTC cameras. He can't get one of them working and needs some technical support.",
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
No Content