Required. The unique identifier of the brand associated with the location. If the brand identifier is "1234", this parameter resolves to "brands/1234".
Request body
The request body contains an instance of Location.
Response body
If successful, the response body contains a newly created instance of Location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["This endpoint is used to create a new location for a specific brand."],["The request utilizes a `POST` method to the specified URL, which follows gRPC Transcoding syntax."],["The `parent` parameter in the URL path is required and represents the unique identifier of the associated brand."],["The request body should contain the details of the new location as an instance of `Location`."],["A successful request returns a newly created `Location` object in the response body."]]],[]]