DecisioQ System Architecture Decision Concepts Decision List API Guide Client Kit Developer Center Decision Studio Quick Start Playground End-to-End Examples

AUTO-PART-039 End-to-End Example

Determine Core Charge Handling using Identity, the secured Decision Catalog, Decision Catalog token propagation, catalog constraints, and Prepared Criteria Mode execution.

Automotive Auto Parts Core & Returns TOPSIS
IdentityIssue bearer token
CatalogDiscover decision metadata
ProfileSelect weights and scenario
ExecuteApply constraints and rank
ExplainReview result context

Overview

AUTO-PART-039, Determine Core Charge Handling, determines how to handle a core charge, core return, or core credit decision.

Decision ID
AUTO-PART-039
Decision Name
Determine Core Charge Handling
Decision Preparation Model
auto-parts-determine-core-charge-handling-auto-part-039 version 1.0.0
Default Profile
balanced
Default Scenario
standard
Catalog
DKR-AUTO-RUNTIME-001, version 13.9.3
The deterministic Decision Service ranks eligible core handling options. The explanation object is explanatory only and must not choose, rerank, or override the deterministic result.

Understanding This Decision

Determine Core Charge Handling helps Core & Returns teams compare candidate core handling options using core condition, return timeliness, supplier credit likelihood, customer policy compliance, financial exposure, and customer relationship impact.

Business question

Which core handling option should be recommended for determine core charge handling in the selected Auto Parts context?

Expected outcome

A recommended core handling option or ranked set of core handling options with the criteria and constraints that most influenced the result.

Typical users

Parts operations managers, returns teams, supplier credit teams, counter service teams, compliance reviewers, and integration teams building parts-order workflows.

Decision boundary

Use this decision to compare submitted core handling options. It supports business judgment and does not replace required legal, title, compliance, or management approvals.

Criteria

Criterion IDs are intentionally stable machine identifiers. Display labels are for users; request values should be keyed by canonical criterionId.

Criterion IDNameDirectionWeightValidation
core_condition_scoreCore Condition Scoremaximize25score_0_to_100
return_timeliness_scoreReturn Timeliness Scoremaximize15score_0_to_100
supplier_credit_likelihoodSupplier Credit Likelihoodmaximize20score_0_to_100
customer_policy_complianceCustomer Policy Compliancemaximize15score_0_to_100
financial_exposureFinancial Exposureminimize15non_negative_currency
relationship_impact_scoreRelationship Impact Scoremaximize10score_0_to_100

Data Preparation Guide

Loading criterion-specific integration guidance...

Constraint Processing

This decision includes one catalog-defined hard constraint. Decision Catalog returns the constraint with the decision detail, and Decision Service evaluates it before criteria-based ranking.

Verified Catalog ConstraintStatusEffect
AUTO-PART-039-POLICY-COMPLIANCE-MIN-70Hard, enabled, mandatoryRequires customer_policy_compliance >= 70 before a candidate can participate in ranking.
Eligible and Excluded Candidates
{
  "constraintSummary": {
    "definedConstraintCount": 1,
    "activeConstraintCount": 1,
    "eligibleOptionCount": 2,
    "excludedOptionCount": 1,
    "eligibleOptions": [
      "option-1",
      "option-2"
    ],
    "excludedOptions": [
      {
        "optionId": "option-3",
        "reasons": [
          "Customer policy compliance is below the minimum threshold of 70."
        ]
      }
    ]
  }
}
Constraint Handling Pattern
const constraints = decisionDetail.constraints || [];
if (constraints.length > 0) {
  // Decision Service applies catalog constraints before ranking.
  // Excluded candidates appear in response.constraintSummary.excludedOptions.
}

const summary = response.constraintSummary;
const excluded = response.decisionResult?.excludedOptions || [];

Excluded candidates do not participate in ranking because hard constraints are evaluated before scoring. For AUTO-PART-039, option-3 is excluded from the showcase sample because its customer policy compliance is below the catalog threshold.

Decision Preparation Model

The published Decision Preparation Model validates and transforms illustrative Business Data into the canonical criteria required by AUTO-PART-039 before Decision Service applies ranking.

