POST /carrierDriverMessages/{id}/messageRead
Updates the driver text message with the specified ID as read or unread.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the record to be updated |
path
|
|
String
|
messageRead |
whether to update the message read or not |
query
|
|
Boolean
|
Result
Response
of type:
text/plain
response object indicating the success or failure of updating the message
Try It Out
Request