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": {
    "createPreset": {
      "path": "/presets",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      }
    },
    "updatePreset": {
      "path": "/presets/{id}",
      "verb": "PUT",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "id": {
          "kind": "path",
          "type": "integer"
        }
      }
    },
    "getPresetById": {
      "path": "/presets/{id}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "id": {
          "kind": "path",
          "type": "integer"
        }
      }
    },
    "getAllPresets": {
      "path": "/presets",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "getPresetCreateFormData": {
      "path": "/presets/formData",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "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"
        }
      }
    },
    "downloadBundleConfig": {
      "path": "/downloadBundleConfig",
      "verb": "GET",
      "response": {
        "type": "ExcelConfigData"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "productLineUid": {
          "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"
        }
      }
    },
    "getProductLinesByServicePlanApsId": {
      "path": "/productLinesByServicePlan/{servicePlanApsId}",
      "verb": "GET",
      "response": {
        "type": "array",
        "items": {
          "type": "ProductLine"
        }
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "servicePlanApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getProductLineByApsId": {
      "path": "productLineByApsId/{productLineApsId}",
      "verb": "GET",
      "response": {
        "type": "ProductLine"
      },
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "public": false
      },
      "parameters": {
        "productLineApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getProductLineByServiceTemplateApsId": {
      "path": "/productLineByServiceTemplate/{serviceTemplateApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "serviceTemplateApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getProductLinesByServiceTemplateApsId": {
      "path": "/productLinesByServiceTemplate/{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"
        }
      }
    },
    "cancelProcessInstance": {
      "path": "processInstance/{apsEntityId}/cancel",
      "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"
        }
      }
    },
    "getUpgradePaths": {
      "path": "/upgradePaths",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "planId": {
          "kind": "query",
          "type": "integer"
        }
      }
    },
    "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"
        }
      }
    },
    "getProductInfoByApsId": {
      "path": "productInfoByApsId/{productLineApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "productLineApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getTierConfigRequest": {
      "path": "/tierConfig/{billingPlanApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "billingPlanApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getTierRequest": {
      "path": "getTierRequest/{productLineApsId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "productLineApsId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "getTierConfigs": {
      "path": "getTierConfigs",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "getConnectProductActionLink": {
      "path": "tier/action/{productLineApsId}/{actionId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "productLineApsId": {
          "kind": "path",
          "type": "string"
        },
        "actionId": {
          "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"
        }
      }
    },
    "createTierRequest": {
      "path": "tierRequest/{productLineApsId}",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "productLineApsId": {
          "kind": "path",
          "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"
      }
    },
    "getTenantBySubscriptionId": {
      "path": "/tenantBySubscriptionId/{subscriptionId}",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "subscriptionId": {
          "kind": "path",
          "type": "string"
        }
      }
    },
    "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"
      }
    },
    "getVersions": {
      "path": "/versions",
      "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
      }
    },
    "attributes": {
      "path": "attributes",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "attributeValues": {
      "path": "attributevalues",
      "verb": "POST",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      },
      "parameters": {
        "request": {
          "kind": "body",
          "type": "AttributeValueRequest"
        }
      }
    },
    "getResourceCategories": {
      "path": "getResourceCategories",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    },
    "getUnitsOfMeasure": {
      "path": "getUnitsOfMeasure",
      "verb": "GET",
      "response": {
        "type": "object"
      },
      "errorResponse": {
        "type": "object"
      }
    }
  },
  "structures": {
    "Owner": {
      "type": "object",
      "properties": {
        "accountId": {
          "type": "integer"
        },
        "memberId": {
          "type": "integer"
        },
        "companyName": {
          "type": "string"
        }
      }
    },
    "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"
          }
        }
      }
    },
    "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"
    },
    "AppInfo": {
      "type": "object",
      "properties": {
        "appCustomIconUrl": {
          "type": "string"
        },
        "impersonationUid": {
          "type": "string"
        },
        "productLineInfo": {
          "type": "ProductLineInfo"
        }
      }
    },
    "ProductLineInfo": {
      "type": "object",
      "properties": {
        "productLineUUID": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "productLineType": {
          "type": "ProductLineType"
        },
        "baseProductLine": {
          "type": "ProductLineInfo"
        },
        "ownProductLines": {
          "type": "array",
          "items": {
            "type": "ProductLineInfo"
          }
        }
      }
    },
    "ProductLineType": {
      "type": "object"
    },
    "ConfigOrigination": {
      "type": "object",
      "properties": {
        "configAPI": {
          "type": "ConfigAPI"
        }
      }
    },
    "ConfigAPI": {
      "type": "object",
      "properties": {
        "PPR_UPLOAD": {
          "type": "ConfigAPI"
        }
      }
    },
    "ConfigurationInfo": {
      "type": "object",
      "properties": {
        "owner": {
          "type": "Owner"
        },
        "serviceTemplateId": {
          "type": "integer"
        },
        "serviceTerms": {
          "type": "object"
        },
        "termsAndConditions": {
          "type": "object"
        },
        "existingPdiPlans": {
          "type": "object"
        },
        "excelConfig": {
          "type": "ExcelConfig"
        },
        "appInfo": {
          "type": "AppInfo"
        },
        "configOrigination": {
          "type": "ConfigOrigination"
        }
      }
    },
    "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"
        }
      }
    },
    "AttributeValuesDTO": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "appId": {
          "type": "string"
        },
        "mpn": {
          "type": "string"
        },
        "itemId": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      }
    },
    "AttributeValueRequest": {
      "type": "object",
      "properties": {
        "attributeValues": {
          "type": "array",
          "items": {
            "type": "AttributeValuesDTO"
          }
        }
      }
    }
  }
}

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

