Billing Account

A billing account record exposes a SuiteBilling account to REST web services. You can enable Billing Accounts without enabling SuiteBilling.

This record:

All elements on this record are accessible through REST web services.

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

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

Record ID

The record ID for the billing account REST record is billingaccount.

Prerequisites

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

Limitations

A billing account REST record does not show related records.

Code Sample

            { "startDate": "2019-2-20", "customer": {"id" : 1}, "billingSchedule": {"id": 1} "currency": {"id" : 1}
} 

          

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