Skip to documentation
WhiteAid integration

Release WhiteAid Order Lease

Perform Release WhiteAid Order Lease through WhiteAid.

View as Markdown
white_aid_dvs_release_order_lease
write

Inputs

  • order_lease
    json
    Order Lease

    Optional JSON 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": {
    "order_lease": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all WhiteAid actions