This is information about the API endpoint exposed at http://localhost:8092 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 |
|---|---|
| TaxRates | Used to retreive a valid list of tax rates |
| Products | Used to retrieve product information |
| ProductCategories | Used to get lists of product categories. Categories belong to groups and groups belong to classes. Each one has its own service to retrieve valid lists. |
| ProductGroups | Used to get lists of product groups the contain product categories. |
| ProductClass | Used to get list of valida product classes to which product groups belong. |
| UnitsOfMeasure | Used to retrieve lists of units of measure that can be used in properties like product selling units. |
| ProductWorkflowStates | Used to get lists of valid product workflow states |
| ProductDepartments | Used to get lists of product Departments. Departments belong to groups and groups belong to classes. Each one has its own service to retrieve valid lists. |
| ProductDepartmentGroups | Used to get lists of product Department groups the contain product Departments. |
| ProductClass | Used to get list of valida product department classes to which product groups belong. |
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 |