Application

The APS resource of this APS type represents the application of the Product Lifecycle Management (PLM) component.

GraphViz

Schema

The considered APS type (download) extends the Application, InitWizardVendorCatalogConfig, InitWizardConfig APS type(s) and looks as follows:

{
  "name": "Application",
  "id": "http://com.odin.platform/inhouse-products/application/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/application/1.0",
    "http://aps-standard.org/types/core/external/metadata/1.0",
    "http://odin.com/init-wizard-vendor-catalog/config/1.0",
    "http://odin.com/init-wizard/config/1.0",
    "http://ingrammicro.com/cb/types/astrum/client/1.0"
  ],
  "access": {
    "global": true
  },
  "operations": {
    "getMessage": {
      "path": "getMessage",
      "verb": "GET",
      "response": {
        "type": "string"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      }
    },
    "parseConfig": {
      "path": "/parseConfig",
      "verb": "POST",
      "response": {
        "type": "ConfigurationInfo"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "applyConfig": {
      "path": "/applyConfig",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      }
    },
    "downloadConfig": {
      "path": "/downloadConfig",
      "verb": "GET",
      "response": {
        "type": "ExcelConfigData"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "appId": {
          "kind": "query",
          "type": "string"
        },
        "bssServiceTemplateId": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "getCamundaServices": {
      "path": "camundaServices",
      "verb": "GET",
      "response": {
        "type": "array",
        "items": {
          "type": "CamundaService"
        }
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "referrer": false,
        "public": false
      }
    },
    "getProductLineByServiceTemplateId": {
      "path": "productLine/{stId}",
      "verb": "GET",
      "response": {
        "type": "ProductLine"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "stId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getProductLineByServicePlanApsId": {
      "path": "productLineByServicePlan/{servicePlanApsId}",
      "verb": "GET",
      "response": {
        "type": "ProductLine"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "servicePlanApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getProductLineByServiceTemplateApsId": {
      "path": "/productLineByServiceTemplate/{serviceTemplateApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "serviceTemplateApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getOrCreateProductLineByAppId": {
      "path": "/productLineByAppId",
      "verb": "GET",
      "response": {
        "type": "ProductLine"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "subscriptionId": {
          "kind": "query",
          "type": "string"
        },
        "appId": {
          "kind": "query",
          "type": "string"
        },
        "connectProductName": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "getProcessInstances": {
      "path": "processInstance/{apsEntityId}",
      "verb": "GET",
      "response": {
        "type": "ProcessInstanceDTO"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "apsEntityId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "completeProcessInstance": {
      "path": "processInstance/{apsEntityId}/complete",
      "verb": "PUT",
      "response": {
        "type": "ProcessInstanceDTO"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "apsEntityId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "appsList": {
      "path": "/appsList",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "name": {
          "kind": "query",
          "type": "string"
        },
        "limit": {
          "kind": "query",
          "type": "integer"
        },
        "offset": {
          "kind": "query",
          "type": "integer"
        },
        "fulfillmentSystem": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "appDetails": {
      "path": "/appDetails/{appId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "appId": {
          "kind": "path",
          "type": "string"
        },
        "withItems": {
          "kind": "query",
          "type": "boolean"
        },
        "fulfillmentSystem": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "appItems": {
      "path": "/appDetails/{appId}/items",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "appId": {
          "kind": "path",
          "type": "string"
        },
        "fulfillmentSystem": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "importItems": {
      "path": "/appDetails/{appId}/import",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "appId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "upgradeItems": {
      "path": "/appDetails/{appId}/upgrade",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "appId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "processUsageChunks": {
      "path": "/processUsageChunks",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "syncMspcCatalog": {
      "path": "/syncMSPCCatalog",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "getProductInfo": {
      "path": "/productInfoByBssPlan/{planApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "planApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getTierConfig": {
      "path": "/tierConfig/{billingPlanApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "billingPlanApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getBusinessMetrics": {
      "path": "/business-metrics",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "createTierConfigRequest": {
      "path": "/tierConfigRequest",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "bssPlanUuid": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "validateTierConfigRequest": {
      "path": "/validateTierConfigRequest",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "bssPlanUuid": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "submitTierConfigRequest": {
      "path": "/submitTierConfigRequest",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "bssPlanUuid": {
          "kind": "query",
          "type": "string"
        }
      }
    },
    "validate": {
      "path": "/validate",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "waitBssPlansSync": {
      "path": "waitBssPlansSync",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      }
    },
    "delegate": {
      "path": "delegate",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "memberId": {
          "kind": "query",
          "type": "integer"
        }
      }
    },
    "waitSync": {
      "path": "waitSync",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "memberId": {
          "kind": "query",
          "type": "integer"
        }
      }
    },
    "selfManage": {
      "path": "selfManage",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "memberId": {
          "kind": "query",
          "type": "integer"
        }
      }
    },
    "customize": {
      "path": "customize",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "memberId": {
          "kind": "query",
          "type": "integer"
        }
      }
    },
    "getCBTimezone": {
      "path": "/cbTimezone",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "getFulfillmentSystems": {
      "path": "/fulfillmentSystems",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "upgradeApplication": {
      "path": "/upgradeApplication",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "owner": false,
        "referrer": false
      }
    }
  },
  "structures": {
    "Owner": {
      "type": "object",
      "properties": {
        "accountId": {
          "type": "integer"
        },
        "memberId": {
          "type": "integer"
        }
      }
    },
    "ExcelConfig": {
      "type": "object",
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "type": "ExcelResource"
          }
        },
        "serviceTemplates": {
          "type": "array",
          "items": {
            "type": "ExcelServiceTemplate"
          }
        },
        "servicePlans": {
          "type": "array",
          "items": {
            "type": "ExcelServicePlan"
          }
        },
        "termsConditionsDetails": {
          "type": "TermsConditions"
        },
        "subscriptionNotificationTemplates": {
          "type": "array",
          "items": {
            "type": "ExcelSubscriptionNotificationTemplate"
          }
        },
        "resourceDependencies": {
          "type": "array",
          "items": {
            "type": "ExcelResourceDependency"
          }
        },
        "opUnitResourceCategories": {
          "type": "array",
          "items": {
            "type": "ExcelOpUnitResourceCategory"
          }
        }
      }
    },
    "ExcelResource": {
      "type": "object",
      "properties": {
        "resourceType": {
          "type": "ExcelResourceType"
        },
        "resourceCategory": {
          "type": "ResourceCategory"
        },
        "uom": {
          "type": "string"
        },
        "measurable": {
          "type": "boolean"
        }
      }
    },
    "ExcelResourceType": {
      "type": "object",
      "properties": {
        "name": {
          "type": "object"
        },
        "resClass": {
          "type": "string"
        },
        "actParams": {
          "type": "object"
        },
        "description": {
          "type": "object"
        }
      }
    },
    "ResourceCategory": {
      "type": "object",
      "properties": {
        "taxCatId": {
          "type": "string"
        }
      }
    },
    "ExcelServiceTemplate": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "resources": {
          "type": "array",
          "items": {
            "type": "ResourceTypeLimit"
          }
        },
        "ownerAccount": {
          "type": "integer"
        }
      }
    },
    "ResourceTypeLimit": {
      "type": "object",
      "properties": {
        "rtID": {
          "type": "integer"
        },
        "rtName": {
          "type": "string"
        },
        "resourceMapping": {
          "type": "array",
          "items": {
            "type": "ResourceTypeMapping"
          }
        }
      }
    },
    "ResourceTypeMapping": {
      "type": "object",
      "properties": {
        "toRtId": {
          "type": "integer"
        },
        "toRtName": {
          "type": "string"
        },
        "toServiceTemplateId": {
          "type": "integer"
        }
      }
    },
    "ExcelServicePlan": {
      "type": "object",
      "properties": {
        "name": {
          "type": "object"
        },
        "newName": {
          "type": "object"
        },
        "planBillingPeriod": {
          "type": "integer"
        },
        "planBillingPeriodType": {
          "type": "Period"
        },
        "pricePeriodType": {
          "type": "PricePeriodType"
        },
        "autoRenewType": {
          "type": "AutoRenewType"
        },
        "renewOrderInterval": {
          "type": "integer"
        },
        "vendorTimezone": {
          "type": "string"
        },
        "billingModel": {
          "type": "BillingModel"
        },
        "serviceTemplateId": {
          "type": "integer"
        },
        "serviceTemplateName": {
          "type": "string"
        },
        "description": {
          "type": "object"
        },
        "resources": {
          "type": "array",
          "items": {
            "type": "ExcelResourceRate"
          }
        },
        "subscriptionPeriods": {
          "type": "array",
          "items": {
            "type": "ExcelSubscriptionPeriod"
          }
        },
        "planCategory": {
          "type": "string"
        },
        "salesCategories": {
          "type": "array",
          "items": {
            "type": "SalesCategory"
          }
        },
        "serviceTerms": {
          "type": "string"
        },
        "welcomeNotificationTemplate": {
          "type": "string"
        },
        "expirationNotificationTemplate": {
          "type": "string"
        },
        "notificationScheduleId": {
          "type": "integer"
        },
        "termsConditions": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vendorId": {
          "type": "integer"
        },
        "vendorName": {
          "type": "string"
        },
        "isAvailableForSale": {
          "type": "boolean"
        },
        "cloneFrom": {
          "type": "integer"
        },
        "delegatedServicePlans": {
          "type": "array",
          "items": {
            "type": "ExcelServicePlan"
          }
        },
        "isEnableVolumePricingModel": {
          "type": "boolean"
        },
        "ratingMode": {
          "type": "RatingMode"
        },
        "alignWithStatementDay": {
          "type": "boolean"
        },
        "isSalesOrderProrated": {
          "type": "boolean"
        },
        "isFirstPeriodForFree": {
          "type": "boolean"
        },
        "customStatementDay": {
          "type": "integer"
        },
        "upgrades": {
          "type": "array",
          "items": {
            "type": "ExcelServicePlanUpgrade"
          }
        },
        "isPublished": {
          "type": "boolean"
        },
        "resellerGroups": {
          "type": "array",
          "items": {
            "type": "ResellerGroup"
          }
        }
      }
    },
    "Period": {
      "type": "object"
    },
    "PricePeriodType": {
      "type": "object"
    },
    "AutoRenewType": {
      "type": "object"
    },
    "BillingModel": {
      "type": "object"
    },
    "ExcelResourceRate": {
      "type": "object",
      "properties": {
        "name": {
          "type": "object"
        },
        "description": {
          "type": "object"
        },
        "composite": {
          "type": "boolean"
        },
        "createPlanRatePeriods": {
          "type": "boolean"
        },
        "unitOfMeasure": {
          "type": "string"
        },
        "inCP": {
          "type": "boolean"
        },
        "published": {
          "type": "boolean"
        },
        "setupFee": {
          "type": "number"
        },
        "overFee": {
          "type": "number"
        },
        "rtID": {
          "type": "integer"
        },
        "resourceType": {
          "type": "ExcelResourceType"
        },
        "billingResourceID": {
          "type": "integer"
        },
        "externalBillingResourceID": {
          "type": "integer"
        },
        "max": {
          "type": "number"
        },
        "min": {
          "type": "number"
        },
        "measurable": {
          "type": "boolean"
        },
        "rFeePerUnit": {
          "type": "boolean"
        },
        "rFeeShowZeroPrice": {
          "type": "boolean"
        },
        "sFeePerUnit": {
          "type": "boolean"
        },
        "sFeeShowZeroPrice": {
          "type": "boolean"
        },
        "oFeeShowZeroPrice": {
          "type": "boolean"
        },
        "instore": {
          "type": "boolean"
        },
        "recFee": {
          "type": "number"
        },
        "resourceCategory": {
          "type": "ResourceCategory"
        },
        "periods": {
          "type": "array",
          "items": {
            "type": "ExcelResourceRatePeriod"
          }
        },
        "msrpSetupFee": {
          "type": "number"
        },
        "msrpRecurringFee": {
          "type": "number"
        },
        "msrpOveruseFee": {
          "type": "number"
        }
      }
    },
    "ExcelResourceRatePeriod": {
      "type": "object",
      "properties": {
        "billingResourceID": {
          "type": "integer"
        },
        "periodType": {
          "type": "integer"
        },
        "period": {
          "type": "integer"
        },
        "setupFee": {
          "type": "number"
        },
        "overFee": {
          "type": "number"
        },
        "recFee": {
          "type": "number"
        },
        "msrpSetupFee": {
          "type": "number"
        },
        "msrpRecurringFee": {
          "type": "number"
        },
        "msrpOveruseFee": {
          "type": "number"
        },
        "setupFeeDescr": {
          "type": "object"
        },
        "recFeeDescr": {
          "type": "object"
        },
        "overFeeDescr": {
          "type": "object"
        },
        "storeText": {
          "type": "object"
        },
        "storePriceText": {
          "type": "object"
        },
        "setupSKU": {
          "type": "integer"
        },
        "recurringSKU": {
          "type": "integer"
        },
        "overuseSKU": {
          "type": "integer"
        },
        "cancellationSKU": {
          "type": "integer"
        }
      }
    },
    "ExcelSubscriptionPeriod": {
      "type": "object",
      "properties": {
        "trial": {
          "type": "boolean"
        },
        "periodType": {
          "type": "SubscriptionPeriodType"
        },
        "refundType": {
          "type": "SubscriptionAfterRefundPeriod"
        },
        "active": {
          "type": "boolean"
        },
        "period": {
          "type": "integer"
        },
        "fullRefundPeriod": {
          "type": "integer"
        },
        "renewalFee": {
          "type": "number"
        },
        "recurringFee": {
          "type": "number"
        },
        "depositFee": {
          "type": "number"
        },
        "setupFee": {
          "type": "number"
        },
        "transferFee": {
          "type": "number"
        },
        "cancellationFeeType": {
          "type": "SubscriptionCancellationFeeType"
        },
        "cancellationFeeValue": {
          "type": "string"
        },
        "msrpSetupFee": {
          "type": "number"
        },
        "msrpRecurringFee": {
          "type": "number"
        },
        "msrpRenewalFee": {
          "type": "number"
        },
        "msrpTransferFee": {
          "type": "number"
        },
        "isAutoRenewPeriod": {
          "type": "boolean"
        },
        "cancelationPolicies": {
          "type": "array",
          "items": {
            "type": "ExcelCancelationPolicy"
          }
        },
        "downsizePolicies": {
          "type": "array",
          "items": {
            "type": "ExcelDownsizePolicy"
          }
        }
      }
    },
    "SubscriptionPeriodType": {
      "type": "object"
    },
    "SubscriptionAfterRefundPeriod": {
      "type": "object"
    },
    "SubscriptionCancellationFeeType": {
      "type": "object"
    },
    "ExcelCancelationPolicy": {
      "type": "object",
      "properties": {
        "action": {
          "type": "Action"
        },
        "actionPeriodTimezone": {
          "type": "ActionPeriodTimezone"
        },
        "applicableTo": {
          "type": "ApplicableTo"
        },
        "actionPeriod": {
          "type": "integer"
        }
      }
    },
    "Action": {
      "type": "object"
    },
    "ActionPeriodTimezone": {
      "type": "object"
    },
    "ApplicableTo": {
      "type": "object"
    },
    "ExcelDownsizePolicy": {
      "type": "object",
      "properties": {
        "action": {
          "type": "Action"
        },
        "actionPeriodTimezone": {
          "type": "ActionPeriodTimezone"
        },
        "applicableTo": {
          "type": "ApplicableTo"
        },
        "actionPeriod": {
          "type": "integer"
        }
      }
    },
    "SalesCategory": {
      "type": "object",
      "properties": {
        "expand": {
          "type": "boolean"
        },
        "inCCP": {
          "type": "boolean"
        }
      }
    },
    "RatingMode": {
      "type": "object"
    },
    "ExcelServicePlanUpgrade": {
      "type": "object",
      "properties": {
        "toServicePlanId": {
          "type": "integer"
        },
        "toServicePlanName": {
          "type": "string"
        },
        "remainCurrentSubscriptionStartDate": {
          "type": "boolean"
        }
      }
    },
    "ResellerGroup": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "MLString"
        }
      }
    },
    "MLString": {
      "type": "object",
      "properties": {
        "ar_AE": {
          "type": "string",
          "description": "Arabic, Standard - United Arab Emirates"
        },
        "bg_BG": {
          "type": "string",
          "description": "Bulgarian - Bulgaria"
        },
        "cs_CZ": {
          "type": "string",
          "description": "Czech - Czech Republic"
        },
        "da_DK": {
          "type": "string",
          "description": "Danish - Denmark"
        },
        "de_DE": {
          "type": "string",
          "description": "German - Germany"
        },
        "el_GR": {
          "type": "string",
          "description": "Greek - Greece"
        },
        "en_US": {
          "type": "string",
          "description": "English - United States"
        },
        "es_ES": {
          "type": "string",
          "description": "Spanish - Spain"
        },
        "fr_FR": {
          "type": "string",
          "description": "French - France"
        },
        "he_IL": {
          "type": "string",
          "description": "Hebrew - Israel"
        },
        "hr_HR": {
          "type": "string",
          "description": "Croatian - Croatia"
        },
        "hu_HU": {
          "type": "string",
          "description": "Hungarian - Hungary"
        },
        "id_ID": {
          "type": "string",
          "description": "Indonesian - Indonesia"
        },
        "it_IT": {
          "type": "string",
          "description": "Italian - Italy"
        },
        "ja_JP": {
          "type": "string",
          "description": "Japanese - Japan"
        },
        "ko_KR": {
          "type": "string",
          "description": "Korean - Korea"
        },
        "kz_KZ": {
          "type": "string",
          "description": "Kazakh - Kazakhstan"
        },
        "mk_MK": {
          "type": "string",
          "description": "Macedonian - Macedonia"
        },
        "nl_NL": {
          "type": "string",
          "description": "Dutch - The Netherlands"
        },
        "no_NO": {
          "type": "string",
          "description": "Norwegian - Norway"
        },
        "pl_PL": {
          "type": "string",
          "description": "Polish - Poland"
        },
        "pt_BR": {
          "type": "string",
          "description": "Portuguese - Brazil"
        },
        "pt_PT": {
          "type": "string",
          "description": "Portuguese - Portugal"
        },
        "ro_RO": {
          "type": "string",
          "description": "Romanian - Romania"
        },
        "ru_RU": {
          "type": "string",
          "description": "Russian - Russia"
        },
        "sv_SE": {
          "type": "string",
          "description": "Swedish - Sweden"
        },
        "th_TH": {
          "type": "string",
          "description": "Thai - Thailand"
        },
        "tr_TR": {
          "type": "string",
          "description": "Turkish - Turkey"
        },
        "zh_CN": {
          "type": "string",
          "description": "Chinese, Simplified - China"
        },
        "sl_SI": {
          "type": "string",
          "description": "Slovenian - Slovenia"
        },
        "sr_RS": {
          "type": "string",
          "description": "Serbian - Serbia"
        },
        "xx_XA": {
          "type": "string",
          "description": "Reserved 1"
        },
        "xx_XB": {
          "type": "string",
          "description": "Reserved 2"
        },
        "xx_XC": {
          "type": "string",
          "description": "Reserved 3"
        },
        "xx_XD": {
          "type": "string",
          "description": "Reserved 4"
        },
        "xx_XE": {
          "type": "string",
          "description": "Reserved 5"
        },
        "xx_XF": {
          "type": "string",
          "description": "Reserved 6"
        },
        "xx_XG": {
          "type": "string",
          "description": "Reserved 7"
        },
        "xx_XH": {
          "type": "string",
          "description": "Reserved 8"
        },
        "xx_XI": {
          "type": "string",
          "description": "Reserved 9"
        },
        "xx_XJ": {
          "type": "string",
          "description": "Reserved 10"
        }
      }
    },
    "ExcelSubscriptionNotificationTemplate": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "messageCategory": {
          "type": "MessageCategory"
        },
        "htmlText": {
          "type": "string"
        },
        "plainText": {
          "type": "string"
        },
        "subject": {
          "type": "string"
        },
        "toAddress": {
          "type": "string"
        },
        "toName": {
          "type": "string"
        },
        "bccAddress": {
          "type": "string"
        },
        "fromAddress": {
          "type": "string"
        },
        "fromName": {
          "type": "string"
        },
        "pdfAttachmentName": {
          "type": "string"
        },
        "active": {
          "type": "boolean"
        },
        "condition": {
          "type": "string"
        },
        "visibleToResellers": {
          "type": "boolean"
        },
        "secureBody": {
          "type": "boolean"
        }
      }
    },
    "MessageCategory": {
      "type": "object"
    },
    "ExcelResourceDependency": {
      "type": "object",
      "properties": {
        "childResourceName": {
          "type": "string"
        },
        "parentResourceName": {
          "type": "string"
        },
        "dependenceKind": {
          "type": "DependenceKind"
        },
        "childResourceId": {
          "type": "integer"
        },
        "parentResourceId": {
          "type": "integer"
        },
        "dependenceMultiplier": {
          "type": "integer"
        }
      }
    },
    "DependenceKind": {
      "type": "object"
    },
    "AppInfo": {
      "type": "object",
      "properties": {
        "appId": {
          "type": "string"
        },
        "appCustomIconUrl": {
          "type": "string"
        },
        "impersonationUid": {
          "type": "string"
        }
      }
    },
    "ConfigurationInfo": {
      "type": "object",
      "properties": {
        "owner": {
          "type": "Owner"
        },
        "serviceTemplateId": {
          "type": "integer"
        },
        "serviceTerms": {
          "type": "object"
        },
        "existingPdiPlans": {
          "type": "object"
        },
        "excelConfig": {
          "type": "ExcelConfig"
        },
        "appInfo": {
          "type": "AppInfo"
        }
      }
    },
    "ExcelConfigData": {
      "type": "object",
      "properties": {
        "data": {
          "type": "string",
          "title": "data"
        }
      }
    },
    "CamundaService": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "title": "Name"
        },
        "url": {
          "type": "string",
          "title": "Name"
        },
        "login": {
          "type": "string"
        }
      }
    },
    "ProcessInstanceDTO": {
      "type": "object",
      "properties": {
        "apsId": {
          "type": "string"
        },
        "processInstanceId": {
          "type": "string"
        },
        "businessKey": {
          "type": "string"
        },
        "accountUid": {
          "type": "string"
        },
        "productName": {
          "type": "string"
        },
        "accountName": {
          "type": "string"
        }
      }
    }
  }
}

