Skip to documentation
Consignment Intake integration

Apply Consignment Side Modifiers

Perform Apply Consignment Side Modifiers through Consignment Intake.

View as Markdown
apply_consignment_side_modifiers
write

Inputs

  • items
    jsonrequired
    Items

    Required JSON value.

  • diagnosis_codes
    json
    Diagnosis Codes

    Optional JSON value.

  • packet_fields
    json
    Packet Fields

    Optional JSON value.

Outputs

  • successSuccess
  • itemsItems
  • resolved_line_countResolved Line Count
  • unresolved_line_countUnresolved Line Count
  • unresolved_line_keysUnresolved Line Keys
  • errorError

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": [
    "items"
  ],
  "properties": {
    "items": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "packet_fields": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "diagnosis_codes": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "items": {},
    "success": {},
    "resolved_line_count": {},
    "unresolved_line_keys": {},
    "unresolved_line_count": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions