Asset Management
WebAPI - How to get the list of asset attachments regarding a work order?
This method allows, in a simplified way, to obtain the list of attachments of the assets referring to a work order. The method to be used when getting the list is: GET ...
WebAPI - Creating an equipment
This method allows to create an equipment in a simplified manner. The method to be used when creating an equipment: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Json example for creating an equipment: 1. { ...
WebAPI - Creating a tool
This method allows to create a tool in a simplified manner. The method to be used when creating a tool is: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Json example for creating a tool: 1. { "equipmentKey": "PCR", ...
WebAPI - Creating an equipment
This method allows to create an equipment in a simplified manner. The method to be used when creating an equipment: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Json example for creating an equipment: { ...
Webapi - Deleting an equipment
This method allows you to delete an equipment. The method to be used when deleting an equipment is: DELETE url/api/mytenant/myorganization/assetmanagementcore/equipmentItems/{{companyKey}}/{{equipmentKey}} The parameters being replaced on the ...
WebAPI - Creating a equipment
This method allows, in a simplified way, to create an equipment. The method to use for creating an equipment is: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Example Json for creating an equipment: { ...
WebAPI - How to create a tool?
This method allows to create a tool in a simplified manner. The method to be used when creating a tool is: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Json example for creating a tool: 1. { "equipmentKey": "PCR", ...
WebAPI - Deleting a tool
This method allows you to delete a tool. The method to be used when deleting a tool is: DELETE url/api/mytenant/myorganization/assetmanagementcore/equipmentItems/{{companyKey}}/{{toolKey}} The parameters being replaced on the method are: companyKey: ...
WebAPI - Deleting a location
This method allows you to delete a location. The method to be used when deleting a location is: DELETE url/api/mytenant/myorganization/assetmanagementcore/locations/{{companyKey}}/{{locationKey}} The parameters being replaced on the method are: ...
WebAPI - Creating a location
This method allows to create a location in a simplified manner. The method to be used when creating a location is: POST url/api/mytenant/myorganization/assetmanagementcore/locations Json example for creating a location: { "locationKey": "ED", ...