createPreset

POST

/presets

updatePreset

PUT

/presets/{id}

getPresetById

GET

/presets/{id}

getAllPresets

GET

/presets

getPresetCreateFormData

GET

/presets/formData

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

downloadBundleConfig

GET

/downloadBundleConfig

getCamundaServices

GET

/camundaServices

Reserved for future use

getProductLineByServiceTemplateId

GET

/productLine/{stId}

getProductLineByServicePlanApsId

GET

/productLineByServicePlan/{servicePlanApsId}

getProductLinesByServicePlanApsId

GET

/productLinesByServicePlan/{servicePlanApsId}

List of ProductLine

Get all ProductLine resources linked to specified Service Plan

getProductLineByApsId

GET

/productLineByApsId/{productLineApsId}

ProductLine

Get ProductLine by aps id

getProductLineByServiceTemplateApsId

GET

/productLineByServiceTemplate/{serviceTemplateApsId}

getProductLinesByServiceTemplateApsId

GET

/productLinesByServiceTemplate/{serviceTemplateApsId}

{@link List<ProductLine>}

Get list of ProductLines by serviceTemplate aps id

getOrCreateProductLineByAppId

GET

/productLineByAppId

getProcessInstances

GET

/processInstance/{apsEntityId}

Reserved for future use

completeProcessInstance

PUT

/processInstance/{apsEntityId}/complete

Reserved for future use

cancelProcessInstance

PUT

/processInstance/{apsEntityId}/cancel

appsList

GET

/appsList

Reserved for future use

getUpgradePaths

GET

/upgradePaths

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}

getProductInfoByApsId

GET

/productInfoByApsId/{productLineApsId}

Instance of ProductInfoDTO

Get product info of Connect product by product line.

getTierConfigRequest

GET

/tierConfig/{billingPlanApsId}

TierConfigResponseDTO.

getTierRequest

GET

/getTierRequest/{productLineApsId}

TierConfigResponseDTO.

Get tier config of Connect product by product line.

getTierConfigs

GET

/getTierConfigs

Instance of List<TierConfigurationDTO>

Get list of tier configs

getConnectProductActionLink

GET

/tier/action/{productLineApsId}/{actionId}

Instance of ProductActionLink

Get action link for Connect product by product line and action id

getBusinessMetrics

GET

/business-metrics

Reserved for future use

createTierConfigRequest

POST

/tierConfigRequest

Reserved for future use

createTierRequest

POST

/tierRequest/{productLineApsId}

TierConfigurationRequest.

Create tier request

validateTierConfigRequest

POST

/validateTierConfigRequest

Reserved for future use

submitTierConfigRequest

POST

/submitTierConfigRequest

Reserved for future use

validate

POST

/validate

Reserved for future use

getTenantBySubscriptionId

GET

/tenantBySubscriptionId/{subscriptionId}

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

getVersions

GET

/versions

Return component versions

getFulfillmentSystems

GET

/fulfillmentSystems

Reserved for future use

upgradeApplication

POST

/upgradeApplication

Reserved for future use

attributes

GET

/attributes

attributeValues

POST

/attributevalues

getResourceCategories

GET

/getResourceCategories

getUnitsOfMeasure

GET

/getUnitsOfMeasure

UOMs.

List of UOMs available to a user.

createPreset

HTTP Request

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

Description

Returns

updatePreset

HTTP Request

