Table of contents
- 1. Overview
- 2. Zuora API Object Relationships
- 3. Core Data Types
- 3.1. zObject
- 3.2. ApiFault
- 3.3. Error and ErrorCode
- 4. Related
- 1. Overview
- 2. Zuora API Object Relationships
- 3. Core Data Types
- 3.1. zObject
- 3.2. ApiFault
- 3.3. Error and ErrorCode
- 4. Related
Overview
The calls in the Zuora API are similar to verbs (they perform actions), and they perform actions upon the Zuora objects. The Zuora API objects, such as Account and Subscription, support the API calls, such as subscribe().
The objects provide essential information needed to create and maintain a subscription, such as the information needed to create an account, contact information for that account, methods of payment for that account, and information relating to the subscription for that account.
Zuora API Object Relationships
The following illustration shows the relationships between the objects in the Z-Commerce API.
Core Data Types
The following data types are used in various ways in applications created using this API.
zObject
This is the base object from which all other objects are derived. See zObject for more information.
zObject contributes additional fields to all Zuora objects. For information on the field types, see Field Types.
ApiFault
This is the base fault object. See Faults for more information.
Error and ErrorCode
These are the error-handling objects. See Error Handling for more information.
Related
- Field Types
- Account
- Amendment
- CommunicationProfile
- Contact
- CreditBalanceAdjustment
- Export
- Invoice
- InvoiceAdjustment
- InvoiceItem
- InvoiceItemAdjustment
- InvoicePayment
- Payment
- PaymentMethod
- Product
- ProductRatePlan
- ProductRatePlanCharge
- ProductRatePlanChargeTier
- RatePlan
- RatePlanCharge
- RatePlanChargeTier
- Refund
- RefundInvoicePayment
- Subscription
- TaxationItem
- Usage
- zObject


Comments