Mark as Read

post/notification.setread

Sets the specifed notification as as read.

See the App Notifications article for more details.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema:
object
Responses
200

A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.

Response Schema: application/json
object
node
string
data
object or null
status
integer
startRow
integer
endRow
integer
Request samples
{ }
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0,
    • "startRow": 0,
    • "endRow": 0
    }
}