Schema:

BILLING

PARTNER_CONTRACT_ITEMS view

The PARTNER_CONTRACT_ITEMS view in the BILLING schema provides contract information for the reseller’s customers.

Columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the reseller’s organization.
SOLD_TO_ORGANIZATION_NAMEVARCHARName of the organization of the reseller’s customer.
SOLD_TO_CUSTOMER_NAMEVARCHARName of the reseller’s customer.
SOLD_TO_PO_NUMBERVARCHAR

Purchase order number associated with the reseller’s sale to the customer.

SOLD_TO_CONTRACT_NUMBERVARCHARNumber associated with the customer’s contract with the reseller.
START_DATEDATE

Start date for the customer’s contract with the reseller, or the date the CONTRACT_ITEM goes into effect.

END_DATEDATEEnd date of the customer’s contract with the reseller.
EXPIRATION_DATEDATEExpiration date of the customer’s contract with the reseller.
CONTRACT_ITEMVARCHAROne of capacity, additional capacity, or free usage.
CURRENCYVARCHARCurrency for the CONTRACT_ITEM.
AMOUNTNUMBER(26,4)Amount for the CONTRACT_ITEM.
CONTRACT_MODIFIED_DATEDATEDate (in UTC) the CONTRACT_ITEM was last modified.

Usage notes

  • Latency for the view can be up to 24 hours.