Statistical Journal Entry

The statistical journal entry record lets you increase or reduce the balance of statistical accounts.

To use this record, the Statistical Accounts feature must be enabled at Setup > Company > Setup Tasks > Enable Features (Administrator), on the Accounting subtab. Also, you must have already created at least one statistical account. In the UI, you access this record at Transactions > Financial > Make Journal Entries > List (Administrator).

For help working with this record in the UI, see Working with Statistical Journal Entries.

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

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

Record ID

The record ID for the statistical journal entry REST record is statisticaljournalentry.

The statistical journal entry record does not include any subrecords.

Limitations

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

Code Sample

            { "approved": true, "createdDate": "2023-08-03T06:27:00Z", "customForm": { "id": "30" }, "lastModifiedDate": "2023-08-03T06:27:00Z", "line": { "items": [ { "account": { "id": "122" }, "debit": 10 } ] }, "memo": "memo test", "postingPeriod": { "id": "267" }, "reversalDefer": false, "subsidiary": { "id": "4" }, "tranDate": "2023-08-02", "unitsType": { "id": 1 }, "tranId": "1", "unit": 1
} 

          

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