Skip to main content
POST
创建通话记录

授权

Authorization
string
header
必填

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

查询参数

logged
boolean

是否创建个人记录。

user_id[]
string[]

调用方用户 ID。

contact_id
string

联系人 ID。

account_id
string

账户 ID。

to_number
string

已拨电话号码。

from_number
string

主叫电话号码。

status
string

通话状态。

start_time
string

ISO 8601 格式的开始时间。

end_time
string

ISO 8601 格式的结束时间。

duration
integer

持续时间(秒)。

phone_call_purpose_id
string

用途 ID。

phone_call_outcome_id
string

结果 ID。

响应

成功响应

phone_call
object

通话记录(返回时)。