Webapi - Deleting a part or service
This
method allows to delete a part or service.
The
method to be used when deleting a part or service is:
DELETE
url/api/mytenant/myorganization/businesscore/parts/{{partKey}}
The
parameters being replaced on the method are:- partKey: key
of the part or service you wish to delete.
When
this method is executed successfully, it returns HttpStatusCode.204.
Related Articles
Webapi - How to create a part of the service type?
This method allows to create a part of the service type in a simplified manner. The method to be used to create a part of the service type is: POST url/api/mytenant/myorganization/businesscore/parts Json example to create a part of the service type: ...
WebAPI - Deleting a part or service
This method allows to delete a part or service. The method to be used when deleting a part or service is: DELETE url/api/mytenant/myorganization/businesscore/parts/{{partKey}} The parameters being replaced on the method are: partKey: key of the part ...
WebAPI - Changing a part or service attribute
This method allows to change a part or service field. The method to be used to change a part or service attribute is: PUT {{url}/api/{{tenant}}/{{organization}}/businesscore/parts/{{partKey}}/{{atributo}} The parameters on the method are the ...
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 - 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: ...