WebAPI - Deleting a Miscellaneous Cost Record from a Work Order
This method allows you to delete a miscellaneous
cost record from a work order.
The method to use for deleting a miscellaneous
cost record from a work order is:
DELETE
url/api/mytenant/myorganization/maintenance/workorderreportmisccosts/{{companyKey}}/{{workorderreportmisccostKey}}
The parameters to be overridden in the method
are:
a. companykey: the company key
b. workorderreportmisccostKey: the key of the miscellaneous cost record you
want to delete.
When this method is successfully executed it
returns an HttpStatusCode.204.
Related Articles
WebAPI – How can I change the work order state?
This method allows you to change a work order state. The method to be used for changing the work order change is: Post {{url}/api/{{tenant}}/{{organization}}/maintenance/workorders/changeSchemaEntityState/{{companyKey}} The parameters in the method ...
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: ...
WebAPI – How to update the misc costs report?
This method allows you to change the misc cost of a work order. The method to be used for changing one other cost is: POST /api/mytenant/myorganization/maintenance/workorderreportmisccosts / ...
WebAPI – How do I update the task verification record?
This method allows you to change the task verification record of a work order. The method to be used for changing the work order task verification record is: POST /api/mytenant/myorganization/maintenance/ ...
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/ ...