Webapi - Eliminación de un nivel de prioridad
Este
método permite eliminar un nivel de prioridad.
El
método para usar para eliminar un nivel de prioridad es:
DELETE
url/api/mytenant/myorganization/maintenance/prioritylevels/{{prioritylevelKey}}
Los
parámetros para sustituir en el método son:
- prioritylevelKey: La
clave del nivel de prioridad que se desea eliminar.
Cuando
este método es ejecutado con éxito, devuelve un HttpStatusCode.204.
Related Articles
WebAPI – How do I create work orders?
This method offers a simple way of creating a Work Order for a specific Asset, Location, Tool or Route. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/newWorkOrderInfo Json example to create ...
WebAPI – How do I update the material consumption report?
This method allows to change a material consumption. The method to be used when changing the work order material consumption ...
WebAPI - Creating a requisition type
This method allows creating a type of requisition in a simplified manner. The method to be used to create a requisition type is: POST url/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition: ...
WebAPI – How do I get work orders assigned to user?
This method returns the work orders list assigned to each employee of a specific company. The method to be used to get the work orders list assigned to the employee is: GET ...
WebAPI - How does the OAUTH 2.0 authorization work?
OAuth 2.0 is a standard authorization protocol that allows applications to access a user's account in a web service (HTTP) such as the Valuekeep CMMS Web API. The protocol delegates user authentication to the service that holds the user's account and ...