Required. The project and location to create the order in. Format: projects/{project}/locations/{location}
Query parameters
Parameters
orderId
string
Optional. ID used to uniquely identify the Order within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.
The order.name field in the request will be ignored.
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-10 UTC."],[[["This API endpoint allows you to create a new order within a specified project and location, using a `POST` request to the provided URL."],["The `parent` path parameter, which is required, dictates the project and location where the order will be created, with the format being `projects/{project}/locations/{location}`."],["The request body must contain an instance of an `Order`, while the response body will contain an instance of an `Operation` if the request is successful."],["Optional query parameters `orderId` and `requestId` can be included to help identify the order, and the request respectively."],["Creating an order requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.orders.create` on the parent resource."]]],[]]