This is information about the API endpoint exposed at http://localhost:8096/ 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 |
|---|---|
| OfficeAddInWebAPIService | |
| ContactActivities | Activity |
| ContactActivitiesDetail | Activity |
| SalesOrders | Sales Orders |
| SalesOrderDetails | |
| SalesQuotations | Sales Quotations |
| SalesQuotationDetails | Sales Quotation Details |
| ProspectQuotations | Prospect Quotations |
| ProspectQuotationDetails | Prospect Quotation Details |
| SalesOpportunities | Sales Opportunities |
| SalesOpportunityDetails | Sales Opportunity Details |
| ProspectOpportunities | Prospect Opportunities |
| ProspectOpportunityDetails | Prospect Opportunity Details |
| AddresseeRecordTo | Contact API |
| CustomerContactRecordTo | Customer Contact |
| SupplierContactRecordTo | Supplier Contact |
| ProspectContactRecordTo | Prospect Contact |
| LeadContactRecordTo | Lead Contact |
| CustomerOpportunityRecordTo | Customer Opportunity Record To |
| ProspectOpportunityRecordTo | Prospect Opportunity Record To |
| CustomerAddContact | Customer |
| ProspectAddContact | Prospect |
| LeadAddContact | Lead |
| SupplierAddContact | Supplier |
| OfficeContentRedirectionSignalRService | |
| ECOMCustomerPricing |
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 |