Skip to main content
POST
批量更新账户

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
account_ids
string
必填

要更新的账户 ID

account_attributes
string
必填

账户属性更新对象列表

account_attributes[].name
string

账户名称

account_attributes[].owner_id
string

所有者 ID

account_attributes[].account_stage_id
string

账户阶段 ID

async
boolean

异步运行。默认为 false。

响应

成功响应

accounts
string

已更新的账户

accounts[].id
string

账户 ID

accounts[].account_stage_id
string

账户阶段 ID