Next Topic

Previous Topic

Book Contents

Set Message as Read

Sets the IsRead field on messages.

PUT /infocenter/messages/{isRead}

Headers

Response Codes

The table below explains each response code.

Response Code

Status

200

OK

403

Unauthorized - Need access to FID(s): 16810, 16807, 16808

500

Server Error

Sample Body Model

{ 
  [ 
   123, 465, 789 
   ] 
} 

Sample Response Model

{ 
  "ResponseCode": 200, 
  "Status": "OK", 
  "Error": "None" 
}