Profile ID
auto-parts-determine-core-charge-handling-auto-part-039
Version
1.0.0
Options Path
$.partsOrders
Option ID Path
$.optionId
Display Name Path
$.name
Client Business Data PathTransformationCanonical Criterion IDUnitValidation
option.assessment.coreConditionScoredirect valuecore_condition_scoreScoreInput Contract
option.schedule.returnTimelinessScoredirect valuereturn_timeliness_scoreScoreInput Contract
option.core.and.returns.supplierCreditLikelihooddirect valuesupplier_credit_likelihoodScoreInput Contract
option.risk.customerPolicyCompliancedirect valuecustomer_policy_complianceScoreInput Contract
option.financial.financialExposuredirect valuefinancial_exposureCurrencyInput Contract
option.assessment.relationshipImpactScoredirect valuerelationship_impact_scoreScoreInput Contract
Illustrative Business Data
{
  "requestContext": {
    "sourceSystem": "automotive-profile-factory",
    "correlationId": "factory-auto-part-039"
  },
  "partsOrders": [
    {
      "optionId": "PART-039-01",
      "name": "Determine Core Charge Handling Option 1",
      "assessment": {
        "coreConditionScore": 36.0,
        "relationshipImpactScore": 61.0
      },
      "schedule": {
        "returnTimelinessScore": 60.0
      },
      "core": {
        "and": {
          "returns": {
            "supplierCreditLikelihood": 18.0
          }
        }
      },
      "risk": {
        "customerPolicyCompliance": 77.0
      },
      "financial": {
        "financialExposure": 152500.0
      }
    },
    {
      "optionId": "PART-039-02",
      "name": "Determine Core Charge Handling Option 2",
      "assessment": {
        "coreConditionScore": 77.0,
        "relationshipImpactScore": 71.0
      },
      "schedule": {
        "returnTimelinessScore": 72.0
      },
      "core": {
        "and": {
          "returns": {
            "supplierCreditLikelihood": 27.0
          }
        }
      },
      "risk": {
        "customerPolicyCompliance": 80.5
      },
      "financial": {
        "financialExposure": 100000.0
      }
    }
  ]
}
Prepared Option Values
{
  "optionId": "PART-039-01",
  "name": "Determine Core Charge Handling Option 1",
  "values": {
    "core_condition_score": 36.0,
    "return_timeliness_score": 60.0,
    "supplier_credit_likelihood": 18.0,
    "customer_policy_compliance": 77.0,
    "financial_exposure": 152500.0,
    "relationship_impact_score": 61.0
  }
}
This example illustrates the published request structure. Adapt it to your organization and validate it against the Input Contract.

Profiles and Scenarios

This example selects a Profile for evaluation emphasis and a Scenario for operating context. Discover both from the selected Decision Catalog definition.

Profile IDNamePurpose
balancedBalancedPreserves the default Decision Catalog criterion weights.
cost_focusedCost FocusedPlaces stronger emphasis on price, margin, carrying cost, fulfillment cost, and other financial criteria.
service_focusedService FocusedPlaces stronger emphasis on availability, customer urgency, fill rate, delivery promise, and customer experience criteria.
risk_averseRisk AversePlaces stronger emphasis on compatibility, warranty exposure, return risk, stockout risk, and operational uncertainty.
Scenario IDNameUse When
standardStandard Operating ScenarioNormal operating context for routine parts sales and customer service decision execution.
stock_constrainedStock-Constrained ScenarioUse when inventory is limited, backorders are high, or allocation discipline is required.
urgent_customer_needUrgent Customer Need ScenarioUse when customer downtime, repair urgency, or service-level commitments are more important than normal.
margin_protectionMargin Protection ScenarioUse when price discipline, margin preservation, or credit exposure must be controlled more aggressively.

Prepared Input

For Prepared Criteria Mode, send decisionId, selected profile/scenario IDs, and option values keyed by canonical criterion ID. This request intentionally does not duplicate values under display labels.

