Partner Developer Portal

Resellers

Customer Data API’s Implementation Guide

A document mainly designed for resellers focused on extending their reporting capabilities in such a way that they can serve their customer base needs. This also describes which business problems are addressed by these API’s and includes a set of recommendations on the best practices for implementing such API’s. The document itself can be found here.

Customer Data Overview

Products

Get License

The purpose of this service is to retrieve the asset information for a given serial number(s) or for a combination of product line code(s) and serial number(s). This service does and provides the following:

  1. Gets the asset information based on the specified serial number(s) or for a combination of product line code(s) and serial number(s).
  2. Capability to validate the license information prior to order submission.

Documents

Get Order Details

The GetOrderDetails service will provide Partners with detailed order information, including contract numbers, serial numbers, and product information, among other fields. This data will be in a raw format and it will be available to be consumed by a Partner’s system of choice. This document will include all scenarios of the GetOrderDetails service which are eligible for retrieving order information within the Autodesk environment

There are two operations defined in this service for fetching orders, activated depending on the input provided to the GetOrderDetails service:

  1. GetOrderList
  2. GetOrderDetails

The GetOrderList operation exists to get the order list from a back end system if the input only includes a date range. The response will include data that will allow a Partner to re-query the service in order to get order details. Once the requester receives the response and retrieves the information he or she needs from it, he or she can make use of the GetOrderDetails operation, sending a request to the GetOrderDetails Service now using Customer Number/Purchase Order Number/Sales Order Number as inputs.

Documents

Get Partner Designation

The purpose of this service is to retrieve the designation information for a given Reseller CSN or for a Country. This service does and provides the following:

  1. Gets the Account, Contract Account and Expertise information based on the specified Reseller CSN or Country.
  2. Validate the Provided CSN and Reseller CSN.

Documents

Get Opportunity

Get Opportunity Service is an informational web service designed to return Autodesk opportunity information so that channel partners can consume/retrieve opportunities and close subscription deals with customers. Partners can request opportunity details by sending one of the following sets of request parameters:

  1. Get Opportunity by Agreement Number and Partner CSN
  2. Get Opportunity by Opportunity Number and Partner CSN
  3. Get Opportunity by End Customer CSN and Partner CSN
  4. Get Opportunity by Subscription End Date and Partner CSN

Documents

Get Part Number

The service allows Partners to look up a serial number/subscription's renewal SKU at any point outside of the 90 day renewal window.

  1. Provides the ability to derive the renewal SKU for all active Maintenance or Renewable subscriptions, regardless of end date as quickly as possible
  2. Helps Partners forecast sales as part of a sales pipeline they're managing for an entire fiscal year
  3. Allows Partners to look up a serial number/subscription's renewal SKU at any point outside of the 90 day renewal window
  4. Can be used by Partners to generate a renewal quote 90+ days in advance of a renewal opportunity being created

Documents

Get Subscription Data

Get Subscription Data Service is an informational service designed to return subscription, product, opportunity, contract, partner, early warning system, and customer information based on the inputs of an asset's start date or end date range. The service returns only data to which the partner is either the Sold to or Reseller of record of a given asset.

Documents

API Authentication Guide

The Authentication API we are exposing serves in protecting the Digital Distribution Web Services, DDWS, against unwanted and unauthorized access to our Autodesk API services. It will verify the authenticity of the call through digital signatures as well as help manage the scope of API resources each Partner is allowed to call through 2-legged OAuth 2.0.

This guide will serve to guide each Partner through the aforementioned authentication process, including screenshots and sample code that can be used for said process.

Documents