This method allows to create a task in a simplified manner.
The method to be used when creating a task is:
OST url/api/mytenant/myorganization/maintenancecore/activities
Json example for creating a task:
1. {
"taskKey": "T_009",
"description": "Verificação do oleo",
"remarks": null,
"picture": null,
"pictureThumbnail": null,
"verification": "VER"
}
This method allows to create a task according to the parameters filled in:
When this method is executed successfully, it returns HttpStatusCode.201Created.