Plan Post-ePACES
Perform Plan Post-ePACES through WhiteAid.
white_aid_dvs_plan_post_epaceswrite
Inputs
- Request
requestjsonOptional JSON value.
- Phase 2 Result
phase_2_resultjsonOptional JSON value.
- Target Wip State
target_wip_statetextOptional text value.
- Shipping Mode
shipping_modetextOptional text value.
- Drop Ship Vendor
drop_ship_vendortextOptional text value.
- Po Priority
po_prioritytextOptional text value.
- Po Ship By
po_ship_bytextOptional text value.
- Po Freight
po_freighttextOptional text value.
- Delivery Note Writeback Enabled
delivery_note_writeback_enabledbooleanOptional true-or-false 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": {
"request": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"po_freight": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"po_ship_by": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"po_priority": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"shipping_mode": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"phase_2_result": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"drop_ship_vendor": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"target_wip_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"delivery_note_writeback_enabled": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}