Add USMS Signature Qualification Application Record - AddUSMSSignatureQualification
Overview
Add USMS Signature Qualification Application Record
Definition
Public Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
Action | string | Corresponding API command name, the current API is AddUSMSSignatureQualification . | Yes |
PublicKey | string | The user’s public key can be obtained from Console  | Yes |
Signature | string | User signature generated based on public key and API command, see Signature Algorithm | Yes |
Request Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
ProjectId | string | Project ID. Leave it blank for the default project. Sub-accounts must fill in. Please refer to the GetProjectList API | Yes |
Name | string | Qualification Name | Yes |
Attr | int | Qualification Attribute, 0-Self-use 1-Other-use | Yes |
Status | int | Status: 0-Draft, 1-Submit for Review | Yes |
HandlerPhone | string | Phone of the Handler | Yes |
CompanyName | string | Company Name, Length Limit 100 | No |
CompanyCreditCode | string | Unified Social Credit Code of the Company | No |
CompanyCertificateFileId | string | Company Document FileId | No |
CompanyWorkScenePhotosFileId | string | Company Work Site Photo FileId | No |
HandlerName | string | Name of the Handler | No |
HandlerIDNumber | string | Agent’s ID Number | No |
HandlerIDCardFrontImageFileId | string | Agent ID Card Portrait Image FileId | No |
HandlerIDCardBackImageFileId | string | Agent’s ID National Emblem Side Image FileId | No |
HandlerHandHeldImageFileId | string | Agent holding ID card image FileId | No |
ManagerName | string | Legal Representative Name | No |
ManagerPhone | string | Legal Representative’s Mobile Number | No |
ManagerIDNumber | string | Legal Representative ID Number | No |
Response Field
Field Name | Type | Description Information | Required |
---|---|---|---|
RetCode | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. | Yes |
Action | string | Operation command name. | Yes |
Message | string | Returns an error message, providing detailed description when RetCode is non-zero. | No |
QualificationId | string | Qualification Id | Yes |
Example
Request Example
https://api.ucloud-global.com/?Action=AddUSMSSignatureQualification
&ProjectId=kKNmmeMB
&Name=koNRhZtW
&Attr=4
&Status=4
&CompanyName=AedSnHhH
&CompanyCreditCode=GrCJWHiI
&CompanyCertificateFile=rZCjRLUy
&CompanyWorkScenePhotos=zwMbEMjS
&HandlerName=nfWBwgvo
&HandlerIDNumber=jCnyLEkF
&HandlerIDCardFrontImage=JfiOIOwa
&HandlerIDCardBackImage=YzJtUGtk
&HandlerHandHeldImage=hrYNUUWv
&PowerOfAttorney=CfKkfNRw
&ManagerName=qJLyZyuJ
&ManagerIDNumber=PmDPyumA
&CompanyCertificateFileId=jzabnZgb
&CompanyWorkScenePhotosFileId=cHpspiLG
&HandlerIDCardFrontImageFileId=cqvWwPbw
&HandlerIDCardBackImageFileId=kKXaojft
&HandlerHandHeldImageFileId=IRSHOfWA
&PowerOfAttorneyFileId=FXGYjKwb
&HandlerPhone=vvToegyc
&ManagerPhone=OKhIhMzD
Response Example
{
"Action": "AddUSMSSignatureQualificationResponse",
"Message": "wEEENDbT",
"QualificationId": "RzLxKRaF",
"RetCode": 0
}