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-08-06 UTC."],[[["This page details how to create a new order within a specified project and location using the `POST` method with a specific URL structure."],["The `parent` path parameter is mandatory, requiring the format `projects/{project}/locations/{location}` to define where the order will be created."],["Optional query parameters such as `orderId` and `requestId` are available for customization and unique request identification."],["The request body must include an `Order` instance, while a successful response returns an `Operation` instance."],["Creating an order requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `gdchardwaremanagement.orders.create` IAM permission on the parent resource."]]],[]]