Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 5.0!

productplan object

Properties of the productplan object

{
  "id": "guid",
  "productfamilyid": "guid",
  "sku": "string",
  "fullname": "string",
  "currencycode": "string",
    /* "DKK, EUR" */
  "activecurrencies": "string",
  "currencies": "string[]",
  "description": "string",
    /* 1024=deleted, 7=inactive, 1=active, 0=draft */
  "status": "integer",
    /* 0=none, 1=prorate upgrades */
  "changehandle": "integer",
  "productplancharges": "productplancharge[]",
  "subscriptions": "subscription[]",
  "productfamily": "productfamily",
  "productplanpricings": "productplanpricing[]",
  "createdby": "guid",
  "modifiedby": "guid",
  "createdbyuser": "userprofile",
  "modifiedbyuser": "userprofile",
  "createddate": "datetime",
  "modifieddate": "datetime"
}