Webapi - Deleting a work order labor report
This
method allows you to delete a work order labor report.
The method
used to delete a work order labor report is:
DELETE
url/api/mytenant/myorganization/maintenance/workorderreportlabors/{{companyKey}}/{{workorderreportlaborKey}}
The
parameters being replaced on the method are:- companyKey:
The company key
- workorderreportlaborKey:
The key of the labor report you wish to delete.
When this
method is executed successfully, it returns HttpStatusCode.204.
Related Articles
WebAPI – How do I update the labor report?
This method allows you to change the labor record of a work order. The method to be used for changing the work order labor record is: POST /api/mytenant/myorganization/maintenance/workorderreportlabors/ ...
Webapi - Creating a labor report in a work order
This method allows you to create a labor report in a work order in a simplified way. The method used to create a labor report in a work order is: POST {{url}}/api/{{tenant}}/{{organization}}/maintenance/workOrderReportLabors Json example to ...
Webapi - Deleting a work order consumption report
This method allows you to delete a work order consumption report. The method used to delete a work order consumption report is: DELETE ...
WebAPI - Creating a follow-up report in a work order
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 ...
WebAPI - Deleting a Work Order
This method allows you to delete a work order. The method to use for deleting a work order is: DELETE url/api/mytenant/myorganization/maintenance/workorders/{{companyKey}}/{{workorderKey}} The parameters to be overridden in the method are: ...