Class

Classes (or classifications) can be used to identify and categorize records in your NetSuite account. You can also define classifications for your organization’s needs by creating custom segments. Classifications enable you to better organize data and preserve accuracy.

For information about working with classes in the UI, see Classifications in NetSuite.

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

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

Record ID

The record ID for the classification REST record is classification.

The classification record has the following subrecord:

  • classTranslation

Limitations

Read-only sublists, including system notes, are not supported in REST.

Code Sample

            { "isInactive": false, "name": "REST test 1693820062", "subsidiary": { "items": [ { "id": 2 }, { "id": 4 } ] }, "parent": { "id": 1 }, "includeChildren": 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