Post Blocking Note

Post Blocking Note

POST /api/.../itemrecords/{id}/blockingnote

Post Blocking Note

Request Information

Parameters
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.
DtoItemRecordBlockingNote
Property Type Nullable Description
NoteId Integer No
Text String No
Example
application/json, text/json
   {  
    "NoteId":9945830,
    "Text":"textString"
   }

Response Information

Example

'true' on successful update.

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Item ID is invalid
404 FAILURE.
  • Item not found