Online Quote Connectors
Quote connectors allow third parties to build a web service endpoint that supplies SuperOffice with product price-list and product details.
Use the SuperOffice.Crm.Online.IntegrationServices package to build a quote connector for SuperOffice Online. This has two package dependencies:
SuperOffice.Crm.Online.Core
contains the authentication interface to successfully authenticate and connect to your quote connector web service endpoint.
SuperOffice.NetServer.Services
is necessary because connectors often need to call the tenant's web services for additional information. The packet has additional dependencies.
In total you will have the following NuGet package dependencies:
- SuperOffice.Crm.Online.Core
- SuperOffice.Crm.Online.IntegrationServices
- SuperOffice.NetServer.Core
- SuperOffice.NetServer.Services
- SuperOffice.ContinuousDatabase
- System.IdentityModel.Tokens.Jwt
There is an example quote connector example included in our SuperOffice.DevNet.Online GitHub repository, located in the IntegrationServer folder. Take a look at the README.md markdown file for more information.
If you have any questions, post them here on the CRM Online Development forums, or send an email to sdk@SuperOffice.com.
Have fun building quote connectors for SuperOffice CRM Online!