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 specific GL Account with help of this /modules/api/glaccounts/id      e.g modules/api/glaccounts/1

POST

/modules/api/glaccounts/   - You can create new GL Account with this

PUT

You can edit any existing GL Account with its id like this  /modules/api/glaccounts/id      e.g modules/api/glaccounts/1

DELETE

The  same put method url helps you to delete the GL Account.   /modules/api/glaccounts/id  

 

GL Account Types

GET

You can get all existing GL Account Types list with help of the url with /modules/api/glaccounttypes/

Journals

GET

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

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

POST

/modules/api/journal/   - You can create new journal with this

PUT

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

DELETE

The  same put method url helps you to delete the journal.   /modules/api/journal/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...

  • 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 sp...

  • 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...