Modules
Number of APIs: 31
-
Inventory-Items - List items GET {{akaunting_url}}/inventory-items?page={{akaunting_page}}&limit={{akaunting_limit}}
-
Inventory-Items - Create item POST {{akaunting_url}}/inventory-items/
-
Inventory-Items - Get item GET {{akaunting_url}}/inventory-items/{{akaunting_item_id}}
-
Inventory-Items - Update item PUT {{akaunting_url}}/inventory-items/{{akaunting_item_id}}
-
Inventory-Items - Delete item DELETE {{akaunting_url}}/inventory-items/{{akaunting_item_id}}
-
Inventory-Groups - List groups GET {{akaunting_url}}/item-groups?page={{akaunting_page}}&limit={{akaunting_limit}}
-
Inventory-Groups - Create group POST {{akaunting_url}}/item-groups/
-
Inventory-Groups - Get group GET {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}
-
Inventory-Groups - Delete group DELETE {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}
-
Inventory-Groups - Update group PUT {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}