Dassault Systèmes · Schema
Sub Order Type
sub Order Type
3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/dassault/json-schema/sub_order_type.json",
"title": "Sub Order Type",
"type": "string",
"description": "sub Order Type",
"enum": [
"Change of Channel",
"Change of VAR",
"EPP Training",
"Evaluation License",
"Transfer License",
"New License",
"One Time Fee",
"License Renewal",
"Stop (NO Parallel Use)",
"Stop - Transform",
"Stop License",
"Stop of PU",
"Stop & Parallel use",
"Suspension",
"Suspension Reinstatement",
"TOS Reinstatement",
"Termination Of Support",
"Transfer without Support",
"VAR Use"
],
"x-enumDescriptions": {
"Change of Channel": "Changing customer coverage from direct to indirect or vice versa.",
"Change of VAR": "Changing the Value-Added Reseller (VAR) for an existing order.",
"EPP Training": "Training related to EPP (Enterprise Productivity Portfolio).",
"Evaluation License": "License issued temporarily for evaluation purposes.",
"Transfer License": "Transferring licenses between different companies.",
"New License": "Fresh order that does not involve any migration, renewal, or upgrade.",
"One Time Fee": "Fee charged for a one-time service or transaction.",
"License Renewal": "Extending an existing license.",
"Stop (NO Parallel Use)": "Discontinuing an existing license with no parallel use",
"Stop - Transform": "Discontinuing an existing license with a shift to a transformed model or product.",
"Stop License": "Discontinuing an existing license.",
"Stop of PU": "Discontinuing an existing PU license.",
"Stop & Parallel use": "Discontinuing an existing license with parallel use",
"Suspension": "Temporarily halting the license or support services.",
"Suspension Reinstatement": "Reinstating a suspended license or support services.",
"TOS Reinstatement": "Reinstating terms of service.",
"Termination Of Support": "Ending the support of a product or service.",
"Transfer without Support": "Transferring licenses without support.",
"VAR Use": "Orders associated with Value-Added Resellers (VAR)."
},
"example": "New License"
}