API List
- API Introduction
- Authentication Key API
- Server Date and Time
- Embed Image API
- Attachment Download API
- Common lookups API
CRM Integration API
- List of companies with basic details
- Complete details of a company
- List of customers of a branch with basic details
- Register Person
- Register company
- Register address
- Register contact query
- Login ID availability check
- Customer Login API
Delivery / Shipment Order API
Expense Claims Integration API
- Register Expense Claim
- Add expense item to claim
- Save and present claim for approval
- Get list of claims with basic details
- Get claim with all details
Inventory Module Integration API
Sales Module Integration API
- Register Quotation API
- Register Proforma Invoice API
- List of Commercial Invoices
- Number of Commercial Invoices
- Register Invoice API
Shopping Cart Integration API
- Price List API
- Create Shopping Cart Order
- Add product to shopping cart
- Update payment details
- Get order in shopping cart
- List of orders in shopping cart
Procurement Module API
Manufacturing Module API
API # : 8002 | API Name : time
The practical utility of this API may not be much, but this is the simplest API and it is very helpful to try this API before attempting any other API. This API expects no parameters or payload. It expects only two headers, which are also required by all other API.
This API is also important because all errors possible for this API are also possible for every other API. Therefore, sample failure response codes shown in this API (this page) will not be repeated in other API docs.
URL : <domain>/apic/time
Methods Allowed : POST
Request Headers :
Name | Description |
---|---|
device | A short name of your application. Device is mandatory but any value between 3 and 20 characters is accepted. |
Authentication | Authentication code generated for API call. |
Sample request :
Sample success response :
Sample failure response :
Case 1: Authentication code missing in the request
Case 2: Wrong method
Case 3: Authentication code expired
Case 4: Authentication code expired
Case 5: Authentication code expired
Case 6: Corrupt or invalid Authentication code
Case 7: Calling address mismatch
Case 8: Runtime error on server side
Case 9: Unhandled server size exceptions