Project Task

A project task record exposes a project task to REST web services. You can use the project task record to keep track of specific activities and milestones associated with a project.

This record:

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

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

Record ID

The record ID for a project task REST record is projecttask.

Prerequisites

You must enable the Project management 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:

  • isMilestone

  • isOnCriticalPath

  • isSummaryTask

  • lateEnd

  • lateStart

  • slackMinutes

  • bBudgetShowCalculatedLines

  • cBudgetShowCalculatedLines

The following sublists are not supported in REST:

  • ProjectTaskAssignee

  • ProjectTaskBillingBudget

  • ProjectTaskCostBudget

Code Sample

This sample shows how to update the record:

            POST /services/rest/record/v1/projecttask
{ "project": "328", "title": "startDateTest", "constraintType": "ASAP", "startDate": "2013-11-15"
} 

          

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