Order Type
Specifies the classification of the order based on its nature, purpose, or contractual arrangement. This helps identify whether the order involves a new purchase, renewal, upgrade, transfer, suspension, migration, evaluation, or any other business scenario. Each value represents a predefined business process or transaction type that impacts how the order is handled and processed. For a complete list of supported values, refer to the `enum` section.
3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/dassault/json-schema/order_type.json",
"title": "Order Type",
"type": "string",
"description": "Specifies the classification of the order based on its nature, purpose, or contractual arrangement.\nThis helps identify whether the order involves a new purchase, renewal, upgrade, transfer, suspension,\nmigration, evaluation, or any other business scenario. Each value represents a predefined business process\nor transaction type that impacts how the order is handled and processed.\nFor a complete list of supported values, refer to the `enum` section.\n",
"enum": [
"Change of Channel",
"Change of VAR",
"DS Brand -> DS & Migration",
"DS Brand -> DS OTC Platform",
"EPP Training",
"Evaluation License",
"IBM -> DS",
"IBM -> DS & Migration",
"IBM -> DS without Support",
"IBM NAL Parallel Use -> DS",
"IBM NAL without Support -> DS",
"Intercompany Transfer",
"Migration - Non Standard",
"Migration - Standard",
"Module Exchange - Non Standard",
"Module Exchange - Standard",
"New",
"One Time Fee",
"Parallel Use Extension",
"Renewal",
"Special Order",
"Stop",
"Stop & Parallel Use",
"Stop - Transform",
"Suspension",
"Suspension Reinstatement",
"TOS Reinstatement",
"Termination Of Support",
"Transfer Parallel Use",
"Transfer without Support",
"VAR Use"
],
"x-enumDescriptions": {
"New": "A fresh order that does not involve any migration, renewal, or upgrade.",
"Renewal": "Extending an existing license.",
"Migration - Standard": "A standard migration from another platform.",
"Evaluation License": "License issued temporarily for evaluation purposes.",
"Stop - Transform": "Discontinuing an existing license with a shift to a transformed model or product.",
"Suspension": "Temporarily halting the license or support services.",
"Termination Of Support": "Ending the support of a product or service.",
"VAR Use": "Orders associated with Value-Added Resellers (VAR).",
"Change of Channel": "Changing Final Customer coverage from direct to indirect or vice versa.",
"Change of VAR": "Changing the Value-Added Reseller (VAR) for an existing order.",
"DS Brand -> DS & Migration": "Migrating from DS Brand to DS with migration services.",
"DS Brand -> DS OTC Platform": "Transitioning from DS Brand to DS OTC Platform.",
"EPP Training": "Training related to EPP (Enterprise Productivity Portfolio).",
"IBM -> DS": "Transitioning from IBM to DS.",
"IBM -> DS & Migration": "Transitioning from IBM to DS with migration services.",
"IBM -> DS without Support": "Transitioning from IBM to DS without support.",
"IBM NAL Parallel Use -> DS": "Parallel use of IBM NAL with DS.",
"IBM NAL without Support -> DS": "Transitioning from IBM NAL to DS without support.",
"Intercompany Transfer": "Transferring licenses between different companies.",
"Migration - Non Standard": "Non-standard migration processes.",
"Module Exchange - Non Standard": "Non-standard module exchange processes.",
"Module Exchange - Standard": "Standard module exchange processes.",
"One Time Fee": "Fee charged for a one-time service or transaction.",
"Parallel Use Extension": "Extending the parallel use period.",
"Special Order": "New licenses with specific administrative requests.",
"Stop": "Discontinuing an existing license.",
"Stop & Parallel Use": "Discontinuing an existing license with parallel use.",
"Suspension Reinstatement": "Reinstating a suspended license or support services.",
"TOS Reinstatement": "Reinstating terms of service.",
"Transfer Parallel Use": "Transferring licenses with parallel use.",
"Transfer without Support": "Transferring licenses without support."
},
"example": "Stop - Transform"
}