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 successfully, it returns HttpStatusCode.200OK.
Related Articles
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 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 ...
WebAPI - How to get the list of requisition types?
This method allows to get the list of requisition types in a simplified manner. The method to be used when getting the list of requisition types is: GET url/api/mytenant/myorganization/requisitionscore/requisitiontypes When this method is executed ...
Webapi - Getting the list of task verifications types
This method allows to get the list of task verifications types in a simplified manner. The method to be used when getting the list of task verifications types is: GET url/api/mytenant/myorganization/maintenancecore/verificationtypes When this ...
Webapi - Getting the list of work order types
This method allows to get the list of work order types in a simplified manner. The method to be used when getting the list of work order types is: GET url/api/mytenant/myorganization/maintenancecore/workorderTypes When this method is executed ...