Impact Subcategory
An impact subcategory record exposes an impact subcategory to REST web services. This record:
-
has no subrecords
-
is not a subrecord
To access this record in NetSuite, go to Setup > Company > Enable Features > Analytics > Advanced SaaS Metrics (Administrator).
To import impact subcategory records, verify the following settings:
-
On the Analytics subtab, enable the SaaS Metrics feature.
For more information about setting up impact subcategory records, see SuiteBilling Overview.
The REST API Browser includes information about the field names and field types of the impact subcategory record and about the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser's impact subcategory reference page.
For information about using the REST API Browser, see The REST API Browser.
Record ID
The record ID for an impact subcategory REST record is impactsubcategory.
Code Sample
This sample shows how to get an impact subcategory record:
GET {{REST_SERVICES}}/record/v1/impactsubcategory/-21
This sample shows how to create an impact subcategory record:
POST {{REST_SERVICES}}/record/v1/impactsubcategory
Body
{
"name": "impact_subcategory_001"
}