Newer Version Available
Refresh Actuals Calculation Action
For more information about how the refreshActualsCalculation action calculates the advaced account forecasting, see Use Manufacturing Actions in Flow Builder and Process Builder in Salesforce Help.
This object is available in API version 47.0 and later for users with Manufacturing Cloud license.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/refreshActualsCalculation
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| userId |
|
| salesAgreementId |
|
| isCurrentSchedule |
|
Usage
Sample Request
The following example shows how to refresh
actuals:
1{
2"userId": "a07B0000007qbQOIAY",
3"salesAgreementId”: "a07B0000007qbQOIAY",
4"isCurrentSchedule": true
5}