• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

Online Quote Connectors

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Quote connectors allow third parties to build a web service endpoint that supplies SuperOffice with product price-list and product details.

  • Online SOAP Quote Connector API
  • Online REST Quote Connector API

Use the SuperOffice.Crm.Online.IntegrationServices package to build a quote connector for SuperOffice Online. This has two package dependencies:

  • SuperOffice.Crm.Online.Core
  • SuperOffice.NetServer.Services

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.

Note

The sample-project is for .Net Framework, as WCF is not officially supported in .Net Core. This is not a restriction in SuperOffice' packages, but an architectural decision made by Microsoft.

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!

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top