PUT /aps/2/resources/{aps-id}/presets/{id}

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

id

Integer

Returns

getPresetById

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

id

Integer

Returns

getAllPresets

HTTP Request

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

Description

Returns

getPresetCreateFormData

HTTP Request

GET /aps/2/resources/{aps-id}/presets/formData

Description

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

downloadBundleConfig

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

productLineUid

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

Parameters

PARAMETER

TYPE

DESCRIPTION

stId

String

Returns

getProductLineByServicePlanApsId

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

servicePlanApsId

String

Returns

getProductLinesByServicePlanApsId

HTTP Request

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

Description

Get all ProductLine resources linked to specified Service Plan

Parameters

PARAMETER

TYPE

DESCRIPTION

servicePlanApsId

String

Service Plan UID

Returns

List of ProductLine

getProductLineByApsId

HTTP Request

GET /aps/2/resources/{aps-id}/productLineByApsId/{productLineApsId}

Description

Get ProductLine by aps id

Parameters

PARAMETER

TYPE

DESCRIPTION

productLineApsId

String

Aps id of productLine

Returns

ProductLine

getProductLineByServiceTemplateApsId

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

serviceTemplateApsId

String

Returns

getProductLinesByServiceTemplateApsId

HTTP Request

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

Description

Get list of ProductLines by serviceTemplate aps id

Parameters

PARAMETER

TYPE

DESCRIPTION

serviceTemplateApsId

String

Aps id of serviceTemplate

Returns

{@link List<ProductLine>}

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

cancelProcessInstance

HTTP Request

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

Description

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

getUpgradePaths

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

planId

Integer

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

Parameters

PARAMETER

TYPE

DESCRIPTION

planApsId

String

Returns

getProductInfoByApsId

HTTP Request

GET /aps/2/resources/{aps-id}/productInfoByApsId/{productLineApsId}

Description

Get product info of Connect product by product line.

Parameters

PARAMETER

TYPE

DESCRIPTION

productLineApsId

String

ProductLine UUID

Returns

Instance of ProductInfoDTO

getTierConfigRequest

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

billingPlanApsId

String

BillingPlanApsId.

Returns

TierConfigResponseDTO.

getTierRequest

HTTP Request

GET /aps/2/resources/{aps-id}/getTierRequest/{productLineApsId}

Description

Get tier config of Connect product by product line.

Parameters

PARAMETER

TYPE

DESCRIPTION

productLineApsId

String

ProductLine UUID

Returns

TierConfigResponseDTO.

getTierConfigs

HTTP Request

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

Description

Get list of tier configs

Returns

Instance of List<TierConfigurationDTO>

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

createTierRequest

HTTP Request

POST /aps/2/resources/{aps-id}/tierRequest/{productLineApsId}

Description

Create tier request

Parameters

PARAMETER

TYPE

DESCRIPTION

productLineApsId

String

ProductLineApsId.

Returns

TierConfigurationRequest.

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

getTenantBySubscriptionId

HTTP Request

GET /aps/2/resources/{aps-id}/tenantBySubscriptionId/{subscriptionId}

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

subscriptionId

String

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

getVersions

HTTP Request

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

Description

Return component versions

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

attributes

HTTP Request

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

Description

Returns

attributeValues

HTTP Request

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

Description

Parameters

PARAMETER

TYPE

DESCRIPTION

request

AttributeValueRequest

Returns

getResourceCategories

HTTP Request

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

Description

Returns

getUnitsOfMeasure

HTTP Request

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

Description

List of UOMs available to a user.

Returns

UOMs.

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

companyName

String

Not Required

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

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

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

appCustomIconUrl

String

Not Required

The custom icon URL of the product

impersonationUid

String

Not Required

The APS identifier of the product

productLineInfo

ProductLineInfo

Not Required

ProductLineInfo

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

productLineUUID

String

Not Required

name

String

Not Required

productLineType

ProductLineType

Not Required

baseProductLine

ProductLineInfo

Not Required

ownProductLines

Array of ProductLineInfo

Not Required

ProductLineType

ConfigOrigination

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

configAPI

ConfigAPI

Not Required

ConfigAPI

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

PPR_UPLOAD

ConfigAPI

Not Required

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.

termsAndConditions

Object

Not Required

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

configOrigination

ConfigOrigination

Not Required

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

AttributeValuesDTO

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

id

String

Not Required

appId

String

Not Required

mpn

String

Not Required

itemId

String

Not Required

value

String

Not Required

AttributeValueRequest

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

attributeValues

Array of AttributeValuesDTO

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
        }
    }
]