This is information about the API endpoint exposed at http://localhost:8093 to provide access to our ERP system from Intact Software, Intact iQ This is a REST api with a variety of services and is secured using an API key that you should request from us Currently the API gives access to the following services...
| Service Name | Description |
|---|---|
| Customers | This service provides access to customer account information. The customer has two collections for contacts. The Contacts list is typically used for CRM activity and the Delivery Contacts used to populate delivery contact information on sales orders. |
| Products | Used to retrieve product information |
| SalesOrders | Used to create, update and list sales orders. When creating sales orders that have been paid you can populate the receipts collection with payment information. |
| SalesQuotations | Used to create, update and list sales quotations. |
| SalesDeliveryNotes | Used to view lists of sales delivery notes. |
| SalesInvoices | Used to view lists of sales invoices. |
| SalesCreditNotes | Used to view lists of sales credit notes. |
| Address | |
| CustomerDeliveryContact | Customer Delivery Contact |
| ProductAssemblyOLD | Product Assembly Revision |
| CustomerPricing | |
| ProductAssembly | Product Assembly V2 |
| ProductStock | Used to retrieve product Stock information |
| ProductSQL | Product Stock Via SQL |
| EnhancedCustomerPricing |
The following commands are optionally available on each service...
| Command | Purpose |
|---|---|
| GET | Fetch one or more objects |
| POST | Create one or more new objects |
| PUT | Update an existing object |
| DELETE | Delete an existing object |
| SEARCH (POST) | While not a command in its own right the serach function allows you to POST a complex query to our system in order to return a list of objects. This is used when the simpler query string based filters do not suffice |