Skip to main content

Send Raw Message (to Connect Framework) (POST)

https://core.rock7.com/API2/SendRawMessage/{serial}
ParameterTypeDescriptionExample/Possible Values
PATH PARAMS
serialstringrequired
Serial number of RockFLEET/YB3 device
Add a path param
QUERY PARAMS
datastringThe raw message to send. Hex-encoded binary.48656c6c6f20576f726c64 (Example for "Hello World" in hex)

Example with Parameters

curl --request POST \
--url 'https://core.rock7.com/API2/SendRawMessage/12345?data=48656c6c6f20576f726c64&username=myUsername&password=myPassword' \
--header 'accept: application/xml'