# Plan Post-ePACES

> Perform Plan Post-ePACES through WhiteAid.

Source: [https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_plan_post_epaces](https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_plan_post_epaces)

Integration: [WhiteAid](https://genhealth.ai/docs/workflows/integrations/white-aid.md)

- Handler: `white_aid_dvs_plan_post_epaces`

## Inputs

- `request` — Request (json)
  Optional JSON value.
- `phase_2_result` — Phase 2 Result (json)
  Optional JSON value.
- `target_wip_state` — Target Wip State (text)
  Optional text value.
- `shipping_mode` — Shipping Mode (text)
  Optional text value.
- `drop_ship_vendor` — Drop Ship Vendor (text)
  Optional text value.
- `po_priority` — Po Priority (text)
  Optional text value.
- `po_ship_by` — Po Ship By (text)
  Optional text value.
- `po_freight` — Po Freight (text)
  Optional text value.
- `delivery_note_writeback_enabled` — Delivery Note Writeback Enabled (boolean)
  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

```json
{
  "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

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
