Intercompany Journal Entry

An intercompany journal entry record is a specialized type of record available only in OneWorld accounts. An intercompany journal entry records debits and credits to be posted to ledger accounts for transactions between two subsidiaries. In an account that has the Multi-Book Accounting feature enabled, you can also use this record type to create book specific intercompany journal entries.

In the user interface, you access this record as follows:

For information about working with intercompany journal entries in the UI, see Making Intercompany Journal Entries.

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

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

Record ID

The record ID for the intercompany journal entry REST record is intercompanyjournalentry.

The intercompany journal entry record has the following subrecords:

  • accountingbookdetail

  • appliedrules

  • expenseplanmessage

Limitations

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

Code Sample

            { "approved": true, "createdDate": "2023-08-03T06:27:00Z", "currency": { "id": "4" }, "customForm": { "id": "30" }, "exchangeRate": 0.01241975, "lastModifiedDate": "2023-08-03T06:27:00Z", "line": { "items": [ { "lineSubsidiary": { "id": "4" }, "account": { "id": "6" }, "credit": 10 }, { "lineSubsidiary": { "id": "4" }, "account": { "id": "9" }, "debit": 10 }, { "lineSubsidiary": { "id": "5" }, "account": { "id": "6" }, "credit": 10 }, { "lineSubsidiary": { "id": "5" }, "account": { "id": "9" }, "debit": 10 } ] }, "memo": "memo test", "postingPeriod": { "id": "267" }, "prevDate": "2023-08-02", "reversalDefer": false, "subsidiary": { "id": "4" }, "toSubsidiary": { "id": "5" }, "tranDate": "2023-08-02", "tranId": "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