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 # : 8021 | API Name : cilist
Get filtered and sort list of commercial invoices / tax invoices.
URL : <domain>/apic/cilist
Methods Allowed : POST
Request Body : JSON Payload
Payload Structure :
Name | Description | Type |
---|---|---|
search | Search text. | String |
sdate | Starting date in DD/MM/YYYY format. For example 01/04/2020 would get all records starting from April 1, 2020 | String |
fdate | Ending date in DD/MM/YYYY format. For example 31/03/2021 would get all records till from March 31, 2021 | String |
itemid | Company ID of the customer. | String |
show | Status of the invoice | String |
ep1 | Accounting Status of the invoice
|
String |
show3 | Record type ID. | String |
show4 | Currency. Three letter currency code to get records for a specific currency or "NOT-" and three letter
currency code to exclude a particular currency. Examples :
|
String |
show2 | Agent ID. ID of the agent for the sale through agents and sub-dealers. ANY : Value to send for getting sales through all agents. This excludes direct sales. NONE : Value to send for getting direct sales. This excludes all sales through agents and sub-dealers. |
String |
show8 | Zone ID. ID of the marketing zone.
none : Value to send for getting sales to customers where marketing zone has not been specified. |
String |
show6 | Group ID. ID of the customer group.
none : Value to send for getting sales to customers that are not part of any specific group. |
String |
ep2 | ID of the sales person who has made the sale. | String |
show7 | Type code of the associated record.
If required, please check type code for the deployment being integrated with. Type codes are dynamically generated, but can be edited manually. Therefore, it can differ from deployment to deployment. |
String |
pp | Number of records per page. All the matching records are split in sets similar to pages. This value tells the system how many records have to be grouped under each page. Default value is 100 |
Integer |
page | Page number. Default is 1 | Integer |
srt | Sort by. Possible values are :
|
String |
order | Sort Order. ASC or DESC | String |
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. |