Skip to documentation
WhiteAid integration

Log Prior Authorizations

Perform Log Prior Authorizations through WhiteAid.

View as Markdown
white_aid_dvs_log_prior_authorizations
write

Inputs

  • phase_3_input
    json
    Phase 3 Input

    Optional JSON value.

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