Use this object with subscribe to create one or more subscriptions.
In this call, each field is a complex type containing specific objects. For information on the field types, see Field Types.
Name | Required? | Type | Allowable Values | Description |
---|---|---|---|---|
Account | Yes | Object of type Account | A valid Account | This is the Account object containing the information for this particular subscription. It has all the information needed in order to create an account for a subscription. |
BillTo | Yes | Object of type Contact | A valid Contact for that account | This is the object that contains the contact associated with this account in the "Bill To" field. |
PaymentMethod | Yes | Object of type PaymentMethod | A valid PaymentMethod | This is the object defining what the payment details are for the Account. Account will be updated with this payment as the default payment method. |
SoldToContact | No | Object of type Contact | A valid Contact | This is normally the same as BillTo, though it can be different. If you don’t specify SoldTo, it defaults to the information in BillTo. |
SubscriptionData | Yes | Object of type SubscriptionData | A valid SubscriptionData | This object contains the information on the contract's dates and terms. |
Copyright © 2008-2009 Zuora, Inc.