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