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.
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
This sample shows how to update an analytical impact record.
PATCH {{REST_SERVICES}}/record/v1/analyticalimpact/4
Body
{
"renewedFrom": "3"
}