API List
- API Introduction
- Authentication Key API
- Server Date and Time
- Register Quotation API
- Register Delivery Order
- Embed Image API
- List of companies with basic details
- Complete details of a company
- List of customers of a branch with basic details
- Register company
- Register address
- Login ID availability check
- Customer Login API
- Common lookups
- Delivery Order Tracking API
- List of Commercial Invoices
- Number of Commercial Invoices
Shopping Cart Integration API
API # : 8008 | API Name : company
Detailed information of a company from master database.
URL : <domain>/apic/company
Methods Allowed : POST
Request Body : JSON Payload
Payload Structure :
Name | Description | Type |
---|---|---|
companyid | Company ID | String |
industries | true or false value if the list of industries that the given company is into must be included in the return data. | boolean |
address | true or false value if the addresses that the given company is into must be included in the return data. | boolean |
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 Payload :
Sample success response :
Response Interpretation :
Key | Description |
---|