Job Type

A job type record exposes a job (project) type to REST web services. Project types are used to define basic project records if the Projects feature is enabled, and the Project Management feature is not enabled. You can use the Projects feature to track information about projects you are working on for customers, including time, contacts, and transactions.

This record:

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

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

Record ID

The record ID for an job type REST record is jobtype.

Prerequisites

You must enable the Projects feature before you can use this record through REST web services.

Limitations

Tax-related fields are not supported in REST.

Code Sample

This sample shows how to update the record:

            PATCH /services/rest/record/v1/jobtype/1 {
"name": "updated name", "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