Prepared Criteria Mode JSON
{
  "decisionId": "AUTO-PART-039",
  "profileId": "balanced",
  "scenarioId": "standard",
  "algorithm": "TOPSIS",
  "weightStrategy": "Expert",
  "runSensitivity": false,
  "requestContext": {
    "correlationId": "auto-part-039-demo-001"
  },
  "options": [
    {
      "optionId": "option-1",
      "name": "Full Core Credit",
      "values": {
        "core_condition_score": 80,
        "return_timeliness_score": 80,
        "supplier_credit_likelihood": 80,
        "customer_policy_compliance": 80,
        "financial_exposure": 1500,
        "relationship_impact_score": 80
      }
    },
    {
      "optionId": "option-2",
      "name": "Partial Core Credit",
      "values": {
        "core_condition_score": 73,
        "return_timeliness_score": 73,
        "supplier_credit_likelihood": 73,
        "customer_policy_compliance": 73,
        "financial_exposure": 1950,
        "relationship_impact_score": 73
      }
    },
    {
      "optionId": "option-3",
      "name": "Core Charge Retained",
      "values": {
        "core_condition_score": 66,
        "return_timeliness_score": 66,
        "supplier_credit_likelihood": 66,
        "customer_policy_compliance": 66,
        "financial_exposure": 2400,
        "relationship_impact_score": 66
      }
    }
  ]
}

Execute

cURL
curl -X POST "https://dde.vinquery.com/api/v1/decide" \
  -H "Authorization: Bearer ${DECISIOQ_TOKEN}" \
  -H "Content-Type: application/json" \
  -H "X-Correlation-Id: auto-part-039-demo-001" \
  --data @auto-part-039-execute.json

Decision Service retrieves authoritative criteria, validation metadata, and constraints from Decision Catalog, excludes candidates that fail mandatory hard constraints, executes the deterministic ranking, and returns the decision result plus execution metadata.

Interpret the Result

The successful response includes both the deterministic decisionResult and a top-level explanation object. The explanation adds context but does not select, rerank, recalculate, or override the ranking.

Successful Response Shape
{
  "service": "decisioq",
  "version": "7.6.3",
  "requestId": "0HNE...",
  "operation": "Decide",
  "success": true,
  "decisionType": "AUTO-PART-039",
  "decisionVersion": "13.9.3",
  "timestampUtc": "2026-07-19T00:00:00Z",
  "decisionResult": {
    "winner": "option-1",
    "confidence": 91,
    "ranking": [
      {
        "optionId": "option-1",
        "score": 0.91,
        "breakdown": {
          "core_condition_score": 0.25,
          "return_timeliness_score": 0.15,
          "supplier_credit_likelihood": 0.20,
          "customer_policy_compliance": 0.15,
          "financial_exposure": 0.15,
          "relationship_impact_score": 0.10
        },
        "normalizationBreakdown": {}
      },
      {
        "optionId": "option-2",
        "score": 0.84,
        "breakdown": {},
        "normalizationBreakdown": {}
      }
    ],
    "excludedOptions": [
      {
        "optionId": "option-3",
        "reasons": [
          "Customer policy compliance is below the minimum threshold of 70."
        ]
      }
    ]
  },
  "explanation": {
      "summary": "The selected core handling option provided the strongest overall balance of core condition, return timeliness, supplier credit likelihood, customer policy compliance, financial exposure, and relationship impact.",
      "whyRecommended": "It met the hard customer policy compliance threshold and ranked highest among eligible core handling options.",
      "keyDrivers": [],
      "tradeoffs": [],
      "competitors": [],
      "sensitivitySummary": "Sensitivity analysis was not included in this response.",
      "scenarioSummary": "The standard scenario was selected.",
      "risks": [],
      "nextSteps": [],
      "assumptions": []
  },
  "constraintSummary": {
    "definedConstraintCount": 1,
    "activeConstraintCount": 1,
    "eligibleOptionCount": 2,
    "excludedOptionCount": 1,
    "eligibleOptions": [
      "option-1",
      "option-2"
    ],
    "excludedOptions": [
      {
        "optionId": "option-3",
        "reasons": [
          "Customer policy compliance is below the minimum threshold of 70."
        ]
      }
    ]
  },
  "warnings": [],
  "requestContext": {
    "correlationId": "auto-part-039-demo-001"
  }
}
WinnerThe selected option ID in decisionResult.winner.
RankingOnly eligible options ordered by deterministic score.
ExclusionsHard-constraint failures listed under constraintSummary and decisionResult.excludedOptions.

Sensitivity Analysis

runSensitivity is an optional execution flag supported by both Business Data Mode and Prepared Criteria Mode. Set it to true when the client wants recommendation-stability information in the same response. The sensitivity engine analyzes the prepared criteria produced by either input path, perturbs criterion weights by controlled factors, and reports whether the winner remains stable.

