Job

A job record exposes a job (project) status to REST web services.

This record:

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

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

Record ID

The record ID for a job REST record is job.

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.

The following fields are not supported in REST:

  • currencyPrecision

  • bBudgetShowCalculatedLines

  • cBudgetShowCalculatedLines

  • customer

  • originatingDoc

  • originatingLine

  • originatingActualLine

  • originatingItem

  • projectTasks_count

  • isBudgetRebuilding

  • revenueArrangement

  • primaryContact

  • alternateContact

  • baselineBudget

  • estimateAtCompletionBudget

The following sublists are not supported in REST:

  • ProjectResource

  • ProjectBillingBudget

  • ProjectCostBudget

  • Work Assignments

Code Sample

This sample shows how to update the record:

            POST /services/rest/record/v1/job
{ "subsidiary": "1", "entityId": "title", "projectExpenseType": "-2"
} 

          

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