Skip to documentation
ClaimSoft integration

List Purchase Order Documents

Perform List Purchase Order Documents through ClaimSoft.

View as Markdown
claimsoft_list_purchase_order_documents
readclaimsoft

Inputs

  • purchase_order_id
    expressionrequired
    Purchase Order Id

    Required literal value or workflow expression.

Outputs

  • purchase_order_idPurchase Order Id
  • totalTotal
  • documentsDocuments
  • inventory_urlInventory Url
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "purchase_order_id"
  ],
  "properties": {
    "purchase_order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "total": {},
    "documents": {},
    "inventory_url": {},
    "purchase_order_id": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions