Protected ReadonlyargsOptionalmethodArgs: {Checks if a BusinessUnit exists with the provided id. Returns a 200 status if the BusinessUnit exists and the Customer has access to it, or a ResourceNotFound error otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Updates a Business Unit for a given id. Returns a 200 status if the Business Unit exists and the Customer has access to it, or a ResourceNotFound error otherwise.
Returns a Business Unit for a given
id. Returns a200status if the Business Unit exists and the Customer has access to it, or a ResourceNotFound error otherwise.