Skip to documentation
WhiteAid integration

Acquire WhiteAid Order Lease

Perform Acquire WhiteAid Order Lease through WhiteAid.

View as Markdown
white_aid_dvs_acquire_order_lease
write

Inputs

  • request
    json
    Request

    Optional JSON value.

  • worklist_index
    text
    Worklist Index

    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
{
  "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
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all WhiteAid actions