TCV of customers
This article explains how to find the Total Contract Value (TCV) for a customer account using the Zuora UI and APIs.
In the Zuora UI, complete the following steps to find the TCV value for a customer account:
- Navigate to Customers > Customer Accounts in the left-hand navigation.
- Click the name of the desired customer account to open the account details page.
- On the account details page, scroll down to the Subscriptions & Amendments section, and find the Total TCV value in the Subscriptions-Owned tab.
To find the TCV value for a charge, use Zuora APIs:
-
In the Zuora REST API, use the tcv field in the Get subscriptions by key or Get subscriptions by account method.
-
In the Zuora SOAP API, use the TCV field on the RatePlanCharge object.