Resolve Client Sheet Costs
Perform Resolve Client Sheet Costs through Brightree.
brightree_resolve_client_sheet_costsreadbrightree
Inputs
- Max Rows
max_rowsnumberrequiredRequired numeric value.
Default:
2000
Outputs
successSuccesscatalog_entriesCatalog Entriesrows_scannedRows Scannedcost_writtenCost Writtenmatched_itemMatched Itemmatched_hcpcsMatched Hcpcsno_catalog_matchNo Catalog Matchquantity_unparsedQuantity Unparseduncosted_remainingUncosted RemainingerrorError
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
}