Account

An account is a record in your general ledger that is used to store transactions. Examples of accounts include accounts payable, cash, or cost of goods sold. Accounts are collected in your Chart of Accounts, which provides a set of destinations for posting transactions, and categorizes these transactions for tracking and reporting purposes.

Accounts have account types, which are used to organize data in account registers and other financial reports.

For more information, see Chart of Accounts Management.

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

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

Record ID

The record ID for an account REST record is account.

The account record has the following subrecords:

  • accountcontextsearch

  • localizations

Inaccessible Elements

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

Code Sample

            { "acctName": "Test Account333 1692257016", "acctType": { "id": "OthCurrAsset" }, "cashFlowRate": { "id": "AVERAGE" }, "description": "description text", "eliminate": false, "generalRate": { "id": "CURRENT" }, "includeChildren": false, "inventory": true, "isInactive": true, "isSummary": true, "revalue": true, "subsidiary": { "items": [ { "id": 2 }, { "id": 4 } ] } } 

          

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