You are here: API Foundations > Call Basics

Call Basics

This API offers Create, Read, Update, and Delete capabilities. In this API, we use the term query instead of read, which gives a bit more depth to the capability, but it is essentially the same process.

The Zuora API calls can be thought of as verbs in that they perform the CRUD actions upon the API objects. Using the calls, you can perform various tasks such as

As an alternative, you can Invoke the subscribe call, which is an all-in-one solution for creating a request to subscribe to a service.

Where To Find More

Specific, detailed information about each call is provided in the Reference section under Calls as Verbs. You can also find a matrix of the objects, showing which actions can be performed upon each, here.

Call Definitions

All API calls are

Your client applications may need to handle some failures if a requested operation could not be completed.

Standards Compliance 

The API complies with the following specifications:

The Differences Between subscribe and create

Copyright © 2008-2009 Zuora, Inc.