Department

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

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

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

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

Record ID

The record ID for the department REST record is department.

The department 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 1693820309", "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