Work Order Close

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

This record:

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

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

Record IDs

The record ID for a work order close REST record is workOrderClose.

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 closes. The example ID is 4.

Retrieving a Work Order Close Using a GET Request

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

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

            

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