To start developing you will need the Partner ID. Partner ID is an Identification of a Clarizen partner that develops applications using Clarizen Web Services API. You will use this ID in your application.
Following is an example of a code using Partner ID:
//Set your partnerId LoginOptions options = new LoginOptions(); options.PartnerId = "Your Partner ID should be put here";
You can find more examples in the Clarizen Web Services API guide and Sample code.
Please, contact your sales manager to get your “Partner ID” before you start using Clarizen Web Services. |