Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.
Request body
The request body contains data with the following structure:
JSON representation
{"destinationParent": string}
Fields
destinationParent
string
Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.
Response body
If successful, the response body contains an instance of BillingAccount.
[[["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 2025-05-14 UTC."],[[["\u003cp\u003eThis API allows you to move a billing account to a different organization using a POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the billing account's resource name in the format \u003ccode\u003ebillingAccounts/{billing_account_id}\u003c/code\u003e and cannot be a subaccount.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the \u003ccode\u003edestinationParent\u003c/code\u003e field, which is the resource name of the target organization in the format \u003ccode\u003eorganizations/{organization_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a \u003ccode\u003eBillingAccount\u003c/code\u003e resource in the response body.\u003c/p\u003e\n"],["\u003cp\u003eTo use this API, you must have either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,[]]