You need to enable JavaScript to run this app.
导航
AddQualification - 新增资质
最近更新时间:2025.07.11 17:27:22首次发布时间:2025.07.11 17:27:22
我的收藏
有用
有用
无用
无用

添加资质

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

AddQualification

要执行的操作,取值:AddQualification。

Version
String

2022-01-01

API的版本,取值:2022-01-01。

QualificationScenarioInfoFormDOList
Array of Object

[
{
"SceneType": 1101,
"Description": "针对代充用户外呼调研,调研出代充的充值渠道,以及店铺名称",
"ScenarioOfCalling": "“我在微信上/淘宝上进行充值的啊”\n——好的,先生/女士,那您能告知客服,您充值抖币经常使用的具体公众号名称/淘宝店铺名称吗?\n“你问那么详细是要做什么呢?”",
"QualificationId": 1234,
"QualificationNo": "QUA164664762128220429"
}
]

资质场景信息

QualificationMainInfoFormDO
Object

{
"QualificationEntity": "ygcguW",
"CertificateThreeInOne": 60,
"EnterpriseAddress": "北京市海淀区",
"LegalRepresentativeId": "1221454542457",
"LegalRepresentativeFrontIdPhotoFileCode": "图片tos文件名",
"LegalRepresentativeName": "张三",
"DocOfNumberApplyPhotoFileCode": "图片tos文件名",
"CommitmentLetterOfNetAccessPhotoFileCode": "图片tos文件名",
"UnitSocialCreditCode": "HUHUHUJKKLHFGG",
"ThreeInOneBusinessLicensePhotoFileCode": "图片tos文件名",
"BusinessLicensePhotoFileCode": "图片tos文件名",
"CertificateOfTaxationRegistrationPhotoFileCode": "图片tos文件名",
"QualificationId": 1234,
"CodeOfOrganizationCertificate": "123456",
"LegalRepresentativeBackIdPhotoFileCode": "123456.jpg",
"CertificateOfOrganizationCodesPhotoFileCode": "abcdef.jpg",
"QualificationNo": "QUA164664762128220429"
}

资质主体信息

QualificationAdminInfoFormDO
Object

{
"Name": "李四",
"ContactNumber": "13111112222",
"IdCardNumber": "14254675125",
"IdCardFrontPhotoFileCode": "图片tos文件名",
"IdCardPhotoWithPeopleFileCode": "图片tos文件名",
"QualificationId": 1234,
"IdCardBackPhotoFileCode": "abcd.jpg"
}

管理员信息

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
qualificationNo
String

QU1234

资质编号

请求示例

POST /?Action=AddQualification&Version=2022-01-01 HTTP/1.1
Host: https://cloud-vms.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20250605T030834Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20250605/cn-beijing/vms/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
  "QualificationScenarioInfoFormDOList": [
    {
      "SceneType": 1101,
      "Description": "针对代充用户外呼调研,调研出代充的充值渠道,以及店铺名称",
      "ScenarioOfCalling": "“我在微信上/淘宝上进行充值的啊”\n——好的,先生/女士,那您能告知客服,您充值抖币经常使用的具体公众号名称/淘宝店铺名称吗?\n“你问那么详细是要做什么呢?”",
      "QualificationId": 1234,
      "QualificationNo": "QUA164664762128220429"
    }
  ],
  "QualificationMainInfoFormDO": {
    "QualificationEntity": "ygcguW",
    "CertificateThreeInOne": 60,
    "EnterpriseAddress": "北京市海淀区",
    "LegalRepresentativeId": "1221454542457",
    "LegalRepresentativeFrontIdPhotoFileCode": "图片tos文件名",
    "LegalRepresentativeName": "张三",
    "DocOfNumberApplyPhotoFileCode": "图片tos文件名",
    "CommitmentLetterOfNetAccessPhotoFileCode": "图片tos文件名",
    "UnitSocialCreditCode": "HUHUHUJKKLHFGG",
    "ThreeInOneBusinessLicensePhotoFileCode": "图片tos文件名",
    "BusinessLicensePhotoFileCode": "图片tos文件名",
    "CertificateOfTaxationRegistrationPhotoFileCode": "图片tos文件名",
    "QualificationId": 1234,
    "CodeOfOrganizationCertificate": "123456",
    "LegalRepresentativeBackIdPhotoFileCode": "123456.jpg",
    "CertificateOfOrganizationCodesPhotoFileCode": "abcdef.jpg",
    "QualificationNo": "QUA164664762128220429"
  },
  "QualificationAdminInfoFormDO": {
    "Name": "李四",
    "ContactNumber": "13111112222",
    "IdCardNumber": "14254675125",
    "IdCardFrontPhotoFileCode": "图片tos文件名",
    "IdCardPhotoWithPeopleFileCode": "图片tos文件名",
    "QualificationId": 1234,
    "IdCardBackPhotoFileCode": "abcd.jpg"
  }
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20250605110842095162110088E4A288",
    "Action": "AddQualification",
    "Version": "2022-01-01",
    "Service": "vms",
    "Region": "cn-beijing"
  },
  "Result": {
    "QualificationNo": "QU1234"
  }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
200
SystemError

系统错误

200
InternalServiceFailed

The internal service error