© 2024 Clarivate
POST /api/.../itemrecords/{id}/blockingnote
Post Blocking Note
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the item record. |
dto | DtoItemRecordBlockingNote | Yes | Define this object parameter in the request body. |
Property | Type | Nullable | Description |
---|---|---|---|
NoteId | Integer | No | |
Text | String | No |
{
"NoteId":9945830,
"Text":"textString"
}
'true' on successful update.
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE.
|
404 | FAILURE.
|