Bank Accounts


Bank Accounts

GET

You can get all existing bank acounts list with help of the url with /modules/api/bankaccounts/

And you can get specific bank account with help of this /modules/api/bankaccounts/id      e.g modules/api/bankacounts/1

POST

/modules/api/bankaccounts/   - You can create new bank account with this

PUT

You can edit any existing bank account with its id like this  /modules/api/bankaccounts/id      e.g modules/api/bankaccounts/1

DELETE

The  same put method url helps you to delete the bankaccounts.   /modules/api/bankaccounts/id  

 

Dimensions

GET

You can get all existing dimensions list with help of the url with /modules/api/dimensions/

And you can get specific dimension with help of this /modules/api/dimensions/id      e.g modules/api/dimensions/1

POST

/modules/api/dimensions/   - You can create new dimension with this

PUT

You can edit any existing dimension with its id like this  /modules/api/dimensions/id      e.g modules/api/dimensions/1

DELETE

The  same put method url helps you to delete the dimension.   /modules/api/dimensions/id  


Did you find this article useful?



  • Sales and Customer

    Sales GET Getting sales transactions through the url /modules/api/sales/trans_no/Type  e.g /modules/api/sales/2/10   // here 10 ...

  • Purchases and Suppliers

    Suppliers GET You can get all existing suppliers list with help of the url with /modules/api/suppliers/ And you can get specific&nbs...

  • Inventory

    Inventory GET You can get all inventory details with help of the url with /modules/api/inventory/ And you can get specific stoc...

  • GL Accounts

    GL Accounts GET You can get all existing GL Accounts list with help of the url with /modules/api/glaccounts/ And you can get specifi...

  • Installation

    Installation Extract the api zip to modules directory and activate it like other modules. Than goto api folder, there within the folder edit the .ht...