get_project_contracts
Retrieve a project with its contract detail lines and associated bill plans to obtain a complete billing overview for a given business unit and project ID.
Instructions
Get a project along with all contract lines and bill plans tied to it.
This is the primary tool for understanding a project's full billing
picture: the project record, its contract detail lines (CA_DETAIL),
and each line's bill plan (CA_BILL_PLAN).
:param business_unit: Business unit code (e.g., 'UCD', 'UCB')
:param project_id: The project ID
:return: Project details with related contract lines and bill plans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| business_unit | Yes |