MutateAccountBudgetProposalRequest

  • The request message for AccountBudgetProposalService.MutateAccountBudgetProposal is used to perform operations on account-level budget proposals.

  • The request requires the customer_id to identify the customer.

  • The operation field specifies the action to be performed on the account budget proposal.

  • The validate_only field allows for validation of the request without execution.

Request message for AccountBudgetProposalService.MutateAccountBudgetProposal.

Fields

customer_id

string

Required. The ID of the customer.

operation

AccountBudgetProposalOperation

Required. The operation to perform on an individual account-level budget proposal.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.