You are here: API Reference > Objects > SubscribeResult

SubscribeResult

This object provides the results of a subscribe request.

Syntax

SubscribeResult[] = subscribe(SubscribeRequest[])

Fields

For information on the field types, see Field Types.

Name Required? Type Allowable Values Description
AccountId NA zns: ID This field is not editable The system-generated Zuora ID for the created account.
AccountNumber NA string This field is not editable The account number.
Errors NA An array of type Error This field is not editable An array of errors denoting why the subscribe request may have failed.
InvoiceId NA zns: ID This field is not editable The system-generated Zuora invoice ID for the created Account.
InvoiceNumber NA string This field is not editable An invoice number associated with this subscription.
PaymentTransactionNumber NA string This field is not editable A payment transaction number associated with this subscription.
SubscriptionId NA zns: ID This field is not editable An identification number for the subscription.
SubscriptionNumber NA string This field is not editable A number for the subscription.

Success

NA boolean This field is not editable

Indicates whether the subscribe request succeeded (true) or did not succeed (false).

Copyright © 2008-2009 Zuora, Inc.