This is an invitation-only beta feature.
Create the given list of proposals Try it now.
Request
HTTP request
POST https://www.googleapis.com/adexchangebuyer/v1.4/proposals/insert
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/adexchange.buyer |
For more information, see the authentication and authorization page.
Request body
In the request body, supply data with the following structure:
{ "proposals": [ proposals Resource ], "webPropertyCode": string }
Property name | Value | Description | Notes |
---|---|---|---|
proposals[] |
list |
The list of proposals to create. | |
webPropertyCode |
string |
Web property id of the seller creating these orders |
Response
If successful, this method returns a response body with the following structure:
{ "proposals": [ proposals Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
proposals[] |
list |
The list of proposals successfully created. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.