Service Resale Item

A service resale item record exposes a service resale item report to REST web services. Service resale item records are used to track charges for a service your business pays for initially and then bills to a customer.

This record:

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

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

Record ID

The record ID for a service resale item REST record is serviceresaleitem.

Limitations

Tax schedule-related fields, billing rate-related and item task template-related sublists are not supported in REST.

Code Sample

This sample shows how to create the record:

            POST /services/rest/record/v1/serviceresaleitem
{
   "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