Send message (to RockSTAR/YB3 display) (POST)
https://core.rock7.com/API2/SendMessage/{serial}
| Parameter | Type | Description | Example/Possible Values |
|---|---|---|---|
| PATH PARAMS | |||
| serial | string | required Serial number of RockSTAR/YB3 device | Add a path param |
| QUERY PARAMS | |||
| message | string | The message to send to the screen of the device. UTF-8 encoded. | Hello, this is a test message |
| ackRequest | string | Set to yes to request an acknowledgement from the device user | yes |
Example with Parameters
curl --request POST \
--url 'https://core.rock7.com/API2/SendMessage/12345?message=Hello%20World&ackRequest=yes&username=myUsername&password=myPassword' \
--header 'accept: application/xml'