Look Up Contract Rates
Perform Look Up Contract Rates through ExaPACS.
exapacs_lookup_contract_rateswrite
Inputs
- Plan Key
plan_keyexpressionrequiredRequired literal value or workflow expression.
- Studies
studiesexpressionrequiredRequired literal value or workflow expression.
Outputs
ratesRatesany_ambiguousAny Ambiguousany_missingAny Missingresolution_statusResolution Statusresolution_messageResolution MessageerrorErrorerror_messageError Message
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"plan_key",
"studies"
],
"properties": {
"studies": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"plan_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"rates": {},
"any_missing": {},
"any_ambiguous": {},
"error_message": {},
"resolution_status": {},
"resolution_message": {}
},
"additionalProperties": true
}