How to create or delete a maintenance plan?
This method allows to create a maintenance plan in a simplified manner. When this method is executed successfully, it returns HttpStatusCode.201Created. This method allows you to delete a maintenance plan. DELETE url/api/mytenant/myorganization/maintenancecore/maintenanceplans/{{maintenanceplanKey}}Create Maintenance Plan
url/api/mytenant/myorganization/maintenancecore/maintenanceplans{
"maintenancePlanKey": "PM_0001",
"description": "Verificação tubos de água ",
"remarks": null,
"maintenancePlanType": "CR",
"maintenancePlanTasks": [
{
"task": "T_000001",
"duration": "01:00:00"
}
],
"workshop": "MN"
}Delete Maintenance Plan