API for managing qashio erp system
Qashio ERP APIs (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.qashio.com/_mock/api-connector/
Sandbox
https://erp.qashio.io/
- Mock server
https://developers.qashio.com/_mock/api-connector/erp-chart-of-accounts
- Sandbox
https://erp.qashio.io/erp-chart-of-accounts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.qashio.com/_mock/api-connector/erp-chart-of-accounts?page=1&limit=10&status=draft&updatedAtFrom=2024-01-01&updatedAtTo=2025-12-31&createdAtFrom=2024-01-01&createdAtTo=2025-12-31&accountCurrency=AED&accountType=asset&accountNumber=1001&isDeleted=true&remoteName=Fuel&remoteId=123' \
-H 'companyId: string' \
-H 'x-api-key: string'Response
application/json
[ { "page": 1, "totalPages": 1, "total": 1, "data": [ … ] } ]
- Mock server
https://developers.qashio.com/_mock/api-connector/erp-chart-of-accounts/{id}
- Sandbox
https://erp.qashio.io/erp-chart-of-accounts/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.qashio.com/_mock/api-connector/erp-chart-of-accounts/AccountName \
-H 'companyId: string' \
-H 'x-api-key: string'Response
application/json
{ "id": "fdce2210-0ab9-4e59-bf3e-46a9e87f755b", "remoteId": "remote-001", "remoteName": "Cash Account", "accountCurrency": "AED", "accountType": "Assest", "description": "Primary cash holding account", "accountNumber": "1001", "status": "active", "isDeleted": false, "createdAt": "2024-02-05T12:00:00Z", "updatedAt": "2024-02-05T12:30:00Z", "erpCompany": { "id": "a01bce14-a29a-4104-a350-1d48ec371729", "name": "Company 46", "businessLegalName": "Business Legal Name 46", "companyCountry": "US", "status": "active", "isDeleted": false, "createdAt": "2025-02-10T11:52:53.007Z", "updatedAt": "2025-02-10T11:52:53.007Z" } }