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 .htaccess file


Options -MultiViews
RewriteEngine On
RewriteBase /sub-directories-if-any/modules/api/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

Here the dub-directories-id-any should be dealed with carefully.

And from remote,you can connect with api url 

http://your_domain.com/sub-directories-if-any/modules/api after that you need to add the respective item and process it.


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

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