WebAPI - Deleting a model
This
method allows you to change a model.The
method to be used when deleting a model:
DELETE
url/api/mytenant/myorganization/businesscore/brandmodels/{{modelKey}}
The
parameters being replaced on the method are:- modelKey: key
of the model you wish to delete.
When
this method is executed successfully, it returns HttpStatusCode.204.
Related Articles
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 - Creating a model
This method allows to create a model in a simplified manner. The method to be used when creating a model: POST url/api/mytenant/myorganization/businesscore/brandmodels Json example for creating a model: 1. { "modelKey": "ASP", ...
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 - 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. { ...