Maintenances
Add maintenance to equipment
post/api/v1/maintenances
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"item_type": "System::Instrument",
"frequency_frame": "year"
}
}Response
maintenance created
{
"token": "YOUR TOKEN IS HERE",
"item": {
"item_type": "System::Instrument",
"frequency_frame": "year"
}
}maintenance created