Search Inventory by HCPCS
Perform Search Inventory by HCPCS through Bonafide.
bonafide_search_inventory_by_hcpcsreadbonafide
Inputs
- Hcpcs
hcpcsexpressionrequiredRequired literal value or workflow expression.
- Office
officeexpressionOptional literal value or workflow expression.
Outputs
successSuccessitemsItemstotal_countTotal CountmessageMessageerrorErrorerror_messageError Message
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": [
"hcpcs"
],
"properties": {
"hcpcs": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"office": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"items": {},
"message": {},
"success": {},
"total_count": {},
"error_message": {}
},
"additionalProperties": true
}