WebAPI - Getting the list of misc costs
This
method allows to get the list of misc costs in a simplified manner.
The method
to be used when getting the list of misc costs is:
GET url/api/mytenant/myorganization/maintenancecore/misccosts
When this
method is executed successfully, it returns HttpStatusCode.200OK.
Related Articles
WebAPI - Getting the list of misc cost types
This method allows to get the list of misc cost types in a simplified manner. The method to be used when getting the list of misc cost types is: GET url/api/mytenant/myorganization/maintenancecore/misccoststypes When this method is executed ...
Webapi - How to get the list of mobile reports?
This method allows to get the list of mobile reports in a simplified manner. The method to be used when getting the list of mobile reports is: GET ...
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 - Getting the list of work orders misc cost reports
This method allows you to get the list of work orders' misc cost reports in a simplified way. The method used to get the list of work orders' misc cost reports is: GET url/api/mytenant/myorganization/maintenance/workorderreportmisccosts When ...
Webapi – Getting the verifications list
This method allows to get the verifications list in a simplified manner. The method to be used when getting the verifications list is: GET url/api/mytenant/myorganization/maintenancecore/verifications When this method is executed successfully, ...