Apply Consignment Side Modifiers
Perform Apply Consignment Side Modifiers through Consignment Intake.
apply_consignment_side_modifierswrite
Inputs
- Items
itemsjsonrequiredRequired JSON value.
- Diagnosis Codes
diagnosis_codesjsonOptional JSON value.
- Packet Fields
packet_fieldsjsonOptional JSON value.
Outputs
successSuccessitemsItemsresolved_line_countResolved Line Countunresolved_line_countUnresolved Line Countunresolved_line_keysUnresolved Line KeyserrorError
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
}