Skip to documentation
Consignment Intake integration

Build Consignment Order Mapping

Perform Build Consignment Order Mapping through Consignment Intake.

View as Markdown
build_consignment_order_mapping
write

Inputs

  • packet_context
    jsonrequired
    Packet Context

    Required JSON value.

  • extracted_fields
    jsonrequired
    Extracted Fields

    Required JSON value.

  • document_text
    expression
    Document Text

    Optional literal value or workflow expression.

  • as_of_date
    date
    As Of Date

    Optional date in YYYY-MM-DD format.

  • salesperson_name
    expression
    Salesperson Name

    Optional literal value or workflow expression.

  • salesperson_review_required
    boolean
    Salesperson Review Required

    Optional true-or-false value.

  • source_location
    json
    Source Location

    Optional JSON value.

  • policyholder_resolution
    json
    Policyholder Resolution

    Optional JSON value.

Outputs

  • successSuccess
  • ready_for_order_writeReady For Order Write
  • review_requiredReview Required
  • review_reasonReview Reason
  • review_reasonsReview Reasons
  • review_detailsReview Details
  • source_locationSource Location
  • policyholder_outcomePolicyholder Outcome
  • medicaid_payer_outcomeMedicaid Payer Outcome
  • northwood_tpa_outcomeNorthwood Tpa Outcome
  • eligibility_rejection_categoryEligibility Rejection Category
  • as_of_dateAs Of Date
  • errorError
  • error_kindError Kind

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": [
    "packet_context",
    "extracted_fields"
  ],
  "properties": {
    "as_of_date": {
      "type": "string",
      "format": "date",
      "description": "Optional date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "document_text": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "packet_context": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "source_location": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "extracted_fields": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "salesperson_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "policyholder_resolution": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "salesperson_review_required": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "as_of_date": {},
    "error_kind": {},
    "review_reason": {},
    "review_details": {},
    "review_reasons": {},
    "review_required": {},
    "source_location": {},
    "policyholder_outcome": {},
    "northwood_tpa_outcome": {},
    "ready_for_order_write": {},
    "medicaid_payer_outcome": {},
    "eligibility_rejection_category": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions