Skip to main content
PATCH
Assign Customer To Company

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer_id
integer
required

Query Parameters

token_id
integer | null

Optional specific Token ID

Body

application/json

Request schema for assigning a Google Ads customer to a company.

company_id
integer
required

The company ID to assign the customer to

Response

Successful Response

Schema for GoogleAdsCustomer model.

id
integer
required

The customer ID

date_added
string<date-time>
required
date_updated
string<date-time>
required
descriptive_name
string
required

The descriptive name of the customer

currency_code
string
required

The currency code

time_zone
string
required

The time zone

status
string
required

The status of the customer

manager
boolean
required

Whether the customer is a manager account

is_active
boolean
default:true
is_deleted
boolean
default:false