AI-generated Key Takeaways
-
The request message for CustomerService.MutateCustomer is used to modify customer information.
-
It requires the
customer_id
and aCustomerOperation
to specify the action to be performed. -
The request can be validated without execution using the
validate_only
field. -
The
response_content_type
field controls the level of detail returned in the response after a mutation.
Request message for CustomerService.MutateCustomer
.
Fields | |
---|---|
|
Required. The ID of the customer being modified. |
|
Required. The operation to perform on the customer |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
|
The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation. |