Journal Entry

You use the journal entry record to adjust balances in accounts. Journal entries let you change the value of any set of accounts without having to enter a posting transaction. In an account that has the Multi-Book Accounting feature enabled, you can also use this record to create book specific journal entries.

For more information about journal entries in NetSuite, see Journal Entries.

This record:

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

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

Record ID

The record ID for the journal entry REST record is journalentry.

Prerequisites

There are no prerequisites for using the record in REST.

Limitations

  • Tax-related fields are not supported in REST.

  • The accounting book detail sublist is part of the Multi-Book Accounting feature (and its related features). For more information, see Multi-Book Accounting.

  • Read-only sublists, including system notes and GL impact, are not supported in REST.

Code Sample

            {
"subsidiary": { "id": "1" }, "line": { "items": [ { "account": { "id": "58" }, "debit": 187, "memo": "Journal Example" }, { "account": { "id": "4" }, "credit": 187 }} ]
} 

          

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