AI-generated Key Takeaways
-
An order is created using an HTTP POST request to the specified URL with gRPC Transcoding syntax.
-
A required
parent
path parameter in the URL specifies the exchange the order belongs to. -
The request body should contain an instance of
Order
to define the order details. -
A successful response will return a newly created instance of
Order
. -
Authorization is required using the
https://www.googleapis.com/auth/doubleclickbidmanager
OAuth scope.
Creates an order.
HTTP request
POST https://dv360seller.googleapis.com/v1beta1/{parent=exchanges/*}/orders
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Parent path for order. Example: "exchanges/123". The exchange ID identifies the exchange order is in. Required |
Request body
The request body contains an instance of Order
.
Response body
If successful, the response body contains a newly created instance of Order
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.