Skip to documentation
Brightree integration

Resolve Client Sheet Costs

Perform Resolve Client Sheet Costs through Brightree.

View as Markdown
brightree_resolve_client_sheet_costs
readbrightree

Inputs

  • max_rows
    numberrequired
    Max Rows

    Required numeric value.

    Default: 2000

Outputs

  • successSuccess
  • catalog_entriesCatalog Entries
  • rows_scannedRows Scanned
  • cost_writtenCost Written
  • matched_itemMatched Item
  • matched_hcpcsMatched Hcpcs
  • no_catalog_matchNo Catalog Match
  • quantity_unparsedQuantity Unparsed
  • uncosted_remainingUncosted Remaining
  • 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": [
    "max_rows"
  ],
  "properties": {
    "max_rows": {
      "type": "number",
      "default": 2000,
      "description": "Required numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "cost_written": {},
    "matched_item": {},
    "rows_scanned": {},
    "matched_hcpcs": {},
    "catalog_entries": {},
    "no_catalog_match": {},
    "quantity_unparsed": {},
    "uncosted_remaining": {}
  },
  "additionalProperties": true
}
View all Brightree actions