Sensitivity Result Shape
{
  "sensitivityResult": {
    "stableWinner": true,
    "winner": "option-1",
    "mostSensitiveCriterion": "return_timeliness_score",
    "confidence": 95,
    "criterionImpacts": {
      "return_timeliness_score": 0.1842
    },
    "winnerChangeCounts": {
      "return_timeliness_score": 0
    }
  }
}

Use sensitivity output to decide whether a recommendation is robust enough for automation or should be reviewed by a person.

Explanation of Decision Result

Every successful response includes a provider-neutral top-level explanation object. It explains the already-finalized deterministic result and does not change the ranking.

Explanation Shape
{
  "explanation": {
      "summary": "The selected core handling option provided the strongest overall balance of core condition, return timeliness, supplier credit likelihood, customer policy compliance, financial exposure, and relationship impact.",
      "whyRecommended": "It met the hard customer policy compliance threshold and ranked highest among eligible core handling options.",
      "keyDrivers": [],
      "tradeoffs": [],
      "competitors": [],
      "sensitivitySummary": "Sensitivity analysis was not included in this response.",
      "scenarioSummary": "The standard scenario was selected.",
      "risks": [],
      "nextSteps": [],
      "assumptions": []
  }
}
Explanation output is supporting context. Business-facing pages should render the explanation, warnings, assumptions, and limitations without provider branding.

Tracing and Logs

Use request identifiers to connect client, catalog, and execution activity during support or integration testing.

X-Request-Id
Optional client-supplied request ID. If omitted, the server generates one.
X-Correlation-Id
Optional client correlation value propagated from Decision Service to Decision Catalog.
requestContext.correlationId
Optional payload value echoed in the response and used for tracing.
configurationUsed
The authoritative effective weight strategy, ranking algorithm, profile, scenario, sensitivity setting, and source for each value.
diagnostics
Safe execution counts returned only when responseOptions.includeDiagnostics is true.

Code Examples

These examples demonstrate the current DecisioQ flow:

  1. Request jwtToken from https://identity.vinquery.com/connect/token.
  2. Load AUTO-PART-039 metadata from https://dks.vinquery.com/decisioncatalog/decisions/AUTO-PART-039.
  3. Execute a Prepared Criteria Mode at https://dde.vinquery.com/api/v1/decide.

Set these environment variables before running any companion example:

Environment variables
DECISIOQ_CLIENT_ID
DECISIOQ_CLIENT_SECRET

Optional:
DECISIOQ_AUDIENCE=vinquery:api:decisioq
DECISIOQ_IDENTITY_URL=https://identity.vinquery.com/connect/token
DECISIOQ_DKS_URL=https://dks.vinquery.com
DECISIOQ_DDE_URL=https://dde.vinquery.com

Download the source files directly:

Troubleshooting

SymptomLikely CauseWhat to Check
401 UnauthorizedMissing, expired, or invalid bearer token.Request a fresh jwtToken from Identity and send it as Authorization: Bearer ....
Decision not foundThe decision ID is not in the active catalog.Load /decisioncatalog/decisions/AUTO-PART-039 and confirm the ID is published.
Validation failedA required criterion value is missing or outside its rule.Use canonical criterion IDs and keep score values in the expected range.
Candidate excludedA mandatory hard constraint failed.Review constraintSummary.excludedOptions for the exact candidate and reason.
HTML error responseAn upstream hosted service failed before returning JSON.Check service health and server logs for Identity, Decision Catalog, or Decision Service.

Production Checklist

Security

Keep API Consumer credentials and jwtTokens on the server side. Use HTTPS, short-lived bearer tokens, and an API Consumer linked to a DecisioQ account for usage accounting.

Catalog

Load decision metadata from Decision Catalog and cache cautiously. Refresh when catalog versions change.

Request Quality

Use canonical criterion IDs, validate value ranges, and send at least two candidate options.

Constraints

Show excluded candidates separately. Do not include them in user-facing ranking tables.

Explanation

Display explanation text as supporting context only. Never let generated explanation text override deterministic results.

User Experience

Show business labels to users and keep raw execution trace collapsed for advanced diagnostics.