图谱 API 版

Business Managed Businesses

读取

你无法在此端点执行该操作。

创建

你无法在此端点执行该操作。

更新

你可以向 /{business_id}/managed_businesses 发出 POST 请求,以更新 a Business

参数

参数描述
child_business_external_id
string

child_business_external_id

existing_client_business_id
numeric string

Existing client business id provided by the client

name
string

Client business name that's managed by the aggregator business

sales_rep_email
string

Email of sales representative of the business that's managed by the aggregator business

survey_business_type
enum {AGENCY, ADVERTISER, APP_DEVELOPER, PUBLISHER}

Business type of surveyed business that's managed by the aggregator business

survey_num_assets
int64

Number of assets surveyed of business that's managed by the aggregator business

survey_num_people
int64

Number of people surveyed of business that's managed by the aggregator business

timezone_id
int64

Timezone id of business that's managed by the aggregator business

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

Business vertical of business that's managed by the aggregator business

返回类型

这个端点支持先写后读,并会读取返回类型中 id 代表的节点。
Struct {
id: numeric string,
name: string,
}

错误代码

错误描述
42004You couldn't create the client business on behalf your client successfully
100Invalid parameter
200Permissions error
190Invalid OAuth 2.0 Access Token
102Session key invalid or no longer valid

删除

你无法在此端点执行该操作。