Contact

A contact record exposes a contact to REST web services.

This record:

Note:

REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled. For more information about using SuiteTax, see SuiteTax.

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

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

Tax-related fields are not supported in REST.

Record ID

The record ID for a contact REST record is contact.

Code Sample

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

HTTP request: https://<accountID>/services/rest/record/v1/contact/973

            { "firstName": "Peter", "contactSource": "99994", "comments": "Works directly with all key decision-makers."
} 

          

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