Skip to documentation
WhiteAid integration

Plan Post-ePACES

Perform Plan Post-ePACES through WhiteAid.

View as Markdown
white_aid_dvs_plan_post_epaces
write

Inputs

  • request
    json
    Request

    Optional JSON value.

  • phase_2_result
    json
    Phase 2 Result

    Optional JSON value.

  • target_wip_state
    text
    Target Wip State

    Optional text value.

  • shipping_mode
    text
    Shipping Mode

    Optional text value.

  • drop_ship_vendor
    text
    Drop Ship Vendor

    Optional text value.

  • po_priority
    text
    Po Priority

    Optional text value.

  • po_ship_by
    text
    Po Ship By

    Optional text value.

  • po_freight
    text
    Po Freight

    Optional text value.

  • delivery_note_writeback_enabled
    boolean
    Delivery Note Writeback Enabled

    Optional 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
}
View all WhiteAid actions