{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"info": {},
"name": "string",
"number": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"status": 0,
"type": "string",
"updatedAt": "string",
"user": {
"__type": "Pointer",
"className": "_User",
"objectId": "string"
}
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/amis/Maintenance' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"info": {},
"name": "string",
"number": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"status": 0,
"type": "string",
"updatedAt": "string",
"user": {
"__type": "Pointer",
"className": "_User",
"objectId": "string"
}
}'
{
"createdAt": "2019-08-24T14:15:22Z",
"objectId": "string"
}