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)

Parameters

string $proposalId

The proposalId to add notes for.

AddOrderNotesRequest $postBody
array $optParams

Optional parameters.

Return Value

AddOrderNotesResponse

GetOrderNotesResponse listMarketplacenotes(string $proposalId, array $optParams = [])

Get all the notes associated with a proposal (marketplacenotes.listMarketplacenotes)

Parameters

string $proposalId

The proposalId to get notes for. To search across all proposals specify order_id = '-' as part of the URL.

array $optParams

Optional parameters.

Return Value

GetOrderNotesResponse