Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.96 KB

File metadata and controls

16 lines (12 loc) · 1.96 KB

PUTSpecificDateAllocationType

Properties

Name Type Description Notes
amount str 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]
distribute_on date The recognition date on which to distribute revenue for milestone-based recognition. Type: date in `yyyy-mm-dd` format.
distribution_type str How to distribute the revenue for milestone-based recognition.
event_type str 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 Invoice Settlement feature. [optional]
event_type_system_id str 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 str Additional information about this record. [optional]
percentage str 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]

[Back to Model list] [Back to API list] [Back to README]