Subscription Line

A subscription line record exposes a SuiteBilling subscription line to REST web services.

This record is not a subrecord, but is always tied to a subscription.

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

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

Record ID

The record ID for a subscription line REST record is subscriptionline.

Prerequisites

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

Limitations

A subscription line REST record does not show system notes.

You cannot directly create or delete the exposed subscription line record, but you can update some of the fields.

Code Sample

            Sample Update:
{ "subscriptionlinestatus": "PENDING_ACTIVATION", "proratestartdate": false, "prorateenddate": false, "includeinrenewal": false
} 

          

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