Write Delivery Note
Perform Write Delivery Note through WhiteAid.
white_aid_dvs_write_delivery_notewrite
Inputs
- Phase 3 Input
phase_3_inputjsonOptional JSON value.
- Delivery Note Lines
delivery_note_linesexpressionOptional literal value or workflow expression.
- Order Lease
order_leasejsonOptional JSON value.
- Delivery Note Writeback Enabled
delivery_note_writeback_enabledbooleanOptional true-or-false value.
Default:
true
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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",
"properties": {
"order_lease": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"phase_3_input": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"delivery_note_lines": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"delivery_note_writeback_enabled": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}