Revenue Recognition Template

A revenue recognition template indicates how revenue from associated items should be posted. For each template: you can select from a choice of standard terms or define your own custom terms, set the time period over which recognition occurs, define an offset to delay the start of recognition, and set up an initial amount to be recognized. This record is available when the Revenue Recognition feature is enabled.

For help working with this record in the UI, see Creating Revenue Recognition Templates.

The REST API Browser includes information about the field names and field types of the revenue recognition template record and about the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser’s revRecTemplate reference page.

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

Record IDs

The record ID for a revenue recognition template REST record is revrectemplate.

Prerequisites

You must enable the following features or preferences to access this record:

  • Revenue Recognition

For more information about using record, see Creating Revenue Recognition Templates.

Limitations

All fields of the revenue recognition template record are read-only except for the name and recurrence fields. To modify these two fields, you must enable the Allow Users to Modify Revenue Recognition Schedule preference.

The isAmortization, isPublic, and isSchedule fields on this record are not available in REST.

Code Samples

The following example shows how to read a revenue recognition template record:

Read:

            GET {{REST_SERVICES}}/record/v1/revrectemplate/104?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