list_contracts
Retrieve contract detail lines with bill plan type and status, filtered by business unit, contract number, or effective status to locate specific contract records.
Instructions
List contract detail lines, optionally filtered by business unit,
contract number, or effective status. Each line includes its
associated bill plan type/status.
:param business_unit: Optional business unit code (e.g., 'UCD', 'UCB')
:param contract_num: Optional contract number
:param eff_status: Optional contract line effective status ('A' = Active, 'I' = Inactive)
:return: List of matching contract lines with bill plan info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eff_status | No | ||
| contract_num | No | ||
| business_unit | No |