Mass Update Account Forecast Action
This object is available in API version 48.0 and later for users with Manufacturing Cloud license.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/massUpdateAccountForecast
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
entityId |
|
fieldToUpdate |
|
periods |
|
products |
|
operation |
|
numericvalue |
|
numericValueType |
|
adjNote |
|
Usage
Sample Request
The following example shows how to mass
update forecast
fields:
{
“entityId”: “a07B0000007qbQOIAY”,
“fieldToUpdate”: “DiscountPercentage”,
“periods”: “[”a07B0000007qbQOIAY“,”a07B0000007qbQOIAY“]”,
“products”: “[”a07B0000007qbQOIAY“,”a07B0000007qbQOIAY“]”,
“operation”: “ReplaceWith”,
“numericvalue”: 10,
“numericValueType”: “Percentage”,
“adjNote”: “Percentage updated.”
}