Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.96 KB

PUTSpecificDateAllocationType.md

File metadata and controls

15 lines (12 loc) · 1.96 KB

Zuora::PUTSpecificDateAllocationType

Properties

Name Type Description Notes
amount String The revenue schedule amount, which is the sum of all revenue items. This field cannot be null and must be formatted based on the currency, such as `JPY 30` or `USD 30.15`. Test out the currency to ensure you are using the proper formatting otherwise, the response will fail and this error message is returned: `Allocation amount with wrong decimal places.` [optional]
custom_field__c String Any custom fields defined for this object. The custom field name is case-sensitive. [optional]
distribute_on Date The recognition date on which to distribute revenue for milestone-based recognition. Type: date in `yyyy-mm-dd` format.
distribution_type String How to distribute the revenue for milestone-based recognition.
event_type String Label of the revenue event type. Revenue event type labels can be duplicated. You can configure your revenue event type labels by navigating to Settings > Finance > Configure Revenue Event Types in the Zuora UI. Note that `Credit Memo Posted` and `Debit Memo Posted` are only available if you enable the Advanced AR Settlement feature. [optional]
event_type_system_id String System ID of the revenue event type. Each eventType has a unique system ID. You can configure your revenue event type system IDs by navigating to Settings > Finance > Configure Revenue Event Types in the Zuora UI. [optional]
notes String Additional information about this record. [optional]
percentage String Percentage of the total recognition amount or total undistributed to distribute. Required if distributionType is either: * specific date (delta percent total) * specific date (delta percent undistributed) [optional]