Service Purchase Item

A service purchase item record exposes a service purchase item report to REST web services. Service purchase item records are used to track charges for a service your business pays for that is not billed to a customer.

This record:

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

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

Record ID

The record ID for a service purchase item REST record is servicepurchaseitem.

Limitations

Tax schedule-related fields are not supported in REST.

Code Sample

This sample shows how to create the record:

            POST /services/rest/record/v1/servicepurchaseitem
{
   "itemId": "YourItemName"
} 

          

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