双呼企业报备
先进行双呼企业报备,再进行双呼号码报备,之后才能调用双呼lite接口呼叫(限特定号码,需要与火山运营提前沟通)
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | Click2CallCompanyAuth | 要执行的操作,取值:Click2CallCompanyAuth。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
companyName | String | 是 | 火山 | 企业名称 |
companyCreditCode | String | 是 | 91330106MQBYDEKL12 | 营业执照统⼀社会信用代码示例 |
businessLicensePicUrl | String | 是 | https://www.xxx.com/aaa.jpg | 营业执照扫描件公网URL地址,格式: jpg、jpeg、png, |
businessLicensePicFilename | String | 是 | xxx.jpeg | 文件名:必须带文件扩展名 |
proprietorIdcardPicUrl | String | 是 | https://www.xxx.com/aaa/jpg | 法人身份证 (正反面)公网URL地址,格式: jpg、jpeg、png |
proprietorIdcardPicFilename | String | 是 | xxx.jpg | 法人身份证 (正反面)文件名, 必须带文件扩展名 |
operatorIdcardPicUrl | String | 是 | https://www.xxx.com/aaa/jpg | 管理员证件 (正反面)公网URL地址,格式: jpg、jpeg、png |
operatorIdcardPicFilename | String | 是 | xxx.jpg | 文件名:必须带文件扩展名 |
operatorIdcardInhandPicUrl | String | 是 | https://www.xxx.com/aaa/jpg | 管理员证件 (手持)公网URL地址,格式: jpg、jpeg、png |
operatorIdcardInhandPicFilename | String | 是 | xxx.jpg | 文件名:必须带文件扩展名 |
networkaccessCommitmentletterPicUrl | String | 是 | https://www.xxx.com/aaa/jpg | 入网承诺书公网URL地址,格式: jpg、jpeg、png |
networkaccessCommitmentletterPicFilename | String | 是 | xxx.jpg | 文件名:必须带文件扩展名 |
numberapplicationOfficialletterPicUrl | String | 是 | https://www.xxx.com/aaa/jpg | 号码申请公函公网URL地址,格式: jpg、jpeg、png |
numberapplicationOfficialletterPicFilename | String | 是 | xxx.jpg | 文件名:必须带文件扩展名 |
calleeSource | String | 是 | 网站 | 被叫来源(原 被叫来源说明及话术信息拆分字段⼀) |
businessCarrier | String | 是 | 火山 | 业务承载方,内容填写企业名称 |
scriptList | Array of Object | 是 | 剧本 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
code | String | 200 | 状态码 |
message | String | 成功 | 描述 |
requestId | String | 2332123 | 请求唯一id |
POST /?Action=Click2CallCompanyAuth&Version=2022-01-01 HTTP/1.1 Host: https://cloud-vms.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20260104T113722Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20260104/cn-beijing/vms/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "companyName": "puNN0gm", "companyCreditCode": "91330106MQBYDEKL12", "businessLicensePicUrl": "https://www.xxx.com/aaa.jpg", "businessLicensePicFilename": "xxx.jpeg", "proprietorIdcardPicUrl": "https://www.xxx.com/aaa/jpg", "proprietorIdcardPicFilename": "xxx.jpg", "operatorIdcardPicUrl": "https://www.xxx.com/aaa.jpg", "operatorIdcardPicFilename": "xxx.jpg", "operatorIdcardInhandPicUrl": "https://www.xxx.com/aaa.jpg", "operatorIdcardInhandPicFilename": "xxx.jpg", "networkaccessCommitmentletterPicUrl": "https://www.xxx.com/aaa.jpg", "networkaccessCommitmentletterPicFilename": "xxx.jpg", "numberapplicationOfficialletterPicUrl": "https://www.xxx.com/aaa.jpg", "numberapplicationOfficialletterPicFilename": "xxx.jpg", "calleeSource": "公众号", "businessCarrier": "xxx", "scriptList": [ { "scriptContent": "O7", "scriptScene": "P4EqSq" } ] }
{ "ResponseMetadata": { "RequestId": "2026010419394121502823312570DE98", "Action": "Click2CallCompanyAuth", "Version": "2022-01-01", "Service": "vms", "Region": "cn-beijing" }, "Result": { "code": "0", "message": "成功", "requestId": "U12312312g" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
200 | UnauthenticatedRequest |