Skip to documentation
Consignment Intake integration

Validate Consignment Order Prerequisites

Perform Validate Consignment Order Prerequisites through Consignment Intake.

View as Markdown
validate_consignment_order_create_prerequisites
write

Inputs

  • packet_context
    jsonrequired
    Packet Context

    Required JSON value.

  • billing_location_ids
    jsonrequired
    Billing Location Ids

    Required JSON value.

  • order_defaults
    jsonrequired
    Order Defaults

    Required JSON value.

Outputs

  • successSuccess
  • ready_for_patient_insurance_writeReady For Patient Insurance Write
  • review_requiredReview Required
  • review_reasonReview Reason
  • review_reasonsReview Reasons
  • 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",
    "billing_location_ids",
    "order_defaults"
  ],
  "properties": {
    "order_defaults": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "packet_context": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "billing_location_ids": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "error_kind": {},
    "review_reason": {},
    "review_reasons": {},
    "review_required": {},
    "ready_for_patient_insurance_write": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions