Billing Revenue Event

The billing revenue event record is available only when the Advanced Revenue Management (Essentials) feature is enabled. In the UI, you access this record at Lists > Accounting > Revenue Recognition Events > New (Administrator).

Billing revenue events trigger the creation of revenue recognition plans. Each event must have an event type. Event types are not scriptable. To create a revenue recognition event type, go to Lists > Accounting > Revenue Recognition Events > New (Administrator). You must create at least one event type before you can create a billing revenue event.

For help working with this record in the UI, see Creating a Custom Revenue Recognition Event.

The REST API Browser includes information about the field names and field types of the Billing Revenue Event record and about the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser’s billingRevenueEvent reference page.

For information about using the REST API Browser, see The REST API Browser.

Record IDs

The record ID for a billing revenue event REST record is BillingRevenueEvent.

Prerequisites

This record is available only when the Product Management and Subscription Billing features are enabled. For more information about how to enable these features, see Enabling Project Features and Enabling SuiteBilling Features.

Limitations

The following fields are read-only for this record in REST:

  • eventPurpose (required field)

  • eventType (required field)

  • projectRevenueRule

  • subscriptionLine

  • transactionLine

The eventDate field is also a required field.

Additional Information

The quantity and amount fields appear when the eventType field is not set as percent complete. The cumulativePercentComplete field appears when eventType is set to percent complete.

Code Samples

The following example shows how to read a billing revenue event:

Read:

            GET {{REST_SERVICES}}/record/v1/BillingRevenueEvent/102?expandSubResources=true 

          

Related Topics

REST Web Services Supported Records
SuiteTalk REST Web Services Overview and Setup
Working with Records
NetSuite Record Structure
The REST API Browser

General Notices