AI-generated Key Takeaways
-
The request message for
CustomerLifecycleGoalService.configureCustomerLifecycleGoals
requires the customer ID, an operation to update customer lifecycle goals, and an optional validate_only flag. -
The
customer_id
field is a required string representing the ID of the customer. -
The
operation
field is a required CustomerLifecycleGoalOperation specifying the update to perform. -
The
validate_only
field is an optional boolean for validating the request without execution.
Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].
Fields | |
---|---|
|
Required. The ID of the customer performing the upload. |
|
Required. The operation to perform customer lifecycle goal update. |
|
Optional. If true, the request is validated but not executed. Only errors are returned, not results. |