Method: buyers.proposals.addNote
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
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.