This method allows you to create a follow-up report in a work order in a simplified way.
The method used to create a follow-up report in a work order is:
POST {{url}}/api/{{tenant}}/{{organization}}//maintenance/workOrders/{Company}}/{WorkOrderKey}}/WorkOrderNotes
Json example to create a follow-up report in a work order:
{
"workOrderId": "fd04cd96-68e8-4681-af04-3447ed87d2d3",
"message": "Teste enviado pelo postman -> gonçalo 13-01-2022",
"userId": "d658ec2b-e58d-4e0d-b4ac-e162d0562fe8",
"visibleTo": 1
}
This
method allows to create a WO follow-up record according to the parameters
filled in:
When this method is executed successfully, it returns HttpStatusCode.204NoContent.