Marketplacenotes
class Marketplacenotes extends Resource (View source)
The "marketplacenotes" collection of methods.
Typical usage is:
$adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
$marketplacenotes = $adexchangebuyerService->marketplacenotes;
Methods
insert(string $proposalId, AddOrderNotesRequest $postBody, array $optParams = [])
Add notes to the proposal (marketplacenotes.insert)
listMarketplacenotes(string $proposalId, array $optParams = [])
Get all the notes associated with a proposal (marketplacenotes.listMarketplacenotes)
Details
AddOrderNotesResponse
insert(string $proposalId, AddOrderNotesRequest $postBody, array $optParams = [])
Add notes to the proposal (marketplacenotes.insert)
GetOrderNotesResponse
listMarketplacenotes(string $proposalId, array $optParams = [])
Get all the notes associated with a proposal (marketplacenotes.listMarketplacenotes)