Parts and Inventory
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 - Creating a warehouse
This method allows to create a warehouse in a simplified manner. The method to be used when creating a warehouse: POST url/api/mytenant/myorganization/inventorycore/warehouses Json example for creating a warehouse: 1. { "warehouseKey": "W2", ...
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: ...
Web API - How to create a part with inventory extension?
This method allows to create a part of the Part type with inventory extension in a simplified manner. The method to be used when creating a part with inventory extension is: POST url/api/mytenant/myorganization/inventorycore/inventoryparts Json ...
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 - 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 ...
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 ...