Skip to documentation
ClaimSoft integration

Attach WIP Workflow

Perform Attach WIP Workflow through ClaimSoft.

View as Markdown
claimsoft_attach_whip
writeclaimsoft

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • whip_item_number
    textrequired
    Whip Item Number

    Required text value.

Outputs

  • successSuccess
  • order_idOrder Id
  • wip_idWip Id
  • outcomeOutcome
  • attachedAttached
  • messageMessage
  • error_kindError Kind
  • errorError

Output schema completeness: best_effort_declared

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",
  "required": [
    "order_id",
    "patient_id",
    "whip_item_number"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "whip_item_number": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "wip_id": {},
    "message": {},
    "outcome": {},
    "success": {},
    "attached": {},
    "order_id": {},
    "error_kind": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions