Service Sale Item

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

This record:

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

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

Record ID

The record ID for a service sale item REST record is servicesaleitem.

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/servicesaleitem
{
   "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