Refresh Actuals Calculation Action
For information on how the refreshActualsCalculation action can be used in a flow, 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 the Manufacturing Sales Agreements permission set.
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:
{
"inputs" : [{
"userId" : "005Ws000001Agn0IAC",
"salesAgreementId": "0YAWs0000004FkBOAU",
"isCurrentSchedule": true
}]
}