Updates a note for an agent.
PUT /assetmgmt/agent/notes
Headers
Response Codes
The table below explains each response code.
Response Code |
Status |
200 |
OK |
400 |
Bad Request |
403 |
Unauthorized - Need access to FID(s): 560206 |
404 |
NoteID not found |
500 |
Server Error |
Sample Body Model
{
"123" : "updated desc",
"456" : "second description",
"789" : "something",
}
Sample Response Model
{
"ResponseCode": 200,
"Status": "OK",
"Error": "None"
}