GithubHelp home page GithubHelp logo

delmerjohnson / ctapiclientexamples Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.82 MB

Catalina's Client Examples for Integration to Dynamics SL using the Catalina API for Dynamics SL

License: MIT License

C# 99.89% PLpgSQL 0.06% PowerShell 0.06%

ctapiclientexamples's Introduction

Client Examples for the Catalina API for Dynamics SL (ctAPI)

##Overview This is a repository where we will be posting sample code for connecting to the Catalina API for Dynamics SL. These will be tying to our SOAP version of our API.

You will need several things from your adminstrator to be able to make calls to the Catalina API

  • license key (license key that was given to you by Catalina Technology)
  • Site Key (also known as the encryption key)
  • license expiration date (if there is one. leave blank if it is a non-expiring license)
  • license name (this is the name of your company as it was encrypted against the license key)
  • Site ID (this points to a site configuration)
  • CpnyID (company ID in Dynamics SL)

app.config or web.config

We often store settings like license information in the app.config or web.config. In all of these examples, you will see this in the app.config. This allows you to update the app.config in the example and replace that information with your own.

<add key="SITEID" value="Your SiteID"/>

<add key="CPNYID" value="Your Company ID"/>

<add key="LICENSEKEY" value="Your License Key"/>

<add key="LICENSENAME" value="Your License Name" />

<add key="LICENSEEXPIRATION" value="Your license expiration date -- leave blank if non-expiring" />

<add key="SITEKEY" value="Encryption site key"/>

ctapiclientexamples's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.