WebAPI - Deleting the request
This method allows you to delete a request.
The method to be used when deleting a request:
DELETE url/api/mytenant/myorganization/requests/requests/{{companyKey}}/{{RequestKey}}
The parameters being replaced on the method are:
- companyKey: company key.
- RequestKey: key of the request you wish to delete.
When this method is executed successfully, it returns HttpStatusCode.204.
Related Articles
WebAPI - Creating a request
This method allows to create a request in a simplified manner. The method to be used when creating a request: POST url/api/mytenant/myorganization/Requests/requests Json example for creating a request: { "requestKey": "00001", "description": "Vidro ...
WebAPI - Deleting a requisition
This method allows you to delete a requisition. The method to be used when deleting a requisition is: DELETE url/api/mytenant/myorganization/requisitions/requisitions/{{company}}/{{requisitionKey}} The parameters being replaced on the method are: ...
WebAPI - Deleting a brand
This method allows you to delete a brand. The method to be used when deleting a brand is: DELETE url/api/mytenant/myorganization/businesscore/brands/{{brandKey}} The parameters being replaced on the method are: {{brandKey}}: key of the brand you ...
WebAPI - Record and Maintenance of Parts and Services
This method allows to manage the record and maintenance of parts and services. For the inventory (parts), besides recording the part, it is also possible to classify it in terms of inventory, by identifying: the default warehouse, the minimum and ...
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 ...