Skip to content
SIMIT Yong Xiang edited this page Feb 28, 2024 · 47 revisions

Introduction

Welcome to the webapi wiki, you can find up to date web api for simbiz business management system here. Below is some guide line for our API:

  1. All API return result in JSON form.
  2. All API required parameter module and action
  3. To access sensitive data, you required to authenticate into specific organization, specific token will provide to you. All subsequent API you shall use supply module, action, uid,token to access the resources.
  4. Each token have expired date (refer Login)

System API (Before Authenticate)

  1. Check API Availability
  2. Login/Obtain Token

Retrieve Available Records

  1. Retrieve Master Data
  2. Insert Transactionhttps://github.com/SIMITGROUP/webapi/wiki/_new
  3. Get Available Stocks

API Data Documentation

  1. Get Data - Official Receipt
  2. Create Data - Official Receipt
  3. Get Data - Invoice
  4. Create Data - Sales Invoice
  5. Get Data - Business Partner
  6. Create Data - Business Partner
  7. Update Data - Business Partner
  8. Get Data - Item
  9. Create Data - Item
  10. Update Data - Item
  11. Get Data - Debtor Debit Note
  12. Create Data - Debtor Debit Note
  13. Get Data - Debtor Credit Note
  14. Create Data - Debtor Credit Note
  15. Get Debtors Aging Detail
  16. Get Creditors Aging Detail
  17. Create Data - Journal Entry

Clone this wiki locally