Modules

Number of APIs: 31

  1. Inventory-Items - List items GET {{akaunting_url}}/inventory-items?page={{akaunting_page}}&limit={{akaunting_limit}}

  2. Inventory-Items - Create item POST {{akaunting_url}}/inventory-items/

  3. Inventory-Items - Get item GET {{akaunting_url}}/inventory-items/{{akaunting_item_id}}

  4. Inventory-Items - Update item PUT {{akaunting_url}}/inventory-items/{{akaunting_item_id}}

  5. Inventory-Items - Delete item DELETE {{akaunting_url}}/inventory-items/{{akaunting_item_id}}

  6. Inventory-Groups - List groups GET {{akaunting_url}}/item-groups?page={{akaunting_page}}&limit={{akaunting_limit}}

  7. Inventory-Groups - Create group POST {{akaunting_url}}/item-groups/

  8. Inventory-Groups - Get group GET {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}

  9. Inventory-Groups - Delete group DELETE {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}

  10. Inventory-Groups - Update group PUT {{akaunting_url}}/item-groups/{{akaunting_inventory_group_id}}