Contact Category

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

This record:

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

Record actions supported for this record type include delete, submitnew, and submitter. For more information, see Supported Record Actions.

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

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

Record ID

The record ID for a contact category REST record is contactcategory.

Code Sample

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

HTTP request: https://<accountID>/services/rest/record/v1/contactcategory/4

            { "name": "ContactCategoryFour", "externalid": "3929345", "private": 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