- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Updates the requested date change of a single Order.
HTTP request
POST https://gdchardwaremanagement.googleapis.com/v1alpha/{name=projects/*/locations/*/orders/*}:requestDateChange
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the order to update. Format: projects/{project}/locations/{location}/orders/{order} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"requestedDate": {
object ( |
Fields | |
---|---|
requestedDate |
Required. The date to which the customer or Google wants to set the scheduled installation date. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
gdchardwaremanagement.orders.update
For more information, see the IAM documentation.