Contact Role

A contact role record exposes a contact role to REST web services.

This record:

All elements on this record are accessible through REST web services.

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

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

Record ID

The record ID for a contact role REST record is contactrole.

Code Sample

In the following example, <accountID> represents your account ID.

HTTP request: https://<accountID>/services/rest/record/v1/contactrole/1

            { "name": "ContactRoleOne", "description": "Key Contact", "isinactive": true
} 

          

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