NetSuite REST - Upsert record action

The Upsert record action inserts or updates a record in NetSuite. This action uses NetSuite REST Web Services to locate a record by its External ID, then updates it if found or creates a new one if not.

Input

Input fieldDescription
RecordSelect the NetSuite record type to upsert. Only supported record types appear in the picklist.
External IDProvide the external ID of the record to upsert.
AccountOptional. Enter the account number for this customer if your NetSuite instance uses accounts.

Output

Output fields vary depending on the selected record type. For example, if you select Customer as the record, the output includes the following fields:

Output fieldDescription
Internal IDUnique internal identifier for the record in NetSuite.
External IDExternal identifier used to match the record.
StatusResult of the upsert operation.
Last modified dateTimestamp of the last update.

Last updated: