Impact Subcategory

An impact subcategory record exposes an impact subcategory to REST web services. This record:

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:

For more information about setting up impact subcategory records, see SuiteBilling Overview.

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" 
} 

          

Related Topics

General Notices