ns_updateRecord

Tool Description

Updates an existing record in NetSuite using REST API.

Before updating the record, this tool uses ns_getRecordTypeMetadata to retrieve information about available fields and their types.

Annotation

Update Record

Properties

Property

Type

Required or Optional

Description

recordType

string

Required

The NetSuite record type you want to update.

recordId

string

Required

The Internal ID of the record you want to update.

data

string

Required

The list of record data to update, specified in JSON format as key-value pairs for field names and values.

Permissions

Only user roles with the following permissions can see this tool in the AI client. However, your ability to update records depends on the permissions assigned to your NetSuite role.

Permission ID

Permission Name

Level

ADMI_RESTWEBSERVICES

REST Web Services

Full

Related Topics

General Notices