List Purchase Order Documents
Perform List Purchase Order Documents through ClaimSoft.
claimsoft_list_purchase_order_documentsreadclaimsoft
Inputs
- Purchase Order Id
purchase_order_idexpressionrequiredRequired literal value or workflow expression.
Outputs
purchase_order_idPurchase Order IdtotalTotaldocumentsDocumentsinventory_urlInventory UrlerrorError
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
}