Update Account Manager Target Values Action

Update an account manager target’s assignment values when the target’s value changes. The update is made based on the parent's target value and percentage.

For more information about updating the assignment values of an account manager target, see Use Manufacturing Actions in Flow Builder and Process Builder in Salesforce Help.

This object is available in API version 49.0 and later for users with Manufacturing Cloud license.

Supported REST HTTP Methods

URI
/services/data/vXX.X/actions/standard/updateAcctMgrTarget
Formats
JSON, XML
HTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token

Inputs

Input Details
entityId
Type
ID
Description
Required. The ID of the account manager target record.

Usage

Sample Request
The following example shows how to update account manager target:
{
“entityId”: “0gAT1000000006nMAA”
}