Webapi - Deleting a misc cost
This
method allows you to delete a misc cost.
The method
to be used when deleting a misc cost is:
DELETE
url/api/mytenant/myorganization/maintenancecore/misccosts/{{misccostKey}}
The
parameters being replaced on the method are:
- misccostKey: The key of the
misc cost you wish to delete.
When this
method is executed successfully, it returns HttpStatusCode.204.
Related Articles
Webapi - Deleting a misc cost type
This method allows you to delete a misc cost type. The method to be used when deleting a misc cost type is: DELETE url/api/mytenant/myorganization/maintenancecore/misccoststypes/{{companyKey}}/{{misccoststypeKey}} The parameters being replaced on ...
Webapi - Creating a misc cost
This method allows to create a misc cost in a simplified manner. The method to be used when creating a misc cost is: POST url/api/mytenant/myorganization/maintenancecore/misccosts Json example for creating a misc cost: { ...
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 - 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 ...
Webapi - Creating a misc cost type
This method allows to create a misc cost type in a simplified manner. The method to be used when creating a type of misc cost is: POST url/api/mytenant/myorganization/maintenancecore/misccoststypes Json example for creating a type of misc cost: ...