The APS type is used to manage a collection of APS resources. To get a list of resources from that collection, use the following API call:

GET  /aps/2/collections/applications?<RQL-filter>

Custom Operations

OPERATION

VERB

PATH

RETURNS

Description

getMessage

GET

/getMessage

Reserved for future use

parseConfig

POST

/parseConfig

If successful, this method returns a ConfigurationInfo JSON object. That object must then be used in the applyConfig method to transform the current plan configuration of the product line into the target plan configuration.

Parse a Base64-encoded Excel file that contains a target plan configuration of a product line. The format of that Excel file is provided at https://docs.cloudblue.com/cbc/21.0/Product-Lifecycle-Management/File-Requirements.htm.

applyConfig

POST

/applyConfig

JAX-RS response

Apply a target plan configuration specified in a ConfigurationInfo JSON object. A ConfigurationInfo JSON object can obtained with the parseConfig method or prepared manually.

downloadConfig

GET

/downloadConfig

Reserved for future use

getCamundaServices

GET

/camundaServices

Reserved for future use

getProductLineByServiceTemplateId

GET

/productLine/{stId}

Reserved for future use

getProductLineByServicePlanApsId

GET

/productLineByServicePlan/{servicePlanApsId}

Reserved for future use

getProductLineByServiceTemplateApsId

GET

/productLineByServiceTemplate/{serviceTemplateApsId}

Reserved for future use

getOrCreateProductLineByAppId

GET

/productLineByAppId

getProcessInstances

GET

/processInstance/{apsEntityId}

Reserved for future use

completeProcessInstance

PUT

/processInstance/{apsEntityId}/complete

Reserved for future use

appsList

GET

/appsList

Reserved for future use

appDetails

GET

/appDetails/{appId}

Reserved for future use

appItems

GET

/appDetails/{appId}/items

Reserved for future use

importItems

POST

/appDetails/{appId}/import

Reserved for future use

upgradeItems

POST

/appDetails/{appId}/upgrade

Reserved for future use

processUsageChunks

POST

/processUsageChunks

Reserved for future use

syncMspcCatalog

POST

/syncMSPCCatalog

Reserved for future use

getProductInfo

GET

/productInfoByBssPlan/{planApsId}

Reserved for future use

getTierConfig

GET

/tierConfig/{billingPlanApsId}

Reserved for future use

getBusinessMetrics

GET

/business-metrics

Reserved for future use

createTierConfigRequest

POST

/tierConfigRequest

Reserved for future use

validateTierConfigRequest

POST

/validateTierConfigRequest

Reserved for future use

submitTierConfigRequest

POST

/submitTierConfigRequest

Reserved for future use

validate

POST

/validate

Reserved for future use

waitBssPlansSync

POST

/waitBssPlansSync

Reserved for future use

delegate

POST

/delegate

Reserved for future use

waitSync

POST

/waitSync

Reserved for future use

selfManage

POST

/selfManage

Reserved for future use

customize

POST

/customize

Reserved for future use

getCBTimezone

GET

/cbTimezone

Reserved for future use

getFulfillmentSystems

GET

/fulfillmentSystems

Reserved for future use

upgradeApplication

POST

/upgradeApplication

Reserved for future use

getMessage

HTTP Request

GET /aps/2/resources/{aps-id}/getMessage

Description

Reserved for future use

Returns

parseConfig

HTTP Request

POST /aps/2/resources/{aps-id}/parseConfig

Description

Parse a Base64-encoded Excel file that contains a target plan configuration of a product line. The format of that Excel file is provided at https://docs.cloudblue.com/cbc/21.0/Product-Lifecycle-Management/File-Requirements.htm.

Returns

If successful, this method returns a ConfigurationInfo JSON object. That object must then be used in the applyConfig method to transform the current plan configuration of the product line into the target plan configuration.

applyConfig

HTTP Request

POST /aps/2/resources/{aps-id}/applyConfig

Description

Apply a target plan configuration specified in a ConfigurationInfo JSON object. A ConfigurationInfo JSON object can obtained with the parseConfig method or prepared manually.

Returns

JAX-RS response

downloadConfig

HTTP Request

GET /aps/2/resources/{aps-id}/downloadConfig

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

appId

String

bssServiceTemplateId

String

Returns

getCamundaServices

HTTP Request

GET /aps/2/resources/{aps-id}/camundaServices

Description

Reserved for future use

Returns

getProductLineByServiceTemplateId

HTTP Request

