请求方式:POST
接口地址:https://cloud-vms.volcengineapi.com
参数 | 数据类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
X-Date | String | 是 | 20201103T104027Z | 鉴权字段。请参考文档中心-火山引擎。 |
Authorization | String | 是 | HMAC-SHA256 Credential*** | 鉴权字段。请参考文档中心-火山引擎。 |
ServiceName | String | 是 | vms | 服务名称。语音服务的服务名称为vms 。 |
Region | String | 是 | cn-north-1 | 区域名称。 |
Content-Type | String | 是 | application/json | 指定请求消息体的结构化格式。 |
参数 | 数据类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AddQualification | 接口名称。该接口固定值为AddQualification。 |
Version | String | 是 | 2022-01-01 | 接口版本。该接口版本为2022-01-01 |
名称 | 英文名 | 类型 | 备注 | 例子 |
---|---|---|---|---|
资质主体信息 | QualificationMainInfoFormDO | QualificationMainInfoFormDO | ||
管理员信息 | QualificationAdminInfoFormDO | QualificationAdminInfoFormDO | ||
资质场景 | QualificationScenarioInfoFormDOList | QualificationScenarioInfoFormDO | 列表 |
QualificationMainInfoFormDO
名称 | 英文名 | 类型 | 备注 | 例子 |
---|---|---|---|---|
资质主体 | QualificationEntity | String | XXX公司 | |
三证是否合一 | CertificateThreeInOne | Integer | 是 1 | 1 |
企业地址 | EnterpriseAddress | String | 北京市海淀区 | |
法人代表姓名 | LegalRepresentativeName | String | 张三 | |
法人代表身证件号 (加密存储) | LegalRepresentativeId | String | 1221454542457 | |
法人身份证 | LegalRepresentativeFrontIdPhotoFileCode | String | 图片tos文件名 | |
入网信息:号码申请公函 | DocOfNumberApplyPhotoFileCode | String | 图片tos文件名 | |
入网信息:入网承诺书 | CommitmentLetterOfNetAccessPhotoFileCode | String | 图片tos文件名 | |
三证合一时统一社会信用代码 | UnitSocialCreditCode | String | HUHUHUJKKLHFGG | |
三证合一时证明文件为营业执照 (url) | ThreeInOneBusinessLicensePhotoFileCode | String | 图片tos文件名 | |
非三证合一:组织机构代码 (加密存储) | CodeOfOrganizationCertificate | String | ||
非三证合一:企业法人营业执照 | BusinessLicensePhotoFileCode | String | 图片tos文件名 | |
非三证合一:组织机构代码证 | CertificateOfOrganizationCodesPhotoFileCode | String | 图片tos文件名 | |
非三证合一:税务登记证 | CertificateOfTaxationRegistrationPhotoFileCode | String | 图片tos文件名 |
QualificationAdminInfoFormDO
名称 | 英文名 | 类型 | 备注 | 例子 |
---|---|---|---|---|
管理员姓名 | Name | String | 李四 | |
管理员联系方式 | ContactNumber | String | 13111112222 | |
管理员身份证号码 | IdCardNumber | String | 14254675125 | |
管理员身份证照片 | IdCardFrontPhotoFileCode | String | 图片tos文件名 | |
管理员手持身份证照片 | IdCardPhotoWithPeopleFileCode | String | 图片tos文件名 |
QualificationScenarioInfoFormDO
名称 | 英文名 | 类型 | 备注 | 例子 |
---|---|---|---|---|
使用场景 | SceneType | int | 根据列表进行选择,以该表 场景ID 列数值为准 | 1101 |
场景描述 | Description | String | 针对代充用户外呼调研,调研出代充的充值渠道,以及店铺名称 | |
外呼话术 | ScenarioOfCalling | String | “我在微信上/淘宝上进行充值的啊” |
参数 | 数据类型 | 描述 |
---|---|---|
ResponseMetadata | ResponseMetadata | 响应公共参数。包含的参数说明请参见 ResponseMetadata。 |
Result | Result | 响应业务参数。包含的参数说明请参见 Result。 |
参数 | 数据类型 | 描述 |
---|---|---|
RequestId | String | 请求 ID。 |
Action | String | 请求的接口名称。 |
Version | String | 请求的版本号。 |
Service | String | 请求的服务名称。 |
Region | String | 请求的区域。 |
Error | Error | 错误信息。如果请求没有异常则不会返回错误信息。包含的参数说明请参见 Error。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
QualificationNo | String | 3425436 | 资质编号 |
参数 | 数据类型 | 描述 |
---|---|---|
Code | String | 错误码。 |
Message | String | 错误信息。 |
{ "QualificationMainInfoFormDO": { "QualificationEntity": "北京字节跳动网络技术有限公司", "CertificateThreeInOne": 1, "EnterpriseAddress": "北京市海淀区xxx", "LegalRepresentativeName": "张三", "LegalRepresentativeId": "4112548561222411", "UnitSocialCreditCode": "JFKKWQ5542254", "CodeOfOrganizationCertificate": "JIJHGJKK", "LegalRepresentativeFrontIdPhotoFileCode": "dsfdasfas", //文件名 "DocOfNumberApplyPhotoFileCode": "", //文件名 "CommitmentLetterOfNetAccessPhotoFileCode": "", //文件名 "ThreeInOneBusinessLicensePhotoFileCode": "", //文件名 "BusinessLicensePhotoFileCode": "", //文件名 "CertificateOfOrganizationCodesPhotoFileCode": "", //文件名 "CertificateOfTaxationRegistrationPhotoFileCode": "", //文件名 }, "QualificationAdminInfoFormDO": { "Name": "李四", "ContactNumber": "18811221425", "IdCardNumber": "4112548561222411", "IdCardFrontPhotoFileCode": "", //文件名 "IdCardBackPhotoFileCode": "", //文件名 "IdCardPhotoWithPeopleFileCode": "", //文件名 }, "QualificationScenarioInfoFormDOList": [ { "SceneType": 11, "Description": "xxxx", "ScenarioOfCalling": "xxxxxxxxxxx" }, { "SceneType": 11, "Description": "xxxx", "ScenarioOfCalling": "xxxxxxxxxxx" } ] }
{ "ResponseMetadata": { "RequestId": "20201230172812010225107034190083F8", "Action": "AddQualification", "Version": "2022-01-01", "Service": "vms", "Region": "cn-north-1" }, "Result": { "QualificationNo": "xxxx" } }