MutateAccountBudgetProposalRequest

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

  • The request requires a customer_id, an operation detailing the action to perform, and optionally a validate_only flag.

  • The validate_only field allows the request to be validated without being executed.

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.