Match Supplementary Navigator Order
Perform Match Supplementary Navigator Order through Navigator.
dynasplint_match_supplementary_navigator_orderwritedynasplint_navigator
Inputs
- Order Candidate
order_candidatejsonOptional JSON value.
- Match Requested
match_requestedbooleanOptional true-or-false value.
Default:
false - Document Id
document_idtextOptional text value.
- Fax Received At
fax_received_attextrequiredRequired text value.
- Territory Id
territory_idtextrequiredRequired text value.
- Territory Source
territory_sourcetextrequiredRequired text value.
- Last Name Prefix
last_name_prefixtextOptional text value.
- Ingress Provenance
ingress_provenancetextOptional text value.
- Trusted Route Id
trusted_route_idtextOptional text value.
- Routing Branch
routing_branchtextOptional text value.
- Local Timezone
local_timezonetextOptional text value.
Default:
"America/New_York"
Outputs
attemptedAttemptedsupplementarySupplementarynew_orderNew Ordermatched_external_order_idMatched External Order Idorders_in_progressOrders In Progresscandidates_comparedCandidates Comparedmatching_ordersMatching Ordersreview_reasonsReview ReasonserrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"fax_received_at",
"territory_id",
"territory_source"
],
"properties": {
"document_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"territory_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"local_timezone": {
"type": "string",
"default": "America/New_York",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"routing_branch": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"fax_received_at": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"match_requested": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"order_candidate": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"last_name_prefix": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"territory_source": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"trusted_route_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ingress_provenance": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"attempted": {},
"new_order": {},
"supplementary": {},
"review_reasons": {},
"matching_orders": {},
"orders_in_progress": {},
"candidates_compared": {},
"matched_external_order_id": {}
},
"additionalProperties": true
}