[[["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-09-18 UTC."],[[["Creates a new client using an HTTP POST request to the specified URL."],["Requires `parent` as a path parameter specifying the buyer's account ID."],["The request body should contain a `Client` object as defined in the provided link."],["A successful response returns a newly created `Client` object."],["Utilizes the `https://www.googleapis.com/auth/authorized-buyers-marketplace` authorization scope."]]],["This content outlines the process of creating a new client via an API. It uses a `POST` request to the specified URL, including the buyer's account ID in the `parent` path parameter. The request body requires a `Client` instance, and a successful response returns a newly created `Client` instance. Authorization requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope. The URL follows gRPC Transcoding syntax.\n"]]