Newer Version Available
Calculate Advanced Account Forecasts
This object is available in API version 52.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/calculateAdvancedAccountForecast
- Formats
- JSON
- HTTP Methods
- GET, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| accountId |
|
| forecastDataId |
|
| forecastSetId |
|
Usage
JSON Sample Request
1{
2 "inputs":[{
3 "forecastSetId":"0ni5sajb8347k3s",
4 "accountId": "0yAxx00004000002AAA",
5 "forecastDataId": "0r4ft8941574TRE78V",
6 }]
7}JSON Sample Response
1[
2{
3 "errors":null,
4 "isSuccess":true
5}
6]