Skip to Content
Short Message Service(USMS)AddUSMSSignatureQualification

Add USMS Signature Qualification Application Record - AddUSMSSignatureQualification

Overview

Add USMS Signature Qualification Application Record

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is AddUSMSSignatureQualification.Yes
PublicKeystringThe user’s public key can be obtained from Console Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
ProjectIdstringProject ID. Leave it blank for the default project. Sub-accounts must fill in. Please refer to the GetProjectList APIYes
NamestringQualification NameYes
AttrintQualification Attribute, 0-Self-use 1-Other-useYes
StatusintStatus: 0-Draft, 1-Submit for ReviewYes
HandlerPhonestringPhone of the HandlerYes
CompanyNamestringCompany Name, Length Limit 100No
CompanyCreditCodestringUnified Social Credit Code of the CompanyNo
CompanyCertificateFileIdstringCompany Document FileIdNo
CompanyWorkScenePhotosFileIdstringCompany Work Site Photo FileIdNo
HandlerNamestringName of the HandlerNo
HandlerIDNumberstringAgent’s ID NumberNo
HandlerIDCardFrontImageFileIdstringAgent ID Card Portrait Image FileIdNo
HandlerIDCardBackImageFileIdstringAgent’s ID National Emblem Side Image FileIdNo
HandlerHandHeldImageFileIdstringAgent holding ID card image FileIdNo
ManagerNamestringLegal Representative NameNo
ManagerPhonestringLegal Representative’s Mobile NumberNo
ManagerIDNumberstringLegal Representative ID NumberNo

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
QualificationIdstringQualification IdYes

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 }