Skip to main content

SOAP API Object Relationships

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

  • US Data Center Customers: The SOAP API is no longer under active development. The legacy SOAP calls still function, but are now also available in REST.

    EU Data Center Customers: The SOAP API is not available. Please use the REST API.

    APAC Data Center Customers: The SOAP API is not available. Please use the REST API.

    Going forward, new features will only be available through the REST API. We strongly recommend that all integrations are done using the REST API.

    You can find the REST API documentation at https://www.zuora.com/developer/.

SOAP API Object Relationships

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 SOAP API Object Relationships

The following illustration shows the relationships between the objects in the Zuora SOAP API. 

This version of the SOAP object relationships diagram is not actively maintained. See Zuora Business Objects Relationship for the current version of the general Zuora business objects relationships.

Click diagram for a larger view.

Zuora API Object Relationship Diagram

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.