Change Order

A change order record exposes a SuiteBilling change order to REST web services. This record has the following subrecords:

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

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

Record ID

The record ID for the change order REST record is subscriptionChangeOrder.

Prerequisites

You must Enabling SuiteBilling Features before you can use this record through REST web services.

Code Sample

            POST 'https://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/subscriptionchangeorder' \ "action": "MODIFY_PRICING", "subscription": 208, "customer": 5, "billingAccount": 2, "subline": { "items": [ { "apply": true, "sequence": 1, "priceplannew": 541 } ] }
}' 

          

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