Price Plan

A price plan record exposes a SuiteBilling price plan to REST web services.

This record:

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

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

Record ID

The record ID for a price plan REST record is priceplan.

Prerequisites

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

Code Sample

            { "currency": {"id": "1"}, "priceplantype": "2", "pricetiers": { "items": [ { "fromval": 0, "pricingoption": {"id": "-102"}, "value": 50.00 } ] }
} 

          

Related Topics

General Notices