Edit Delivery Dates
Perform Edit Delivery Dates through Brightree.
brightree_edit_delivery_dateswritebrightree
Inputs
- Sales Order Key
sales_order_keyexpressionOptional literal value or workflow expression.
- Scheduled Date
scheduled_datetextOptional text value.
- Actual Date
actual_datetextOptional text value.
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": {
"actual_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"scheduled_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"sales_order_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}