GET /aps/2/resources/{aps-id}/productLine/{stId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

stId

String

Returns

getProductLineByServicePlanApsId

HTTP Request

GET /aps/2/resources/{aps-id}/productLineByServicePlan/{servicePlanApsId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

servicePlanApsId

String

Returns

getProductLineByServiceTemplateApsId

HTTP Request

GET /aps/2/resources/{aps-id}/productLineByServiceTemplate/{serviceTemplateApsId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

serviceTemplateApsId

String

Returns

getOrCreateProductLineByAppId

HTTP Request

GET /aps/2/resources/{aps-id}/productLineByAppId

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

subscriptionId

String

appId

String

connectProductName

String

Returns

getProcessInstances

HTTP Request

GET /aps/2/resources/{aps-id}/processInstance/{apsEntityId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

apsEntityId

String

Returns

completeProcessInstance

HTTP Request

PUT /aps/2/resources/{aps-id}/processInstance/{apsEntityId}/complete

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

apsEntityId

String

Returns

appsList

HTTP Request

GET /aps/2/resources/{aps-id}/appsList

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

name

String

limit

Integer

offset

Integer

fulfillmentSystem

String

Returns

appDetails

HTTP Request

GET /aps/2/resources/{aps-id}/appDetails/{appId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

appId

String

withItems

Boolean

fulfillmentSystem

String

Returns

appItems

HTTP Request

GET /aps/2/resources/{aps-id}/appDetails/{appId}/items

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

appId

String

fulfillmentSystem

String

Returns

importItems

HTTP Request

POST /aps/2/resources/{aps-id}/appDetails/{appId}/import

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

appId

String

Returns

upgradeItems

HTTP Request

POST /aps/2/resources/{aps-id}/appDetails/{appId}/upgrade

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

appId

String

Returns

processUsageChunks

HTTP Request

POST /aps/2/resources/{aps-id}/processUsageChunks

Description

Reserved for future use

Returns

syncMspcCatalog

HTTP Request

POST /aps/2/resources/{aps-id}/syncMSPCCatalog

Description

Reserved for future use

Returns

getProductInfo

HTTP Request

GET /aps/2/resources/{aps-id}/productInfoByBssPlan/{planApsId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

planApsId

String

Returns

getTierConfig

HTTP Request

GET /aps/2/resources/{aps-id}/tierConfig/{billingPlanApsId}

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

billingPlanApsId

String

Returns

getBusinessMetrics

HTTP Request

GET /aps/2/resources/{aps-id}/business-metrics

Description

Reserved for future use

Returns

createTierConfigRequest

HTTP Request

POST /aps/2/resources/{aps-id}/tierConfigRequest

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

bssPlanUuid

String

Returns

validateTierConfigRequest

HTTP Request

POST /aps/2/resources/{aps-id}/validateTierConfigRequest

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

bssPlanUuid

String

Returns

submitTierConfigRequest

HTTP Request

POST /aps/2/resources/{aps-id}/submitTierConfigRequest

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

bssPlanUuid

String

Returns

validate

HTTP Request

POST /aps/2/resources/{aps-id}/validate

Description

Reserved for future use

Returns

waitBssPlansSync

HTTP Request

POST /aps/2/resources/{aps-id}/waitBssPlansSync

Description

Reserved for future use

Returns

delegate

HTTP Request

POST /aps/2/resources/{aps-id}/delegate

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

memberId

Integer

Returns

waitSync

HTTP Request

POST /aps/2/resources/{aps-id}/waitSync

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

memberId

Integer

Returns

selfManage

HTTP Request

POST /aps/2/resources/{aps-id}/selfManage

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

memberId

Integer

Returns

customize

HTTP Request

POST /aps/2/resources/{aps-id}/customize

Description

Reserved for future use

Parameters

PARAMETER

TYPE

DESCRIPTION

memberId

Integer

Returns

getCBTimezone

HTTP Request

GET /aps/2/resources/{aps-id}/cbTimezone

Description

Reserved for future use

Returns

getFulfillmentSystems

HTTP Request

GET /aps/2/resources/{aps-id}/fulfillmentSystems

Description

Reserved for future use

Returns

upgradeApplication

HTTP Request

POST /aps/2/resources/{aps-id}/upgradeApplication

Description

Reserved for future use

Returns

Structures

Owner

A structure of this kind represents the account that a target plan configuration belongs to.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

accountId

Integer

Not Required

The CloudBlue Commerce identifier of the account

memberId

Integer

Not Required

Owner member Id

ExcelConfig

A structure of this kind represents an Excel configuration.
An Excel configuration contains the differences between the current plan configuration of a product line and a target plan configuration. Each difference is an item such as a resource, service template, service plan, a resource dependency, and so on that must be created or updated.
Differences are represented with Diff structures. This kind of structure is described in the Examples section below.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

resources

Array of ExcelResource

Not Required

The resource differences to be applied to the current plan configuration

serviceTemplates

Array of ExcelServiceTemplate

Not Required

The service template differences to be applied to the current plan configuration

servicePlans

Array of ExcelServicePlan

Not Required

The service plan differences to be applied to the current plan configuration

termsConditionsDetails

TermsConditions

Not Required

The Terms and Conditions items of the Excel configuration
Those items are specified as a JSON object that consists of key-value pairs. A key is the en_US name of an item, and the value is the item in the JSON format.

subscriptionNotificationTemplates

Array of ExcelSubscriptionNotificationTemplate

Not Required

The subscription notification templates of the Excel configuration.

resourceDependencies

Array of ExcelResourceDependency

Not Required

The resource dependency differences to be applied to the current plan configuration

opUnitResourceCategories

Array of ExcelOpUnitResourceCategory

Not Required

ExcelResource

A structure of this kind represents a resource in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

resourceType

ExcelResourceType

Not Required

The resource type of the resource

resourceCategory

ResourceCategory

Not Required

The resource category of the resource

uom

String

Not Required

The unit of measure (UOM) of the resource

measurable

Boolean

Not Required

Defines whether the resource is measurable.

ExcelResourceType

A structure of this kind represents a resource type in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

name

Object

Not Required

The multi-language name of the resource type
A multi-language name is a JSON object that consists of key-value pairs. A key is a language code, and the value is a name in the corresponding language.

resClass

String

Not Required

The name of the resource class of the resource type

actParams

Object

Not Required

The service_id and autoprovide_service activation parameters of the resource type, where service_id contains the identifier of the respective application service, and autoprovide_service defines whether auto-provisioning is enabled (1) or not (0).

description

Object

Not Required

The multi-language description of the resource type
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

ResourceCategory

A structure of this kind represents a resource category.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

taxCatId

String

Not Required

The CloudBlue Commerce identifier of the tax category that the resource category belongs to

ExcelServiceTemplate

A structure of this kind represents a service template in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

id

Integer

Not Required

The CloudBlue Commerce identifier of the service template

name

String

Not Required

The name of the service template

resources

Array of ResourceTypeLimit

Not Required

The resource type limits to be added to or updated in the service template
Those resource type limits are represented with Diff structures.

ownerAccount

Integer

Not Required

The CloudBlue Commerce identifier of the account that the service template belongs to

ResourceTypeLimit

A structure of this kind represents a resource type limit in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

rtID

Integer

Not Required

The CloudBlue Commerce identifier of the resource type

rtName

String

Not Required

The name of the resource type

resourceMapping

Array of ResourceTypeMapping

Not Required

The resource mappings of the resource type.

ResourceTypeMapping

A structure of this kind represents a resource type mapping.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

toRtId

Integer

Not Required

The CloudBlue Commerce identifier of the target resource type of the mapping

toRtName

String

Not Required

The name of the target resource type of the mapping

toServiceTemplateId

Integer

Not Required

The CloudBlue Commerce identifier of the target service template of the mappings

ExcelServicePlan

A structure of this kind represents a service plan in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

name

Object

Not Required

The multi-language name of the service plan
A multi-language name is a JSON object that consists of key-value pairs. A key is a language code, and the value is a name in the corresponding language.

newName

Object

Not Required

This name is used in plan renaming to update the current name to a new one. A multi-language name is a JSON object that consists of key-value pairs. A key is a language code, and the value is a name in the corresponding language.

planBillingPeriod

Integer

Not Required

The length of the billing period of the service plan

planBillingPeriodType

Period

Not Required

The billing period type of the service plan
The supported values are:
month - The Month type
year - The Year type
psd - The Periodically on Statement Day type

pricePeriodType

PricePeriodType

Not Required

The price period type of the service plan
The supported values are:
billing period - The Billing Period type
month - The Month type

autoRenewType

AutoRenewType

Not Required

The auto-renewal type of the service plan
The supported values are:
Disabled - The Disabled type
On Last Statement Day - The On Last Statement Day type
Before Expiration - The Before Expiration type

renewOrderInterval

Integer

Not Required

The renewal order interval of the service plan

vendorTimezone

String

Not Required

The vendor time zone of the service plan. For example: UTC, UTC+3, UTC+0530, etc

billingModel

BillingModel

Not Required

The billing model of the service plan
The supported values are:
charge before billing period - The Charge Before Billing Period model
charge after billing period - The Charge After Billing Period model
charge before subscription period - The Charge Before Subscription Period model
use external rating - The Use External Rating model

serviceTemplateId

Integer

Not Required

The CloudBlue Commerce identifier of the service template of the service plan

serviceTemplateName

String

Not Required

The name of the service template of the service plan

description

Object

Not Required

The multi-language description of the service plan
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

resources

Array of ExcelResourceRate

Not Required

The resource rates to be added to or updated in the service plan
Those resource rates are represented with Diff structures.

subscriptionPeriods

Array of ExcelSubscriptionPeriod

Not Required

The subscription periods to be added to or updated in the service plan
Those subscription periods are represented with Diff structures.

planCategory

String

Not Required

The plan category of the service plan

salesCategories

Array of SalesCategory

Not Required

The sales categories to be added to or updated in the service plan
Those sales categories are represented with Diff structures.

serviceTerms

String

Not Required

The Service Terms item of the service plan

welcomeNotificationTemplate

String

Not Required

The welcome notification template of the service plan

expirationNotificationTemplate

String

Not Required

The expiration notification template of the service plan

notificationScheduleId

Integer

Not Required

The CloudBlue Commerce identifier of the notification schedule of the service plan

termsConditions

Array of String

Not Required

The Terms and Conditions items to be added to or updated in the service plan

vendorId

Integer

Not Required

The CloudBlue Commerce identifier of the account that the service plan belongs to

vendorName

String

Not Required

The name of the account that the service plan belongs to

isAvailableForSale

Boolean

Not Required

Defines whether the service plan is available for sale.

cloneFrom

Integer

Not Required

The CloudBlue commerce identifier of the service plan that the service plan was cloned from

delegatedServicePlans

Array of ExcelServicePlan

Not Required

The service plans to be added to or updated in the delegated service plan list of the service plan
Those service plans are represented with Diff structures.

isEnableVolumePricingModel

Boolean

Not Required

Defines whether the volume pricing model is enabled for the service plan.

ratingMode

RatingMode

Not Required

The rating engine integration mode of the service plan
The supported values are:
Costs only - Costs Only mode
Revenue only - Revenue Only mode
Revenue and Costs - Revenue and Costs mode

alignWithStatementDay

Boolean

Not Required

Defines whether to align billing orders with the statement day.

isSalesOrderProrated

Boolean

Not Required

Defines whether to align sales orders with the statement day.

isFirstPeriodForFree

Boolean

Not Required

Defines whether the first billing period is free.

customStatementDay

Integer

Not Required

A custom statement day

upgrades

Array of ExcelServicePlanUpgrade

Not Required

The upgrade paths to be added to or updated in the service plan
Those upgrade paths are represented with Diff structures.

isPublished

Boolean

Not Required

Defines whether the service plan is published.

resellerGroups

Array of ResellerGroup

Not Required

The reseller groups of the service plan

Period

month - The Month type
year - The Year type
psd - The Periodically on Statement Day type

PricePeriodType

billing period - The Billing Period type
month - The Month type

AutoRenewType

Disabled - The Disabled type
On Last Statement Day - The On Last Statement Day type
Before Expiration - The Before Expiration type

BillingModel

charge before billing period - The Charge Before Billing Period (BBP) billing model
charge after billing period - The Charge After Billing Period (ABP) billing model
charge before subscription period - The Charge Before Subscription Period (BSP) billing model
use external rating - The Use External Rating billing model

ExcelResourceRate

A structure of this kind represents a resource rate in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

name

Object

Not Required

The multi-language name of the resource rate
A multi-language name is a JSON object that consists of key-value pairs. A key is a language code, and the value is a name in the corresponding language.

description

Object

Not Required

The multi-language description of the resource rate
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

composite

Boolean

Not Required

Defines whether the resource rate is composite.

createPlanRatePeriods

Boolean

Not Required

Defines whether to create resource rate periods.

unitOfMeasure

String

Not Required

The unit of measure (UOM) of the resource of the resource rate

inCP

Boolean

Not Required

Defines whether to display the resource rate in the customer control panel.

published

Boolean

Not Required

Defines whether the resource rate is published.

setupFee

Number

Not Required

The setup fee of the resource rate

overFee

Number

Not Required

The overuse fee of the resource rate

rtID

Integer

Not Required

The CloudBlue Commerce identifier of the resource type of the resource rate

resourceType

ExcelResourceType

Not Required

The resource type of the resource rate

billingResourceID

Integer

Not Required

The CloudBlue Commerce identifier of the resource of the resource rate

externalBillingResourceID

Integer

Not Required

The external billing identifier of the resource of the resource rate

max

Number

Not Required

The maximum amount of the resource of the resource rate

min

Number

Not Required

The minimum amount of the resource of the resource rate

measurable

Boolean

Not Required

Defines whether the resource of the resource rate is measurable.

rFeePerUnit

Boolean

Not Required

Defines whether to charge the recurring fee per unit.

rFeeShowZeroPrice

Boolean

Not Required

Defines whether to display the recurring fee if it is zero.

sFeePerUnit

Boolean

Not Required

Defines whether to charge the setup fee per unit.

sFeeShowZeroPrice

Boolean

Not Required

Defines whether to display the setup fee if it is zero.

oFeeShowZeroPrice

Boolean

Not Required

Defines whether to display the overuse fee if it is zero.

instore

Boolean

Not Required

Defines whether the resource rate is available in the marketplace.

recFee

Number

Not Required

The recurring fee of the resource rate

resourceCategory

ResourceCategory

Not Required

The resource category of the resource of the resource rate

periods

Array of ExcelResourceRatePeriod

Not Required

The resource rate periods of the resource rate

msrpSetupFee

Number

Not Required

The MSRP setup fee of the resource rate

msrpRecurringFee

Number

Not Required

The MSRP recurring fee of the resource rate

msrpOveruseFee

Number

Not Required

The MSRP overuse fee of the resource rate

ExcelResourceRatePeriod

A structure of this kind represents a resource rate period in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

billingResourceID

Integer

Not Required

The CloudBlue Commerce identifier of the resource of the resource rate period

periodType

Integer

Not Required

The period type of the resource rate period
The supported values are:
2 - The Month type
3 - The Year type

period

Integer

Not Required

The length of the resource rate period

setupFee

Number

Not Required

The setup fee of the resource rate period

overFee

Number

Not Required

The overuse fee of the resource rate period

recFee

Number

Not Required

The recurring fee of the resource rate period

msrpSetupFee

Number

Not Required

The MSRP setup fee of the resource rate period

msrpRecurringFee

Number

Not Required

The MSRP recurring fee of the resource rate period

msrpOveruseFee

Number

Not Required

The MSRP overuse fee of the resource rate period

setupFeeDescr

Object

Not Required

The multi-language description of the setup fee of the resource rate period
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

recFeeDescr

Object

Not Required

The multi-language description of the recurring fee of the resource rate period
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

overFeeDescr

Object

Not Required

The multi-language description of the overuse fee of the resource rate period
A multi-language description is a JSON object that consists of key-value pairs. A key is a language code, and the value is a description in the corresponding language.

storeText

Object

Not Required

The multi-language text of the resource rate period for the marketplace
A multi-language text is a JSON object that consists of key-value pairs. A key is a language code, and the value is a text in the corresponding language.

storePriceText

Object

Not Required

The multi-language price text of the resource rate period for the marketplace
A multi-language price text is a JSON object that consists of key-value pairs. A key is a language code, and the value is a price text in the corresponding language.

setupSKU

Integer

Not Required

The setup SKU of the resource rate period

recurringSKU

Integer

Not Required

The recurring SKU of the resource rate period

overuseSKU

Integer

Not Required

The overuse SKU of the resource rate period

cancellationSKU

Integer

Not Required

The cancellation SKU of the resource rate period

ExcelSubscriptionPeriod

A structure of this kind represents a subscription period in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

trial

Boolean

Not Required

Defines whether the subscription period is trial.

periodType

SubscriptionPeriodType

Not Required

The period type of the subscription period
The supported values are:
month - The Month type
year - The Year type

refundType

SubscriptionAfterRefundPeriod

Not Required

The refund type of the subscription period
The supported values are:
no_refund - The No Refund type
refund_prorated_recurring_fee - The Refund Prorated Recurring Fee type

active

Boolean

Not Required

The status of the subscription period

period

Integer

Not Required

The length of the subscription period

fullRefundPeriod

Integer

Not Required

The full refund period of the subscription period

renewalFee

Number

Not Required

The renewal fee of the subscription period

recurringFee

Number

Not Required

The recurring fee of the subscription period

depositFee

Number

Not Required

The deposit fee of the subscription period

setupFee

Number

Not Required

The setup fee of the subscription period

transferFee

Number

Not Required

The transfer fee of the subscription period

cancellationFeeType

SubscriptionCancellationFeeType

Not Required

The cancellation fee type of the subscription period
The supported values are:
none - The None type
until_expiration - The Until Expiration type
custom - The Custom type

cancellationFeeValue

String

Not Required

The cancellation fee value of the subscription period

msrpSetupFee

Number

Not Required

The MSRP setup fee of the subscription period

msrpRecurringFee

Number

Not Required

The MSRP recurring fee of the subscription period

msrpRenewalFee

Number

Not Required

The MSRP renewal fee of the subscription period

msrpTransferFee

Number

Not Required

The MSRP transfer fee of the subscription period

isAutoRenewPeriod

Boolean

Not Required

Defines whether the subscription period is an auto-renewal period.

cancelationPolicies

Array of ExcelCancelationPolicy

Not Required

The cancellation policies of the subscription period

downsizePolicies

Array of ExcelDownsizePolicy

Not Required

The downsize policies of the subscription period

SubscriptionPeriodType

Period:
month - Month
year - Year

SubscriptionAfterRefundPeriod

SubscriptionAfterRefundPeriod
no_refund - no refund
refund_prorated_recurring_fee - refund prorated recurring fee

SubscriptionCancellationFeeType

Subscription Cancellation Fee Type
none - none until_expiration - until expiration custom - custom

ExcelCancelationPolicy

A structure of this kind represents a cancellation policy in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

action

Action

Not Required

The action of the policy
The supported values are:
FULL_REFUND - The Full Refund action
PRORATED_REFUND - The Prorated Refund action
NO_REFUND - The No Refund action
PROHIBITED - The Prohibited action
PENALTY - The Cancellation Penalty action

actionPeriodTimezone

ActionPeriodTimezone

Not Required

The time zone of the action period of the policy
The supported values are:
CUSTOMER - A customer time zone is used.
FROM_PLAN - A service plan time zone is used.

applicableTo

ApplicableTo

Not Required

The subscription periods that the policy is applicable to
The supported values are:
FIRST_SUBSCRIPTION_PERIOD - The policy is applied after a sales order.
NEXT_SUBSCRIPTION_PERIODS - The policy is applied after a renewal order.
ALL_SUBSCRIPTION_PERIODS - The policy is applied in the same way to all periods.

actionPeriod

Integer

Not Required

The action period of the policy

Action

Policy action
FULL_REFUND - Full Refund
PRORATED_REFUND - Prorated Refund
NO_REFUND - No Refund
PROHIBITED - Prohibited
PENALTY - Cancellation Penalty

ActionPeriodTimezone

Action period timezone
CUSTOMER - customer
FROM_PLAN - From Plan

ApplicableTo

Applicable to
FIRST_SUBSCRIPTION_PERIOD - First Subscription Period
NEXT_SUBSCRIPTION_PERIODS - Next Subscription Periods
ALL_SUBSCRIPTION_PERIODS - All Subscription Periods

ExcelDownsizePolicy

A structure of this kind represents a downsize policy in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

action

Action

Not Required

The action of the policy
The supported values are:
FULL_REFUND - The Full Refund action
PRORATED_REFUND - The Prorated Refund action
NO_REFUND - The No Refund action
PROHIBITED - The Prohibited action
PENALTY - The Cancellation Penalty action

actionPeriodTimezone

ActionPeriodTimezone

Not Required

The time zone of the action period of the policy
The supported values are:
CUSTOMER - A customer time zone is used.
FROM_PLAN - A service plan time zone is used.

applicableTo

ApplicableTo

Not Required

The subscription periods that the policy is applicable to
The supported values are:
FIRST_SUBSCRIPTION_PERIOD - The policy is applied after a sales order.
NEXT_SUBSCRIPTION_PERIODS - The policy is applied after a renewal order.
ALL_SUBSCRIPTION_PERIODS - The policy is applied in the same way to all periods.

actionPeriod

Integer

Not Required

The action period of the policy

SalesCategory

A structure of this kind represents a sales category.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

expand

Boolean

Not Required

Defines whether to expand the sales category in the marketplace and the customer control panel.

inCCP

Boolean

Not Required

Defines whether to show the sales category in the customer control panel.

RatingMode

Rating mode
Costs only - Costs only
Revenue only - Revenue only
Revenue and Costs - Revenue and Costs

ExcelServicePlanUpgrade

An APS structure of this kind represents a service plan upgrade path in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

toServicePlanId

Integer

Not Required

The CloudBlue Commerce identifier of the target service plan of the upgrade path

toServicePlanName

String

Not Required

The name of the target service plan of the upgrade path

remainCurrentSubscriptionStartDate

Boolean

Not Required

Defines whether to keep the subscription period start dates of upgraded subscriptions.

ResellerGroup

A structure of this kind represents a group of resellers that is based on a reseller service template.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

id

Integer

Not Required

The CloudBlue Commerce identifier of the reseller service template that the reseller group is based on.

name

MLString

Not Required

The name of the reseller service template
The type of this parameter is MLString.

MLString

A structure of this kind represents a multi-language string.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

ar_AE

String

Not Required

The value of the string for Arabic, Standard - United Arab Emirates

bg_BG

String

Not Required

The value of the string for Bulgarian - Bulgaria

cs_CZ

String

Not Required

The value of the string for Czech - Czech Republic

da_DK

String

Not Required

The value of the string for Danish - Denmark

de_DE

String

Not Required

The value of the string for German - Germany

el_GR

String

Not Required

The value of the string for Greek - Greece

en_US

String

Not Required

The value of the string for English - United States

es_ES

String

Not Required

The value of the string for Spanish - Spain

fr_FR

String

Not Required

The value of the string for French - France

he_IL

String

Not Required

The value of the string for Hebrew - Israel

hr_HR

String

Not Required

The value of the string for Croatian - Croatia

hu_HU

String

Not Required

The value of the string for Hungarian - Hungary

id_ID

String

Not Required

The value of the string for Indonesian - Indonesia

it_IT

String

Not Required

The value of the string for Italian - Italy

ja_JP

String

Not Required

The value of the string for Japanese - Japan

ko_KR

String

Not Required

The value of the string for Korean - Korea

kz_KZ

String

Not Required

The value of the string for Kazakh - Kazakhstan

mk_MK

String

Not Required

The value of the string for Macedonian - Macedonia

nl_NL

String

Not Required

The value of the string for Dutch - The Netherlands

no_NO

String

Not Required

The value of the string for Norwegian - Norway

pl_PL

String

Not Required

The value of the string for Polish - Poland

pt_BR

String

Not Required

The value of the string for Portuguese - Brazil

pt_PT

String

Not Required

The value of the string for Portuguese - Portugal

ro_RO

String

Not Required

The value of the string for Romanian - Romania

ru_RU

String

Not Required

The value of the string for Russian - Russia

sv_SE

String

Not Required

The value of the string for Swedish - Sweden

th_TH

String

Not Required

The value of the string for Thai - Thailand

tr_TR

String

Not Required

The value of the string for Turkish - Turkey

zh_CN

String

Not Required

The value of the string for Chinese, Simplified - China

sl_SI

String

Not Required

The value of the string for Slovenian - Slovenia

sr_RS

String

Not Required

The value of the string for Serbian - Serbia

xx_XA

String

Not Required

Reserved for future use

xx_XB

String

Not Required

Reserved for future use

xx_XC

String

Not Required

Reserved for future use

xx_XD

String

Not Required

Reserved for future use

xx_XE

String

Not Required

Reserved for future use

xx_XF

String

Not Required

Reserved for future use

xx_XG

String

Not Required

Reserved for future use

xx_XH

String

Not Required

Reserved for future use

xx_XI

String

Not Required

Reserved for future use

xx_XJ

String

Not Required

Reserved for future use

ExcelSubscriptionNotificationTemplate

A structure of this kind represents a subscription notification template in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

name

String

Not Required

The name of the template

locale

String

Not Required

The locale of the template

messageCategory

MessageCategory

Not Required

The message category of the template
The supported values are:
RENEWAL_AND_EXPIRATION_NOTICES - The Renewal and Expiration Notices category

htmlText

String

Not Required

The HTML text of the template

plainText

String

Not Required

The plain text of the template

subject

String

Not Required

The subject of the template

toAddress

String

Not Required

The recipients of the template

toName

String

Not Required

The recipient names of the template

bccAddress

String

Not Required

The BCC recipients of the template

fromAddress

String

Not Required

The address of the sender of the template

fromName

String

Not Required

The name of the sender of the template

pdfAttachmentName

String

Not Required

The name of a PDF attachment of the template

active

Boolean

Not Required

Defines whether the template is active.

condition

String

Not Required

The condition of the template

visibleToResellers

Boolean

Not Required

Defines whether the template is visible to resellers.

secureBody

Boolean

Not Required

Defines whether to secure the body of the template.

MessageCategory

Message category
RENEWAL_AND_EXPIRATION_NOTICES - Renewal and Expiration Notices

ExcelResourceDependency

A structure of this kind represents a resource dependency in an Excel configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

childResourceName

String

Not Required

The name of the child resource

parentResourceName

String

Not Required

The name of the parent resource

dependenceKind

DependenceKind

Not Required

The kind of resource dependency
The supported values are:
REQUIRES - The Requires kind
CONFLICTS_ON_ACCOUNT_LEVEL - The Conflicts on Account Level kind
CONFLICTS_ON_SUBSCRIPTION_LEVEL - The Conflicts on Subscription Level kind

childResourceId

Integer

Not Required

The CloudBlue Commerce identifier of the child resource

parentResourceId

Integer

Not Required

The CloudBlue Commerce identifier of the parent resource

dependenceMultiplier

Integer

Not Required

The dependency multiplier

DependenceKind

Dependence kind
REQUIRES - Requires
CONFLICTS_ON_ACCOUNT_LEVEL - Conflicts on Account Level
CONFLICTS_ON_SUBSCRIPTION_LEVEL - Conflicts on Subscription Level

AppInfo

This is an auxiliary structure. It is used in a target plan configuration and contains information on any of the products of that target plan configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

appId

String

Not Required

The identifier of the external application of the product

appCustomIconUrl

String

Not Required

The custom icon URL of the product

impersonationUid

String

Not Required

The APS identifier of the product

ConfigurationInfo

A structure of this kind represents a target plan configuration of a product line. It contains the current plan configuration of the product line and the differences to be applied to obtain that target plan configuration.

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

owner

Owner

Not Required

The account that the target plan configuration belongs to

serviceTemplateId

Integer

Not Required

The CloudBlue Commerce identifier of the service template of the product line

serviceTerms

Object

Not Required

The Service Terms item of the product line
The item is specified as a JSON object that consists of a key-value pair. The key is the en_US name of the item, and the value is the item in the JSON format.

existingPdiPlans

Object

Not Required

The existing plans of the product line
The existing plans are represented as a JSON object that consists of key-value pair. A key is the en_US name of a plan, and the value is the APS resource of the plan.

excelConfig

ExcelConfig

Not Required

The Excel configuration of the target plan configuration. It contains the differences to be applied to the current plan configuration to obtain the target plan configuration. Those differences are obtained based on the current plan configuration and an Excel file that contains the target plan configuration in a special format.

appInfo

AppInfo

Not Required

The application information of the target plan configuration

ExcelConfigData

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

data

String

Not Required

CamundaService

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

name

String

Not Required

url

String

Not Required

login

String

Not Required

ProcessInstanceDTO

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

apsId

String

Not Required

processInstanceId

String

Not Required

businessKey

String

Not Required

accountUid

String

Not Required

productName

String

Not Required

accountName

String

Not Required

Examples

The Diff Structure

A Diff structure is an auxiliary structure that contains an item such as a resource, service template, service plan, a resource dependency, and so on that must be created or updated in the current plan configuration of a product line. The value property of a Diff structure contains an item to be created or updated. The other fields of a Diff structure define which action must be performed in the current plan configuration.

This Diff structure is used to update an existing item:

{
  "value": {
  ...
  },
  "action": "EDIT",
  "edit": true,
  "add": false
}

This Diff structure is used to create an item:

{
  "value": {
  ...
  },
  "action": "ADD",
  "edit": false,
  "add": true
}

Updating the Plan Configuration of a Product Line

You can update the current plan configuration of a product line by using any of the following approaches:

  • Approach 1

    1. Prepare an Excel file with the target plan configuration. When preparing that Excel file, you must use the format provided at https://docs.cloudblue.com/cbc/21.0/Product-Lifecycle-Management/File-Requirements.htm.

    2. Call the parseConfig custom operation of the PLM component’s APS application and pass that Excel file in the Base64 format. As a result, you receive a ConfigurationInfo JSON object.

    3. Call the applyConfig custom operation of the PLM component’s APS application and pass that ConfigurationInfo JSON object. As a result, the current plan configuration is transformed into the target plan configuration.

  • Approach 2

    1. Prepare a ConfigurationInfo JSON object with the target plan configuration.

    2. Call the applyConfig custom operation of the PLM component’s APS application and pass that ConfigurationInfo JSON object. As a result, the current plan configuration is transformed into the target plan configuration.

Here is an example of the first approach:

  1. Prepare an Excel file with the target plan configuration. When preparing that Excel file, use the format provided at https://docs.cloudblue.com/cbc/21.0/Product-Lifecycle-Management/File-Requirements.htm.

    Note

    In the example, this file is used as an Excel file with a target plan configuration.

  2. Call the parseConfig custom operation of the PLM component’s APS application and pass that Excel file in the Base64 format. To do that, make a request like this:

    POST /aps/2/resources/ca9685cb-d067-441b-b14d-146325aa2e53/parseConfig
    
    {
        "excelConfig": "UEs...AAA="
    }
    

    Note

    To prepare a value for the excelConfig property, you can use the base64 -w 0 YOUR_EXCEL_FILE command.

    As a result, you will receive a response like this:

    HTTP/1.1 200 OK
    
    {
        "owner": {
            "accountId": 1,
            "memberId": 1
        },
        "serviceTemplateId": 9,
        "serviceTerms": {
            "0/0 Service Terms": {
                "bssId": 6,
                "serviceTermsName": "0/0 Service Terms",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 0
            },
            "Default": {
                "bssId": 0,
                "serviceTermsName": "Default",
                "holdPeriodInDays": 30,
                "gracePeriodInDays": 10
            },
            "Domain Service Terms": {
                "bssId": 3,
                "serviceTermsName": "Domain Service Terms",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 30
            },
            "Hosting Service Terms": {
                "bssId": 2,
                "serviceTermsName": "Hosting Service Terms",
                "holdPeriodInDays": 30,
                "gracePeriodInDays": 10
            },
            "In-House Products for Resellers": {
                "bssId": 4,
                "serviceTermsName": "In-House Products for Resellers",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 0
            }
        },
        "existingPdiPlans": {
            "teamleader eu (monthly plan)": {
                "aps": {
                    "id": "01431d51-b012-4558-91b1-468f7326531d",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431014000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Monatsplan)",
                    "en_US": "Teamleader EU (Monthly Plan)",
                    "es_ES": "Teamleader EU (Monthly Plan)",
                    "fr_FR": "Teamleader EU (Monthly Plan)",
                    "it_IT": "Teamleader EU (Monthly Plan)",
                    "nl_NL": "Teamleader EU (Monthly Plan)",
                    "pt_BR": "Teamleader EU (Monthly Plan)",
                    "pt_PT": "Teamleader EU (Monthly Plan)",
                    "tr_TR": "Teamleader EU (Monthly Plan)"
                },
                "description": {
                    "de_DE": "Der monatliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The monthly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 12,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 3,
                "billingPeriodType": "psd",
                "pricePeriodType": "billing period",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "Before Expiration",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 16,
                        "period": 6,
                        "periodType": "month",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "10",
                        "afterRefundPeriod": "refund_prorated_recurring_fee",
                        "fullRefundPeriod": 1,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": false
                    },
                    {
                        "bssId": 17,
                        "period": 12,
                        "periodType": "month",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 3,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": false,
                        "trial": false
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    },
                    {
                        "id": null,
                        "bssId": 6,
                        "name": "Common",
                        "value": "Common",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    },
                    {
                        "id": null,
                        "bssId": 4,
                        "name": "Provider pre-existing TC",
                        "value": "kp8CVlZAOc",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "Always, on every purchase"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome e-mail - Business Class Mail"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome e-mail - Business Class Mail"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": true,
                "isFirstPeriodForFree": true,
                "customStatementDay": 2,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": true,
                "ratingMode": "Revenue only",
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": true,
                "firstPeriodForFree": true,
                "published": true,
                "isPublished": true
            },
            "teamleader eu (yearly plan 2)": {
                "aps": {
                    "id": "7f80c0a3-301e-4b1d-9dd2-09af4719f456",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431015000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Jahresplan)",
                    "en_US": "Teamleader EU (Yearly Plan 2)",
                    "es_ES": "Teamleader EU (Yearly Plan 2)",
                    "fr_FR": "Teamleader EU (Yearly Plan 2)",
                    "it_IT": "Teamleader EU (Yearly Plan 2)",
                    "nl_NL": "Teamleader EU (Yearly Plan 2)",
                    "pt_BR": "Teamleader EU (Yearly Plan 2)",
                    "pt_PT": "Teamleader EU (Yearly Plan 2)",
                    "tr_TR": "Teamleader EU (Yearly Plan 2)"
                },
                "description": {
                    "de_DE": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The yearly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 14,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 12,
                "billingPeriodType": "psd",
                "pricePeriodType": "month",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "On Last Statement Day",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 19,
                        "period": 5,
                        "periodType": "year",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 4,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": false
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": false,
                "isFirstPeriodForFree": false,
                "customStatementDay": 1,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": false,
                "ratingMode": null,
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": false,
                "firstPeriodForFree": false,
                "published": true,
                "isPublished": true
            },
            "teamleader eu (yearly plan)": {
                "aps": {
                    "id": "6b52c392-82e4-44f4-b0b8-4abb7ca0b082",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431015000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Jahresplan)",
                    "en_US": "Teamleader EU (Yearly Plan)",
                    "es_ES": "Teamleader EU (Yearly Plan)",
                    "fr_FR": "Teamleader EU (Yearly Plan)",
                    "it_IT": "Teamleader EU (Yearly Plan)",
                    "nl_NL": "Teamleader EU (Yearly Plan)",
                    "pt_BR": "Teamleader EU (Yearly Plan)",
                    "pt_PT": "Teamleader EU (Yearly Plan)",
                    "tr_TR": "Teamleader EU (Yearly Plan)"
                },
                "description": {
                    "de_DE": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The yearly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 13,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 12,
                "billingPeriodType": "psd",
                "pricePeriodType": "month",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "On Last Statement Day",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 18,
                        "period": 4,
                        "periodType": "year",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 2,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": true
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": false,
                "isFirstPeriodForFree": false,
                "customStatementDay": 1,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": false,
                "ratingMode": null,
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": false,
                "firstPeriodForFree": false,
                "published": true,
                "isPublished": true
            }
        },
        "excelConfig": {
            "resources": [
                {
                    "value": {
                        "resourceType": {
                            "name": {
                                "en": "Teamleader EU: Teamleader - monthly billing"
                            },
                            "resClass": null,
                            "actParams": null,
                            "description": {}
                        },
                        "resourceCategory": {
                            "id": 1,
                            "name": {
                                "de": "",
                                "pt": "",
                                "en": "Additional Resources",
                                "it": "",
                                "fr": "",
                                "es": "",
                                "nl": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "pt": "",
                                "en": "Additional Resources",
                                "it": "",
                                "fr": "Additional Resources",
                                "nl": "",
                                "tr": "",
                                "es": ""
                            },
                            "parent": null,
                            "taxCatId": "All products"
                        },
                        "uom": "unit",
                        "measurable": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "resourceType": {
                            "name": {
                                "en": "Teamleader EU: Teamleader - yearly billing"
                            },
                            "resClass": null,
                            "actParams": null,
                            "description": {}
                        },
                        "resourceCategory": {
                            "id": 11,
                            "name": {
                                "de": "",
                                "pt": "",
                                "en": "Other Resources",
                                "it": "",
                                "fr": "",
                                "es": "",
                                "nl": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "pt": "",
                                "en": "Other Resources",
                                "it": "",
                                "fr": "Other Resources",
                                "nl": "",
                                "tr": "",
                                "es": ""
                            },
                            "parent": {
                                "id": 5,
                                "name": {
                                    "en": "Other Products"
                                },
                                "description": null,
                                "parent": null,
                                "taxCatId": null
                            },
                            "taxCatId": "All products"
                        },
                        "uom": "unit",
                        "measurable": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ],
            "serviceTemplates": [],
            "servicePlans": [
                {
                    "value": {
                        "name": {
                            "de": "Teamleader EU (Monatsplan)",
                            "pt": "Teamleader EU (Monthly Plan)",
                            "en": "Teamleader EU (Monthly Plan)",
                            "it": "Teamleader EU (Monthly Plan)",
                            "fr": "Teamleader EU (Monthly Plan)",
                            "tr": "Teamleader EU (Monthly Plan)",
                            "nl": "Teamleader EU (Monthly Plan)",
                            "es": "Teamleader EU (Monthly Plan)"
                        },
                        "planBillingPeriod": null,
                        "planBillingPeriodType": null,
                        "pricePeriodType": "billing period",
                        "autoRenewType": null,
                        "renewOrderInterval": null,
                        "vendorTimezone": null,
                        "billingModel": null,
                        "serviceTemplateId": null,
                        "serviceTemplateName": null,
                        "description": {
                            "de": "Der monatliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "en": "Testing renamed description",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo."
                        },
                        "resources": [],
                        "subscriptionPeriods": [
                            {
                                "value": {
                                    "trial": false,
                                    "periodType": "month",
                                    "refundType": "refund_prorated_recurring_fee",
                                    "period": 6,
                                    "fullRefundPeriod": 1,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "10",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": true,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            },
                            {
                                "value": {
                                    "trial": false,
                                    "periodType": "month",
                                    "refundType": "no_refund",
                                    "period": 12,
                                    "fullRefundPeriod": 3,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": false,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            },
                            {
                                "value": {
                                    "trial": true,
                                    "periodType": "month",
                                    "refundType": "refund_prorated_recurring_fee",
                                    "period": 9,
                                    "fullRefundPeriod": 6,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "10",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": false,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "planCategory": null,
                        "salesCategories": [],
                        "serviceTerms": "Default",
                        "welcomeNotificationTemplate": "Welcome Email - Wedge Networks2",
                        "expirationNotificationTemplate": "Subscription has Expired - Wedge Networks2",
                        "notificationScheduleId": null,
                        "termsConditions": [],
                        "vendorId": 1,
                        "vendorName": null,
                        "isAvailableForSale": null,
                        "cloneFrom": null,
                        "delegatedServicePlans": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU (Monthly Plan)"
                                    },
                                    "planBillingPeriod": null,
                                    "planBillingPeriodType": null,
                                    "pricePeriodType": null,
                                    "autoRenewType": null,
                                    "renewOrderInterval": null,
                                    "vendorTimezone": null,
                                    "billingModel": null,
                                    "serviceTemplateId": null,
                                    "serviceTemplateName": null,
                                    "description": null,
                                    "resources": [],
                                    "subscriptionPeriods": [],
                                    "planCategory": null,
                                    "salesCategories": [],
                                    "serviceTerms": null,
                                    "welcomeNotificationTemplate": null,
                                    "expirationNotificationTemplate": null,
                                    "notificationScheduleId": null,
                                    "termsConditions": [],
                                    "vendorId": 1000002,
                                    "vendorName": "MICHAEL Legros, Crona",
                                    "isAvailableForSale": null,
                                    "cloneFrom": null,
                                    "delegatedServicePlans": [],
                                    "isEnableVolumePricingModel": null,
                                    "ratingMode": null,
                                    "alignWithStatementDay": null,
                                    "isSalesOrderProrated": null,
                                    "isFirstPeriodForFree": null,
                                    "customStatementDay": null,
                                    "upgrades": [],
                                    "isPublished": null,
                                    "resellerGroups": [],
                                    "enName": "Teamleader EU (Monthly Plan)"
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isEnableVolumePricingModel": true,
                        "ratingMode": null,
                        "alignWithStatementDay": null,
                        "isSalesOrderProrated": null,
                        "isFirstPeriodForFree": null,
                        "customStatementDay": null,
                        "upgrades": [
                            {
                                "value": {
                                    "toServicePlanId": null,
                                    "toServicePlanName": "Teamleader EU (Yearly Plan)",
                                    "remainCurrentSubscriptionStartDate": true
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "isPublished": null,
                        "resellerGroups": [],
                        "enName": "Teamleader EU (Monthly Plan)"
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "name": {
                            "de": "Teamleader EU (Jahresplan)",
                            "pt": "Teamleader EU (Yearly Plan)",
                            "en": "Teamleader EU (Yearly Plan)",
                            "it": "Teamleader EU (Yearly Plan)",
                            "fr": "Teamleader EU (Yearly Plan)",
                            "tr": "Teamleader EU (Yearly Plan)",
                            "nl": "Teamleader EU (Yearly Plan)",
                            "es": "Teamleader EU (Yearly Plan)"
                        },
                        "planBillingPeriod": null,
                        "planBillingPeriodType": null,
                        "pricePeriodType": "month",
                        "autoRenewType": null,
                        "renewOrderInterval": null,
                        "vendorTimezone": null,
                        "billingModel": null,
                        "serviceTemplateId": null,
                        "serviceTemplateName": null,
                        "description": {
                            "de": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "en": "Testing renamed description",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo."
                        },
                        "resources": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU: Teamleader - monthly billing"
                                    },
                                    "description": null,
                                    "composite": false,
                                    "createPlanRatePeriods": false,
                                    "unitOfMeasure": "unit",
                                    "inCP": true,
                                    "published": null,
                                    "setupFee": null,
                                    "overFee": null,
                                    "rtID": null,
                                    "resourceType": {
                                        "name": {
                                            "en": "Teamleader EU: Teamleader - monthly billing"
                                        },
                                        "resClass": "rc.saas.countedlenk",
                                        "actParams": null,
                                        "description": null
                                    },
                                    "billingResourceID": null,
                                    "externalBillingResourceID": null,
                                    "max": 5000,
                                    "min": 1,
                                    "measurable": false,
                                    "instore": true,
                                    "recFee": null,
                                    "resourceCategory": {
                                        "id": 1,
                                        "name": {
                                            "de": "",
                                            "pt": "",
                                            "en": "Additional Resources",
                                            "it": "",
                                            "fr": "",
                                            "es": "",
                                            "nl": "",
                                            "tr": ""
                                        },
                                        "description": {
                                            "de": "",
                                            "pt": "",
                                            "en": "Additional Resources",
                                            "it": "",
                                            "fr": "Additional Resources",
                                            "nl": "",
                                            "tr": "",
                                            "es": ""
                                        },
                                        "parent": null,
                                        "taxCatId": "All products"
                                    },
                                    "periods": [],
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpOveruseFee": null,
                                    "rfeeShowZeroPrice": false,
                                    "rfeePerUnit": false,
                                    "ofeeShowZeroPrice": false,
                                    "sfeePerUnit": false,
                                    "sfeeShowZeroPrice": false
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "subscriptionPeriods": [
                            {
                                "value": {
                                    "trial": true,
                                    "periodType": "year",
                                    "refundType": "no_refund",
                                    "period": 4,
                                    "fullRefundPeriod": 2,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": true,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "planCategory": null,
                        "salesCategories": [],
                        "serviceTerms": "Default",
                        "welcomeNotificationTemplate": "Welcome Email - Wedge Networks2",
                        "expirationNotificationTemplate": "Subscription has Expired - Wedge Networks2",
                        "notificationScheduleId": null,
                        "termsConditions": [],
                        "vendorId": 1,
                        "vendorName": null,
                        "isAvailableForSale": null,
                        "cloneFrom": null,
                        "delegatedServicePlans": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU (Yearly Plan)"
                                    },
                                    "planBillingPeriod": null,
                                    "planBillingPeriodType": null,
                                    "pricePeriodType": null,
                                    "autoRenewType": null,
                                    "renewOrderInterval": null,
                                    "vendorTimezone": null,
                                    "billingModel": null,
                                    "serviceTemplateId": null,
                                    "serviceTemplateName": null,
                                    "description": null,
                                    "resources": [],
                                    "subscriptionPeriods": [],
                                    "planCategory": null,
                                    "salesCategories": [],
                                    "serviceTerms": null,
                                    "welcomeNotificationTemplate": null,
                                    "expirationNotificationTemplate": null,
                                    "notificationScheduleId": null,
                                    "termsConditions": [],
                                    "vendorId": 1000002,
                                    "vendorName": "MICHAEL Legros, Crona",
                                    "isAvailableForSale": null,
                                    "cloneFrom": null,
                                    "delegatedServicePlans": [],
                                    "isEnableVolumePricingModel": null,
                                    "ratingMode": null,
                                    "alignWithStatementDay": null,
                                    "isSalesOrderProrated": null,
                                    "isFirstPeriodForFree": null,
                                    "customStatementDay": null,
                                    "upgrades": [],
                                    "isPublished": null,
                                    "resellerGroups": [],
                                    "enName": "Teamleader EU (Yearly Plan)"
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isEnableVolumePricingModel": true,
                        "ratingMode": null,
                        "alignWithStatementDay": null,
                        "isSalesOrderProrated": null,
                        "isFirstPeriodForFree": null,
                        "customStatementDay": null,
                        "upgrades": [
                            {
                                "value": {
                                    "toServicePlanId": null,
                                    "toServicePlanName": "Teamleader EU (Yearly Plan 2)",
                                    "remainCurrentSubscriptionStartDate": false
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isPublished": null,
                        "resellerGroups": [],
                        "enName": "Teamleader EU (Yearly Plan)"
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ],
            "termsConditionsDetails": {
                "Teamleader EU Additional Terms": {
                    "id": -2147483648,
                    "name": "Teamleader EU Additional Terms",
                    "acceptType": "On first purchase and after every T&C change",
                    "active": true,
                    "text": "<p><strong>Additional Terms and Conditions for TeamleaderEU Subscriptions</strong></p>\n<p><strong>&nbsp;</strong></p>\n<p>The following additional terms and conditions apply to Your purchase of WedgeARP™ Secure Home Office (&ldquo;Vendor&rdquo;) subscriptions and to the use of such Services by You and Your customers.</p>\n<p>&nbsp;</p>\n<h2><a name=\"_Toc381085506\"></a><a name=\"_Toc342658188\"></a>1.&nbsp;&nbsp;&nbsp;&nbsp; Term and Termination</h2>\n<h2>&nbsp;</h2>\n<p><a name=\"_Toc294012771\"></a><a name=\"_Toc285537541\"></a>Services start once provisioned through the marketplace. You may cancel the Services through the marketplace so long as no Service commitments are active hereunder (i.e. You or one or more of Your customers are employing any active Services).&nbsp; <a name=\"_Toc362955805\"></a><a name=\"_Toc362955620\"></a>You may only terminate the Service if there are no existing term commitments for Services. If You or Your customer terminates its use of a Service prior to the expiration of the term commitment for the selected service, You will remain responsible to Ingram Micro for all remaining and accrued charges for such Service pursuant to the selected term commitment.&nbsp;</p>\n<p>&nbsp;</p>\n<p><a name=\"_Toc362955804\"></a><a name=\"_Toc362955619\"></a>Services are available for minimum commitment of one month.&nbsp; Services will auto renew for an additional month, unless You cancel the Services one (1) business days prior to the expiration of the term commitment for the selected Service.</p>\n<p>&nbsp;</p>\n<h2>2.&nbsp;&nbsp;&nbsp;&nbsp; Fees</h2>\n<h2>&nbsp;</h2>\n<p><a name=\"_Toc320601176\"></a><a name=\"_Toc329005647\"></a><a name=\"_Toc328553059\"></a><a name=\"_Toc328552976\"></a><a name=\"_Toc327868816\"></a><a name=\"_Toc320697822\"></a>You agree to pay the fees and charges for the Services as outlined in the registration process and that appear on the Site, as may be amended from time to time.&nbsp; If You or Your customer exceeds the usage limits applicable to the Service subscription, You agree to pay for the fees and charges for such over usage. For any extension of a subscription term or the provisioning of a Service upgrade, the then-current price will apply, unless otherwise mutually agreed in writing by You and Ingram Micro. Ingram Micro, may, from time to time in its sole discretion, change the fees it charges for the Service. &nbsp;Any increase in the fees will take effect at the beginning of the new subscription term. Ingram Micro will notify You of any such changes by updating the Site or sending notice by e-mail or regular mail.</p>\n<p>&nbsp;</p>\n<h2>3.&nbsp;&nbsp;&nbsp;&nbsp; Territory Restriction</h2>\n<p>&nbsp;</p>\n<p>You may only resell and/or market the Services in Canada.</p>\n<h2>&nbsp;</h2>\n<h2>4.&nbsp;&nbsp;&nbsp;&nbsp; Terms of Sale &amp; Terms of Use</h2>\n<h2>&nbsp;</h2>\n<p><strong>All purchases are subject to the sales terms set forth at </strong><a href=\"https://ca.cloud.im/legal\"><strong>https://at.cloud.im/legal</strong></a><strong> and service setup information, including but not limited to pricing, (where applicable) set forth in the marketplace. </strong>For the avoidance of doubt, notwithstanding the presence or acceptance by Ingram Micro of Your order, such shall be for administrative purposes only and the parties agree that the governing terms and conditions shall be those set forth at <a href=\"https://at.cloud.im/legal\"><strong>https://at.cloud.im/legal</strong></a> unless otherwise agreed to in writing by Ingram Micro and You.</p>\n<h2>&nbsp;</h2>\n<p><strong>The Services are provided by the Vendor.&nbsp; All terms of use and/or service as established by the Vendor and as set forth at </strong><a href=\"https://wedgenetworks.com/eula.aspx\">https://wedgenetworks.com/eula.aspx</a></p>\n<p><strong>shall apply, as applicable, to Your resale activity and to You and Your customers&rsquo; use of the Services (&ldquo;Terms of Use&rdquo;).&nbsp; You covenant, represent and warrant that You will present the Terms of Use to each of Your customers and obtain their enforceable agreement to the Terms of Use before permitting them to access or use the Service.&nbsp; You covenant, represent and warrant that no subscription for the Services shall be activated for or used by Your customers before the customer agrees to the Terms of Use.&nbsp; </strong>You will track and record acceptance by Your customers of the Terms of Use and will provide such information to Ingram Micro upon request.</p>\n<p>&nbsp;</p>\n<p>Ingram Micro may at any time modify these terms and conditions.&nbsp; You and Your customers must regularly monitor the Site for any such modifications.&nbsp; The modified terms and conditions will be effective immediately after it is posted on the Site. Your purchase and resale of the Services and You and Your customers&rsquo; use of the Services after any such modification will be deemed acceptance of such modification.</p>"
                },
                "Common": {
                    "id": -2147483647,
                    "name": "Common",
                    "acceptType": "On first purchase and after every T&C change",
                    "active": true,
                    "text": "On first purchase and after every T&C change"
                }
            },
            "subscriptionNotificationTemplates": [
                {
                    "name": "Welcome Email - Wedge Networks2",
                    "locale": "en",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Welcome Email - Wedge Networks2</title>",
                    "plainText": "Welcome Email - Wedge Networks2",
                    "subject": "Your account for @@Subscription_Name@ is ready!",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Welcome Email - Wedge Networks2",
                    "locale": "fr",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Welcome Email - Wedge Networks2 fr</title>",
                    "plainText": "Welcome Email - Wedge Networks2 fr",
                    "subject": "Votre compte @@ nom_souscription @ est prêt !",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Subscription has Expired - Wedge Networks2",
                    "locale": "en",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Subscription has Expired - Wedge Networks2</title>",
                    "plainText": "Subscription has Expired - Wedge Networks2",
                    "subject": "Subscription has expired",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Subscription has Expired - Wedge Networks2",
                    "locale": "fr",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Subscription has Expired - Wedge Networks2 fr</title>",
                    "plainText": "Subscription has Expired - Wedge Networks2 fr",
                    "subject": "L'abonnement a expiré",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                }
            ],
            "resourceDependencies": [
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - monthly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing",
                        "dependenceKind": "CONFLICTS_ON_SUBSCRIPTION_LEVEL",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - monthly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing 2",
                        "dependenceKind": "CONFLICTS_ON_ACCOUNT_LEVEL",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - yearly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing 2",
                        "dependenceKind": "REQUIRES",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ]
        },
        "appInfo": {
            "appId": null,
            "appCustomIconUrl": "/aps/2/applications/7047edc8-bcdb-4c42-9350-a2a0534c6200/aps/icon",
            "impersonationUid": "cdd11205-aa5e-4d43-9e6e-64e62f947fef"
        }
    }
    
  3. Call the applyConfig custom operation of the PLM component’s APS application and pass the ConfigurationInfo JSON object that you received in the previous step. To do that, make a request like this:

    POST /aps/2/resources/ca9685cb-d067-441b-b14d-146325aa2e53/applyConfig
    
    {
        "owner": {
            "accountId": 1,
            "memberId": 1
        },
        "serviceTemplateId": 9,
        "serviceTerms": {
            "0/0 Service Terms": {
                "bssId": 6,
                "serviceTermsName": "0/0 Service Terms",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 0
            },
            "Default": {
                "bssId": 0,
                "serviceTermsName": "Default",
                "holdPeriodInDays": 30,
                "gracePeriodInDays": 10
            },
            "Domain Service Terms": {
                "bssId": 3,
                "serviceTermsName": "Domain Service Terms",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 30
            },
            "Hosting Service Terms": {
                "bssId": 2,
                "serviceTermsName": "Hosting Service Terms",
                "holdPeriodInDays": 30,
                "gracePeriodInDays": 10
            },
            "In-House Products for Resellers": {
                "bssId": 4,
                "serviceTermsName": "In-House Products for Resellers",
                "holdPeriodInDays": 0,
                "gracePeriodInDays": 0
            }
        },
        "existingPdiPlans": {
            "teamleader eu (monthly plan)": {
                "aps": {
                    "id": "01431d51-b012-4558-91b1-468f7326531d",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431014000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Monatsplan)",
                    "en_US": "Teamleader EU (Monthly Plan)",
                    "es_ES": "Teamleader EU (Monthly Plan)",
                    "fr_FR": "Teamleader EU (Monthly Plan)",
                    "it_IT": "Teamleader EU (Monthly Plan)",
                    "nl_NL": "Teamleader EU (Monthly Plan)",
                    "pt_BR": "Teamleader EU (Monthly Plan)",
                    "pt_PT": "Teamleader EU (Monthly Plan)",
                    "tr_TR": "Teamleader EU (Monthly Plan)"
                },
                "description": {
                    "de_DE": "Der monatliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The monthly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 12,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 3,
                "billingPeriodType": "psd",
                "pricePeriodType": "billing period",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "Before Expiration",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 16,
                        "period": 6,
                        "periodType": "month",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "10",
                        "afterRefundPeriod": "refund_prorated_recurring_fee",
                        "fullRefundPeriod": 1,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": false
                    },
                    {
                        "bssId": 17,
                        "period": 12,
                        "periodType": "month",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 3,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": false,
                        "trial": false
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    },
                    {
                        "id": null,
                        "bssId": 6,
                        "name": "Common",
                        "value": "Common",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    },
                    {
                        "id": null,
                        "bssId": 4,
                        "name": "Provider pre-existing TC",
                        "value": "kp8CVlZAOc",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "Always, on every purchase"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome e-mail - Business Class Mail"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome e-mail - Business Class Mail"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": true,
                "isFirstPeriodForFree": true,
                "customStatementDay": 2,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": true,
                "ratingMode": "Revenue only",
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": true,
                "firstPeriodForFree": true,
                "published": true,
                "isPublished": true
            },
            "teamleader eu (yearly plan 2)": {
                "aps": {
                    "id": "7f80c0a3-301e-4b1d-9dd2-09af4719f456",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431015000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Jahresplan)",
                    "en_US": "Teamleader EU (Yearly Plan 2)",
                    "es_ES": "Teamleader EU (Yearly Plan 2)",
                    "fr_FR": "Teamleader EU (Yearly Plan 2)",
                    "it_IT": "Teamleader EU (Yearly Plan 2)",
                    "nl_NL": "Teamleader EU (Yearly Plan 2)",
                    "pt_BR": "Teamleader EU (Yearly Plan 2)",
                    "pt_PT": "Teamleader EU (Yearly Plan 2)",
                    "tr_TR": "Teamleader EU (Yearly Plan 2)"
                },
                "description": {
                    "de_DE": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The yearly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 14,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 12,
                "billingPeriodType": "psd",
                "pricePeriodType": "month",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "On Last Statement Day",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 19,
                        "period": 5,
                        "periodType": "year",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 4,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": false
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": false,
                "isFirstPeriodForFree": false,
                "customStatementDay": 1,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": false,
                "ratingMode": null,
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": false,
                "firstPeriodForFree": false,
                "published": true,
                "isPublished": true
            },
            "teamleader eu (yearly plan)": {
                "aps": {
                    "id": "6b52c392-82e4-44f4-b0b8-4abb7ca0b082",
                    "type": "http://com.odin.platform/inhouse-products/pdiPlan/1.0",
                    "status": "aps:ready",
                    "subscription": null,
                    "revision": 2,
                    "modified": 1649431015000,
                    "schema": null,
                    "package": null
                },
                "products": null,
                "operatingUnits": null,
                "account": null,
                "productLine": null,
                "name": {
                    "de_DE": "Teamleader EU (Jahresplan)",
                    "en_US": "Teamleader EU (Yearly Plan)",
                    "es_ES": "Teamleader EU (Yearly Plan)",
                    "fr_FR": "Teamleader EU (Yearly Plan)",
                    "it_IT": "Teamleader EU (Yearly Plan)",
                    "nl_NL": "Teamleader EU (Yearly Plan)",
                    "pt_BR": "Teamleader EU (Yearly Plan)",
                    "pt_PT": "Teamleader EU (Yearly Plan)",
                    "tr_TR": "Teamleader EU (Yearly Plan)"
                },
                "description": {
                    "de_DE": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                    "en_US": "The yearly service gives companies a majority of the same benefits that on-premises deployments provide.",
                    "es_ES": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                    "fr_FR": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                    "it_IT": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                    "nl_NL": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                    "pt_BR": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "pt_PT": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                    "tr_TR": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                },
                "bssServicePlanId": 13,
                "serviceTemplateId": 9,
                "isDefault": false,
                "customIconUrl": null,
                "billingPeriod": 12,
                "billingPeriodType": "psd",
                "pricePeriodType": "month",
                "planCategory": "Software & Licenses",
                "appId": null,
                "billingModel": "charge before billing period",
                "autoRenewType": "On Last Statement Day",
                "renewOrderInterval": 1,
                "vendorTimezone": null,
                "subscriptionPeriods": [
                    {
                        "bssId": 18,
                        "period": 4,
                        "periodType": "year",
                        "cancellationFeeType": "none",
                        "cancellationFeeValue": "",
                        "afterRefundPeriod": "no_refund",
                        "fullRefundPeriod": 2,
                        "cancelationPolicies": null,
                        "downsizePolicies": null,
                        "autoRenewPeriod": true,
                        "trial": true
                    }
                ],
                "salesCategories": [
                    {
                        "id": 10,
                        "name": {
                            "de": "TeamleaderEU",
                            "en": "TeamleaderEU",
                            "es": "",
                            "fr": "",
                            "it": "",
                            "nl": "",
                            "pt": "",
                            "tr": ""
                        },
                        "description": {
                            "de": "Der Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten. Durch die Integration in den Cloud-Service können Unternehmen ihren Marktanteil ausbauen, wiederkehrende Umsätze automatisieren und steigern, die Kundenzufriedenheit steigern und gleichzeitig die Betriebskosten senken.",
                            "en": "The service gives companies a majority of the same benefits that on-premises deployments provide. By integrating with the cloud service, companies can expand their market share, automate and grow recurring revenue, increase customer satisfaction, and cut operational costs at the same time.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir."
                        },
                        "parent": {
                            "id": 9,
                            "name": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "en": "Security",
                                "es": "",
                                "fr": "",
                                "it": "",
                                "nl": "",
                                "pt": "",
                                "tr": ""
                            },
                            "parent": null,
                            "expand": true,
                            "inCCP": true
                        },
                        "expand": true,
                        "inCCP": true
                    }
                ],
                "serviceTerms": {
                    "bssId": 0,
                    "serviceTermsName": "Default",
                    "holdPeriodInDays": 30,
                    "gracePeriodInDays": 10
                },
                "termsAndConditions": [
                    {
                        "id": null,
                        "bssId": 7,
                        "name": "Teamleader EU Additional Terms",
                        "value": "Teamleader EU Additional Terms Content",
                        "isDeleted": false,
                        "type": "plain_text",
                        "ownerAccountId": 1,
                        "acceptType": "On first purchase and after every T&C change"
                    }
                ],
                "availableNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "enabledNotifications": [
                    {
                        "templateType": "welcome_email",
                        "templateName": "Welcome Email - Wedge Networks"
                    },
                    {
                        "templateType": "expiration_email",
                        "templateName": "Subscription has Expired - Wedge Networks"
                    }
                ],
                "servicePlanUpdateNotificationId": null,
                "alignWithStatementDay": true,
                "isSalesOrderProrated": false,
                "isFirstPeriodForFree": false,
                "customStatementDay": 1,
                "notificationScheduleId": 12,
                "resellerGroups": [],
                "volumePricingRatingMode": false,
                "ratingMode": null,
                "default": false,
                "isOneTimeFeeProduct": false,
                "oneTimeFeePlan": false,
                "salesOrderProrated": false,
                "firstPeriodForFree": false,
                "published": true,
                "isPublished": true
            }
        },
        "excelConfig": {
            "resources": [
                {
                    "value": {
                        "resourceType": {
                            "name": {
                                "en": "Teamleader EU: Teamleader - monthly billing"
                            },
                            "resClass": null,
                            "actParams": null,
                            "description": {}
                        },
                        "resourceCategory": {
                            "id": 1,
                            "name": {
                                "de": "",
                                "pt": "",
                                "en": "Additional Resources",
                                "it": "",
                                "fr": "",
                                "es": "",
                                "nl": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "pt": "",
                                "en": "Additional Resources",
                                "it": "",
                                "fr": "Additional Resources",
                                "nl": "",
                                "tr": "",
                                "es": ""
                            },
                            "parent": null,
                            "taxCatId": "All products"
                        },
                        "uom": "unit",
                        "measurable": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "resourceType": {
                            "name": {
                                "en": "Teamleader EU: Teamleader - yearly billing"
                            },
                            "resClass": null,
                            "actParams": null,
                            "description": {}
                        },
                        "resourceCategory": {
                            "id": 11,
                            "name": {
                                "de": "",
                                "pt": "",
                                "en": "Other Resources",
                                "it": "",
                                "fr": "",
                                "es": "",
                                "nl": "",
                                "tr": ""
                            },
                            "description": {
                                "de": "",
                                "pt": "",
                                "en": "Other Resources",
                                "it": "",
                                "fr": "Other Resources",
                                "nl": "",
                                "tr": "",
                                "es": ""
                            },
                            "parent": {
                                "id": 5,
                                "name": {
                                    "en": "Other Products"
                                },
                                "description": null,
                                "parent": null,
                                "taxCatId": null
                            },
                            "taxCatId": "All products"
                        },
                        "uom": "unit",
                        "measurable": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ],
            "serviceTemplates": [],
            "servicePlans": [
                {
                    "value": {
                        "name": {
                            "de": "Teamleader EU (Monatsplan)",
                            "pt": "Teamleader EU (Monthly Plan)",
                            "en": "Teamleader EU (Monthly Plan)",
                            "it": "Teamleader EU (Monthly Plan)",
                            "fr": "Teamleader EU (Monthly Plan)",
                            "tr": "Teamleader EU (Monthly Plan)",
                            "nl": "Teamleader EU (Monthly Plan)",
                            "es": "Teamleader EU (Monthly Plan)"
                        },
                        "planBillingPeriod": null,
                        "planBillingPeriodType": null,
                        "pricePeriodType": "billing period",
                        "autoRenewType": null,
                        "renewOrderInterval": null,
                        "vendorTimezone": null,
                        "billingModel": null,
                        "serviceTemplateId": null,
                        "serviceTemplateName": null,
                        "description": {
                            "de": "Der monatliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "en": "Testing renamed description",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo."
                        },
                        "resources": [],
                        "subscriptionPeriods": [
                            {
                                "value": {
                                    "trial": false,
                                    "periodType": "month",
                                    "refundType": "refund_prorated_recurring_fee",
                                    "period": 6,
                                    "fullRefundPeriod": 1,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "10",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": true,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            },
                            {
                                "value": {
                                    "trial": false,
                                    "periodType": "month",
                                    "refundType": "no_refund",
                                    "period": 12,
                                    "fullRefundPeriod": 3,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": false,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            },
                            {
                                "value": {
                                    "trial": true,
                                    "periodType": "month",
                                    "refundType": "refund_prorated_recurring_fee",
                                    "period": 9,
                                    "fullRefundPeriod": 6,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "10",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": false,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "planCategory": null,
                        "salesCategories": [],
                        "serviceTerms": "Default",
                        "welcomeNotificationTemplate": "Welcome Email - Wedge Networks2",
                        "expirationNotificationTemplate": "Subscription has Expired - Wedge Networks2",
                        "notificationScheduleId": null,
                        "termsConditions": [],
                        "vendorId": 1,
                        "vendorName": null,
                        "isAvailableForSale": null,
                        "cloneFrom": null,
                        "delegatedServicePlans": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU (Monthly Plan)"
                                    },
                                    "planBillingPeriod": null,
                                    "planBillingPeriodType": null,
                                    "pricePeriodType": null,
                                    "autoRenewType": null,
                                    "renewOrderInterval": null,
                                    "vendorTimezone": null,
                                    "billingModel": null,
                                    "serviceTemplateId": null,
                                    "serviceTemplateName": null,
                                    "description": null,
                                    "resources": [],
                                    "subscriptionPeriods": [],
                                    "planCategory": null,
                                    "salesCategories": [],
                                    "serviceTerms": null,
                                    "welcomeNotificationTemplate": null,
                                    "expirationNotificationTemplate": null,
                                    "notificationScheduleId": null,
                                    "termsConditions": [],
                                    "vendorId": 1000002,
                                    "vendorName": "MICHAEL Legros, Crona",
                                    "isAvailableForSale": null,
                                    "cloneFrom": null,
                                    "delegatedServicePlans": [],
                                    "isEnableVolumePricingModel": null,
                                    "ratingMode": null,
                                    "alignWithStatementDay": null,
                                    "isSalesOrderProrated": null,
                                    "isFirstPeriodForFree": null,
                                    "customStatementDay": null,
                                    "upgrades": [],
                                    "isPublished": null,
                                    "resellerGroups": [],
                                    "enName": "Teamleader EU (Monthly Plan)"
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isEnableVolumePricingModel": true,
                        "ratingMode": null,
                        "alignWithStatementDay": null,
                        "isSalesOrderProrated": null,
                        "isFirstPeriodForFree": null,
                        "customStatementDay": null,
                        "upgrades": [
                            {
                                "value": {
                                    "toServicePlanId": null,
                                    "toServicePlanName": "Teamleader EU (Yearly Plan)",
                                    "remainCurrentSubscriptionStartDate": true
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "isPublished": null,
                        "resellerGroups": [],
                        "enName": "Teamleader EU (Monthly Plan)"
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "name": {
                            "de": "Teamleader EU (Jahresplan)",
                            "pt": "Teamleader EU (Yearly Plan)",
                            "en": "Teamleader EU (Yearly Plan)",
                            "it": "Teamleader EU (Yearly Plan)",
                            "fr": "Teamleader EU (Yearly Plan)",
                            "tr": "Teamleader EU (Yearly Plan)",
                            "nl": "Teamleader EU (Yearly Plan)",
                            "es": "Teamleader EU (Yearly Plan)"
                        },
                        "planBillingPeriod": null,
                        "planBillingPeriodType": null,
                        "pricePeriodType": "month",
                        "autoRenewType": null,
                        "renewOrderInterval": null,
                        "vendorTimezone": null,
                        "billingModel": null,
                        "serviceTemplateId": null,
                        "serviceTemplateName": null,
                        "description": {
                            "de": "Der jährliche Service bietet Unternehmen die meisten Vorteile, die lokale Bereitstellungen bieten.",
                            "pt": "O serviço oferece às empresas a maioria dos mesmos benefícios que as implantações locais fornecem. Ao integrar-se ao serviço de nuvem, as empresas podem expandir sua participação no mercado, automatizar e aumentar a receita recorrente, aumentar a satisfação do cliente e cortar custos operacionais ao mesmo tempo.",
                            "en": "Testing renamed description",
                            "it": "Il servizio offre alle aziende la maggior parte degli stessi vantaggi offerti dalle distribuzioni locali. Integrandosi con il servizio cloud, le aziende possono espandere la propria quota di mercato, automatizzare e aumentare i ricavi ricorrenti, aumentare la soddisfazione dei clienti e ridurre i costi operativi allo stesso tempo.",
                            "fr": "Le service offre aux entreprises la majorité des mêmes avantages que les déploiements sur site. En s'intégrant au service cloud, les entreprises peuvent accroître leur part de marché, automatiser et augmenter les revenus récurrents, augmenter la satisfaction client et réduire les coûts d'exploitation en même temps.",
                            "tr": "Hizmet, şirket içi dağıtımların sağladığı faydaların çoğunu şirketlere verir. Bulut hizmetine entegre olarak, şirketler pazar paylarını artırabilir, yinelenen geliri otomatikleştirip büyütebilir, müşteri memnuniyetini artırabilir ve aynı zamanda operasyonel maliyetleri azaltabilir.",
                            "nl": "De service biedt bedrijven een meerderheid van dezelfde voordelen die on-premises implementaties bieden. Door te integreren met de cloudservice kunnen bedrijven hun marktaandeel vergroten, terugkerende inkomsten automatiseren en laten groeien, de klanttevredenheid verhogen en tegelijkertijd de operationele kosten verlagen.",
                            "es": "El servicio brinda a las empresas la mayoría de los mismos beneficios que brindan las implementaciones locales. Al integrarse con el servicio en la nube, las empresas pueden ampliar su participación en el mercado, automatizar y aumentar los ingresos recurrentes, aumentar la satisfacción del cliente y reducir los costos operativos al mismo tiempo."
                        },
                        "resources": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU: Teamleader - monthly billing"
                                    },
                                    "description": null,
                                    "composite": false,
                                    "createPlanRatePeriods": false,
                                    "unitOfMeasure": "unit",
                                    "inCP": true,
                                    "published": null,
                                    "setupFee": null,
                                    "overFee": null,
                                    "rtID": null,
                                    "resourceType": {
                                        "name": {
                                            "en": "Teamleader EU: Teamleader - monthly billing"
                                        },
                                        "resClass": "rc.saas.countedlenk",
                                        "actParams": null,
                                        "description": null
                                    },
                                    "billingResourceID": null,
                                    "externalBillingResourceID": null,
                                    "max": 5000,
                                    "min": 1,
                                    "measurable": false,
                                    "instore": true,
                                    "recFee": null,
                                    "resourceCategory": {
                                        "id": 1,
                                        "name": {
                                            "de": "",
                                            "pt": "",
                                            "en": "Additional Resources",
                                            "it": "",
                                            "fr": "",
                                            "es": "",
                                            "nl": "",
                                            "tr": ""
                                        },
                                        "description": {
                                            "de": "",
                                            "pt": "",
                                            "en": "Additional Resources",
                                            "it": "",
                                            "fr": "Additional Resources",
                                            "nl": "",
                                            "tr": "",
                                            "es": ""
                                        },
                                        "parent": null,
                                        "taxCatId": "All products"
                                    },
                                    "periods": [],
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpOveruseFee": null,
                                    "rfeeShowZeroPrice": false,
                                    "rfeePerUnit": false,
                                    "ofeeShowZeroPrice": false,
                                    "sfeePerUnit": false,
                                    "sfeeShowZeroPrice": false
                                },
                                "action": "ADD",
                                "edit": false,
                                "add": true
                            }
                        ],
                        "subscriptionPeriods": [
                            {
                                "value": {
                                    "trial": true,
                                    "periodType": "year",
                                    "refundType": "no_refund",
                                    "period": 4,
                                    "fullRefundPeriod": 2,
                                    "renewalFee": 0,
                                    "recurringFee": 0,
                                    "depositFee": 0,
                                    "setupFee": 0,
                                    "transferFee": 0,
                                    "cancellationFeeType": "none",
                                    "cancellationFeeValue": "",
                                    "msrpSetupFee": null,
                                    "msrpRecurringFee": null,
                                    "msrpRenewalFee": null,
                                    "msrpTransferFee": null,
                                    "isAutoRenewPeriod": true,
                                    "cancelationPolicies": null,
                                    "downsizePolicies": null
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "planCategory": null,
                        "salesCategories": [],
                        "serviceTerms": "Default",
                        "welcomeNotificationTemplate": "Welcome Email - Wedge Networks2",
                        "expirationNotificationTemplate": "Subscription has Expired - Wedge Networks2",
                        "notificationScheduleId": null,
                        "termsConditions": [],
                        "vendorId": 1,
                        "vendorName": null,
                        "isAvailableForSale": null,
                        "cloneFrom": null,
                        "delegatedServicePlans": [
                            {
                                "value": {
                                    "name": {
                                        "en": "Teamleader EU (Yearly Plan)"
                                    },
                                    "planBillingPeriod": null,
                                    "planBillingPeriodType": null,
                                    "pricePeriodType": null,
                                    "autoRenewType": null,
                                    "renewOrderInterval": null,
                                    "vendorTimezone": null,
                                    "billingModel": null,
                                    "serviceTemplateId": null,
                                    "serviceTemplateName": null,
                                    "description": null,
                                    "resources": [],
                                    "subscriptionPeriods": [],
                                    "planCategory": null,
                                    "salesCategories": [],
                                    "serviceTerms": null,
                                    "welcomeNotificationTemplate": null,
                                    "expirationNotificationTemplate": null,
                                    "notificationScheduleId": null,
                                    "termsConditions": [],
                                    "vendorId": 1000002,
                                    "vendorName": "MICHAEL Legros, Crona",
                                    "isAvailableForSale": null,
                                    "cloneFrom": null,
                                    "delegatedServicePlans": [],
                                    "isEnableVolumePricingModel": null,
                                    "ratingMode": null,
                                    "alignWithStatementDay": null,
                                    "isSalesOrderProrated": null,
                                    "isFirstPeriodForFree": null,
                                    "customStatementDay": null,
                                    "upgrades": [],
                                    "isPublished": null,
                                    "resellerGroups": [],
                                    "enName": "Teamleader EU (Yearly Plan)"
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isEnableVolumePricingModel": true,
                        "ratingMode": null,
                        "alignWithStatementDay": null,
                        "isSalesOrderProrated": null,
                        "isFirstPeriodForFree": null,
                        "customStatementDay": null,
                        "upgrades": [
                            {
                                "value": {
                                    "toServicePlanId": null,
                                    "toServicePlanName": "Teamleader EU (Yearly Plan 2)",
                                    "remainCurrentSubscriptionStartDate": false
                                },
                                "action": "EDIT",
                                "edit": true,
                                "add": false
                            }
                        ],
                        "isPublished": null,
                        "resellerGroups": [],
                        "enName": "Teamleader EU (Yearly Plan)"
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ],
            "termsConditionsDetails": {
                "Teamleader EU Additional Terms": {
                    "id": -2147483648,
                    "name": "Teamleader EU Additional Terms",
                    "acceptType": "On first purchase and after every T&C change",
                    "active": true,
                    "text": "<p><strong>Additional Terms and Conditions for TeamleaderEU Subscriptions</strong></p>\n<p><strong>&nbsp;</strong></p>\n<p>The following additional terms and conditions apply to Your purchase of WedgeARP™ Secure Home Office (&ldquo;Vendor&rdquo;) subscriptions and to the use of such Services by You and Your customers.</p>\n<p>&nbsp;</p>\n<h2><a name=\"_Toc381085506\"></a><a name=\"_Toc342658188\"></a>1.&nbsp;&nbsp;&nbsp;&nbsp; Term and Termination</h2>\n<h2>&nbsp;</h2>\n<p><a name=\"_Toc294012771\"></a><a name=\"_Toc285537541\"></a>Services start once provisioned through the marketplace. You may cancel the Services through the marketplace so long as no Service commitments are active hereunder (i.e. You or one or more of Your customers are employing any active Services).&nbsp; <a name=\"_Toc362955805\"></a><a name=\"_Toc362955620\"></a>You may only terminate the Service if there are no existing term commitments for Services. If You or Your customer terminates its use of a Service prior to the expiration of the term commitment for the selected service, You will remain responsible to Ingram Micro for all remaining and accrued charges for such Service pursuant to the selected term commitment.&nbsp;</p>\n<p>&nbsp;</p>\n<p><a name=\"_Toc362955804\"></a><a name=\"_Toc362955619\"></a>Services are available for minimum commitment of one month.&nbsp; Services will auto renew for an additional month, unless You cancel the Services one (1) business days prior to the expiration of the term commitment for the selected Service.</p>\n<p>&nbsp;</p>\n<h2>2.&nbsp;&nbsp;&nbsp;&nbsp; Fees</h2>\n<h2>&nbsp;</h2>\n<p><a name=\"_Toc320601176\"></a><a name=\"_Toc329005647\"></a><a name=\"_Toc328553059\"></a><a name=\"_Toc328552976\"></a><a name=\"_Toc327868816\"></a><a name=\"_Toc320697822\"></a>You agree to pay the fees and charges for the Services as outlined in the registration process and that appear on the Site, as may be amended from time to time.&nbsp; If You or Your customer exceeds the usage limits applicable to the Service subscription, You agree to pay for the fees and charges for such over usage. For any extension of a subscription term or the provisioning of a Service upgrade, the then-current price will apply, unless otherwise mutually agreed in writing by You and Ingram Micro. Ingram Micro, may, from time to time in its sole discretion, change the fees it charges for the Service. &nbsp;Any increase in the fees will take effect at the beginning of the new subscription term. Ingram Micro will notify You of any such changes by updating the Site or sending notice by e-mail or regular mail.</p>\n<p>&nbsp;</p>\n<h2>3.&nbsp;&nbsp;&nbsp;&nbsp; Territory Restriction</h2>\n<p>&nbsp;</p>\n<p>You may only resell and/or market the Services in Canada.</p>\n<h2>&nbsp;</h2>\n<h2>4.&nbsp;&nbsp;&nbsp;&nbsp; Terms of Sale &amp; Terms of Use</h2>\n<h2>&nbsp;</h2>\n<p><strong>All purchases are subject to the sales terms set forth at </strong><a href=\"https://ca.cloud.im/legal\"><strong>https://at.cloud.im/legal</strong></a><strong> and service setup information, including but not limited to pricing, (where applicable) set forth in the marketplace. </strong>For the avoidance of doubt, notwithstanding the presence or acceptance by Ingram Micro of Your order, such shall be for administrative purposes only and the parties agree that the governing terms and conditions shall be those set forth at <a href=\"https://at.cloud.im/legal\"><strong>https://at.cloud.im/legal</strong></a> unless otherwise agreed to in writing by Ingram Micro and You.</p>\n<h2>&nbsp;</h2>\n<p><strong>The Services are provided by the Vendor.&nbsp; All terms of use and/or service as established by the Vendor and as set forth at </strong><a href=\"https://wedgenetworks.com/eula.aspx\">https://wedgenetworks.com/eula.aspx</a></p>\n<p><strong>shall apply, as applicable, to Your resale activity and to You and Your customers&rsquo; use of the Services (&ldquo;Terms of Use&rdquo;).&nbsp; You covenant, represent and warrant that You will present the Terms of Use to each of Your customers and obtain their enforceable agreement to the Terms of Use before permitting them to access or use the Service.&nbsp; You covenant, represent and warrant that no subscription for the Services shall be activated for or used by Your customers before the customer agrees to the Terms of Use.&nbsp; </strong>You will track and record acceptance by Your customers of the Terms of Use and will provide such information to Ingram Micro upon request.</p>\n<p>&nbsp;</p>\n<p>Ingram Micro may at any time modify these terms and conditions.&nbsp; You and Your customers must regularly monitor the Site for any such modifications.&nbsp; The modified terms and conditions will be effective immediately after it is posted on the Site. Your purchase and resale of the Services and You and Your customers&rsquo; use of the Services after any such modification will be deemed acceptance of such modification.</p>"
                },
                "Common": {
                    "id": -2147483647,
                    "name": "Common",
                    "acceptType": "On first purchase and after every T&C change",
                    "active": true,
                    "text": "On first purchase and after every T&C change"
                }
            },
            "subscriptionNotificationTemplates": [
                {
                    "name": "Welcome Email - Wedge Networks2",
                    "locale": "en",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Welcome Email - Wedge Networks2</title>",
                    "plainText": "Welcome Email - Wedge Networks2",
                    "subject": "Your account for @@Subscription_Name@ is ready!",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Welcome Email - Wedge Networks2",
                    "locale": "fr",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Welcome Email - Wedge Networks2 fr</title>",
                    "plainText": "Welcome Email - Wedge Networks2 fr",
                    "subject": "Votre compte @@ nom_souscription @ est prêt !",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Subscription has Expired - Wedge Networks2",
                    "locale": "en",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Subscription has Expired - Wedge Networks2</title>",
                    "plainText": "Subscription has Expired - Wedge Networks2",
                    "subject": "Subscription has expired",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                },
                {
                    "name": "Subscription has Expired - Wedge Networks2",
                    "locale": "fr",
                    "messageCategory": "RENEWAL_AND_EXPIRATION_NOTICES",
                    "htmlText": "<title>Subscription has Expired - Wedge Networks2 fr</title>",
                    "plainText": "Subscription has Expired - Wedge Networks2 fr",
                    "subject": "L'abonnement a expiré",
                    "toAddress": "@@Cust_Account_BillingContact_Email@",
                    "toName": "@@Cust_Account_CompanyName@",
                    "bccAddress": "",
                    "fromAddress": "@@Vend_Account_TechContact_Email@",
                    "fromName": "@@Vend_Account_CompanyName@",
                    "pdfAttachmentName": "",
                    "active": true,
                    "condition": "",
                    "visibleToResellers": true,
                    "secureBody": false
                }
            ],
            "resourceDependencies": [
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - monthly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing",
                        "dependenceKind": "CONFLICTS_ON_SUBSCRIPTION_LEVEL",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - monthly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing 2",
                        "dependenceKind": "CONFLICTS_ON_ACCOUNT_LEVEL",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                },
                {
                    "value": {
                        "childResourceName": "Teamleader EU: Teamleader - yearly billing",
                        "parentResourceName": "Teamleader EU: Teamleader - yearly billing 2",
                        "dependenceKind": "REQUIRES",
                        "childResourceId": null,
                        "parentResourceId": null,
                        "dependenceMultiplier": null
                    },
                    "action": "EDIT",
                    "edit": true,
                    "add": false
                }
            ]
        },
        "appInfo": {
            "appId": null,
            "appCustomIconUrl": "/aps/2/applications/7047edc8-bcdb-4c42-9350-a2a0534c6200/aps/icon",
            "impersonationUid": "cdd11205-aa5e-4d43-9e6e-64e62f947fef"
        }
    }
    

    As a result, you will receive HTTP status code 202.

Obtaining Notification Templates

To obtain a list of notification templates used by PLM, make a request like this:

GET /aps/2/resources?implementing(http://com.odin.platform/inhouse-products/notificationTemplate/1.0)

As a result, you will receive a response like this:

HTTP/1.1 200 OK

[
    {
        "content": "...",
        "templateName": "Welcome e-mail - other products",
        "templateType": "welcome_email",
        "aps": {
            "modified": "2022-04-21T07:13:16Z",
            "id": "b22b0399-cfe7-433b-b128-ede173887b52",
            "type": "http://com.odin.platform/inhouse-products/notificationTemplate/1.0",
            "status": "aps:ready",
            "revision": 3
        }
    },
    {
        "content": "...",
        "templateName": "Subscription has Expired - other products",
        "templateType": "expiration_email",
        "aps": {
            "modified": "2022-04-21T07:13:16Z",
            "id": "526d8c2e-5910-4c05-8828-2c763c60d2c0",
            "type": "http://com.odin.platform/inhouse-products/notificationTemplate/1.0",
            "status": "aps:ready",
            "revision": 3
        }
    }
]