Work Order Issue

A work order issue record exposes a work order issue to REST web services.

This record:

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

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

Record IDs

The record ID for a work order issue REST record is workOrderIssue.

Prerequisites

You must enable the Manufacturing Work In Process feature before you can use this record through REST web services.

Code Samples

The following samples show common use cases for work order issues. The example ID is 4.

Retrieving a Work Order Issue Using a GET Request

A work order issue is created by doing a transformation on a work order.

              GET https://demo123.suitetalk.api.snap.netsuite.com/services/rest/record/v1/workOrderIssue/4 

            

Updating a Work Order Issue Using a PATCH Request

The following code sample shows how to edit the quantity of the component member item. The ID for the item is 7.

              PATCH https://demo123.suitetalk.api.snap.netsuite.com/services/rest/record/v1/workOrderIssue/4/component/item=/7
{ "quantity": 5
} 

            

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