SourcingAuditStrategy
Evaluation details for a single Sourcing Strategy considered during a Sourcing Request.
Fields
String)
Unique reference identifier for the Strategy.
Max character limit: 255.
String)
The evaluation outcome of the Strategy.
Supported values are SKIPPED (sourcing condition evaluation failed), EVALUATED (sourcing condition evaluation passed), and NOT_CONSIDERED (prior sourcing strategy succeeded).
Max character limit: 30.
DateTime)
Time the Strategy was evaluated.
Int)
The number of Locations considered by this Strategy.
Includes Locations that were excluded by location exclusion criteria during evaluation.
Json)
The Condition evaluation results for this Strategy.
One entry per Condition in evaluation order.
An array with one entry per Condition. Each entry is an object of the form { "p": true, "a": "NV" },
where p indicates whether the Condition passed and a is the value from the Order or FulfilmentChoice that the Condition was evaluated against, in its original type (for example "NV" for a Condition on delivery state). a is always present.
[SourcingAuditStrategyLocation])
The per-Location evaluation details for the Strategy with status EVALUATED.
Maximum of 100 Locations.
[SourcingAuditStrategyFulfilment])
The Fulfilments created by this Strategy and the Locations selected for them.