Creates a new instance in messages of this model.
POST
/devices/{id}/messages
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
device id
Typenumber
Requiredformat
integer
Request Body
JSON
{
"config": "string",
"message": "string",
"mobileTerminated": true,
"created": "string",
"sent": "string",
"id": 0,
"deviceId": 0,
"userId": 0
}
Responses
Body (JSON)
application/json
JSON
{
"config": "string",
"message": "string",
"mobileTerminated": true,
"created": "string",
"sent": "string",
"id": 0,
"deviceId": 0,
"userId": 0
}