Subscription Term

A subscription term is a stand-alone record that exposes a SuiteBilling subscription term to REST web services.

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

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

Record ID

The record ID for a subscription term REST record is subscriptionterm.

Prerequisites

You must Enabling SuiteBilling Features before you can use this record through REST web services.

Code Sample

This sample shows a common use case for creating a subscription plan.

Create a Six-Month Subscription Term

              POST services/rest/record/v1/subscriptionterm
{ "name": "Six Months", "subscriptionTermDuration": 6, "subscriptionTermUnit": { "id": "MONTHS" }
} 

            

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