Page Summary
-
This page provides reference documentation for updating an existing order using a PATCH HTTP request.
-
The request uses path and query parameters to specify the order and the fields to update.
-
The request and response bodies both contain an instance of the Order resource.
-
Authorization requires the
https://www.googleapis.com/auth/doubleclickbidmanagerOAuth scope. -
The request can return error codes for permission issues, missing orders, or invalid arguments.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Examples
Updates an existing order.
- Returns the updated order if successful.
- Returns error code
PERMISSION_DENIEDif the user does not have access to the seller or seller id does not exist. - Returns error code
NOT_FOUNDif the order does not exist. - Returns error code
INVALID_ARGUMENTif an immutable field is specified inupdateMaskand a change is requested.
HTTP request
PATCH https://dv360outofhomeseller.googleapis.com/v1/{order.name=sellers/*/orders/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
order.name |
The resource name of the order. Format: sellers/{seller}/orders/{order} |
Query parameters
| Parameters | |
|---|---|
updateMask |
Required. The mask to control which fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Order.
Response body
If successful, the response body contains an 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.