Metadata
Key | Value |
---|---|
releaseDate | 10 Mar 2025 |
keyword | SQL Account Rest API |
SQL Account is an accounting software from Malaysia that is suitable for all businesses, from small businesses to large organizations. It is crucial to find a business solution that suits the nature of your business. The right accounting software will broaden the horizons and expand business opportunities for you.
This is a comprehensive REST API for managing SQL accounts. It provides endpoints for user authentication, customer data management, sales transactions, and stock control. Use this API to integrate your applications with the SQL Account software.
Key | Value |
---|---|
releaseDate | 10 Mar 2025 |
keyword | SQL Account Rest API |
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/
https://sqlaccountrestapi.legacyapi.com/
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/login
https://sqlaccountrestapi.legacyapi.com/api/app/login
curl -i -X POST \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/login \
-H 'Content-Type: application/json' \
-d '{
"username": "ADMIN",
"password": "ADMIN"
}'
{ "sqlAccountAppInfo": { "title": "SQL Account Education Edition - Testing Company [2025]", "releaseDate": "2024-08-19", "buildNo": 854, "version": "5.2024.994.854" }, "releaseInfo": { "API_VERSION": "release-0.0.46", "PORT": 5001, "APP_NAME": "SQLACC_API_IIS", "APP_DIR": "C:/Users/Admin/Code/SQLAccountPackage", "DEPLOYMENT_METHOD": "IIS", "APP_POOL_NAME": "SQLACC_API_IISPool", "LATEST_VERSION": "release-0.0.46" } }
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/info
https://sqlaccountrestapi.legacyapi.com/api/app/info
curl -i -X GET \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/info
{ "sqlAccountAppInfo": { "title": "SQL Account Education Edition - Testing Company [2025]", "releaseDate": "2024-08-19", "buildNo": 854, "version": "5.2024.994.854" }, "releaseInfo": { "API_VERSION": "release-0.0.46", "PORT": 5001, "APP_NAME": "SQLACC_API_IIS", "APP_DIR": "C:/Users/Admin/Code/SQLAccountPackage", "DEPLOYMENT_METHOD": "IIS", "APP_POOL_NAME": "SQLACC_API_IISPool", "LATEST_VERSION": "release-0.0.46" } }
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/actions
https://sqlaccountrestapi.legacyapi.com/api/app/actions
curl -i -X GET \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/actions
[]
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/modules
https://sqlaccountrestapi.legacyapi.com/api/app/modules
curl -i -X GET \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/modules
[]
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/biz-objects
https://sqlaccountrestapi.legacyapi.com/api/app/biz-objects
curl -i -X GET \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/biz-objects
{ "bizObjects": [ { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … } ] }
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/biz-objects/{bizObjectName}
https://sqlaccountrestapi.legacyapi.com/api/app/biz-objects/{bizObjectName}
curl -i -X GET \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/biz-objects/AR_CUSTOMER
{ "name": "AR_CUSTOMER", "datasets": [ { … }, { … }, { … }, { … }, { … } ] }
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/update
https://sqlaccountrestapi.legacyapi.com/api/app/update
curl -i -X POST \
https://docs.beehexa.com/_mock/api/sql-account-rest-api/customized-by-beehexa/api/app/update
{ "status": "Update process starated. Service will restart soon." }