Method: buyers.proposals.addNote
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The addNote method creates and sends a note for a proposal to the seller, except for proposals with a 'PRIVATE_AUCTION' DealType.
The method uses a POST HTTP request to a specific URL that includes the proposal identifier.
The request requires a proposal path parameter in the format buyers/{accountId}/proposals/{proposalId}.
The request body includes a note field, which is an object representing the note to be added.
A successful response returns an instance of a Proposal, and the method requires the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope for authorization.
[[["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-09-18 UTC."],[],[]]