[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["The `ProposalService` allows for various actions on proposals, such as archiving, discarding edits, pausing, resuming, and requesting buyer acceptance or review."],["The `ReserveProposals` action is used to reserve inventory for `Proposal` objects, typically preventing overbooking unless explicitly allowed."],["This service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["`ReserveProposals` includes an optional `allowOverbook` field, a boolean value that dictates whether overbooking is permitted."]]],["The `ProposalService` offers actions for managing proposals, inheriting from `ProposalAction`. Key actions include `ArchiveProposals`, `DiscardLocalVersionEdits`, `EditProposalsForNegotiation`, `PauseProposals`, `RequestBuyerAcceptance`, `RequestBuyerReview`, `ReserveProposals`, `ResumeProposals`, `TerminateNegotiations`, `UnarchiveProposals`, and `UpdateOrderWithSellerData`. The `ReserveProposals` action manages inventory reservation, optionally allowing overbooking if `allowOverbook` is set to `true`.\n"]]