Job Status

A job status record exposes a job (project) status to REST web services. The job status record indicates the progress of the project.

This record:

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

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

Record ID

The record ID for a job status REST record is jobstatus.

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/jobstatus/17 {
"name": "Updated name", "description": "desc"
} 

          

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