# Acquire WhiteAid Order Lease

> Perform Acquire WhiteAid Order Lease through WhiteAid.

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

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

- Handler: `white_aid_dvs_acquire_order_lease`

## Inputs

- `request` — Request (json)
  Optional JSON value.
- `worklist_index` — Worklist Index (text)
  Optional 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

```json
{
  "type": "object",
  "properties": {
    "request": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "worklist_index": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
```

### Output schema

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