Submits the information of self-service business for review.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes SubmitOperationAuditInfo

The operation that you want to perform. Set the value to SubmitOperationAuditInfo.

AuditType Integer Yes 1

The type of the business. Valid values:

1: offline transfer of domain names from the current Alibaba Cloud account to another Alibaba Cloud account

DomainName String Yes example.com,example.org

The domain name. You can enter one or more domain names. Separate multiple domain names with commas (,).

Lang String No en

The language in which the system returns the error message. Valid values:

  • zh: Chinese
  • en: English

Default value: en

AuditInfo String No Individual {"regType":1,"registrantName":"Jeff","registrantNo":"2201919190**","telephone":"1390123****","account":"username@example.com","reason":1,"remark":"Account was lost."} Enterprise {"regType":2,"registrantName":"Huada Xintong","operatorName":"Alex","operatorNo":"2201811987101901**", "operatorPhone":"1390123****","account":"username@example.com","companyNo":"91361100MA35N6****","reason":2,"remark":"Account was lost."}

The information to be reviewed. The information varies based on business types.

Id Long No 1

The ID of the review record.

Response parameters

Parameter Type Example Description
Id Long 1

The review record ID generated by the system.

RequestId String 9DKCF6F8-243C-40EC-8035-4B12FEFD7C22

The ID of the request.

Examples

Sample requests

 
 
 
&<Common request parameters>

Sample success responses

XML format

<SubmitOperationAuditInfoResponse>
  <RequestId>9DKCF6F8-243C-40EC-8035-4B12FEFD7C22</RequestId>
  <Id>1</Id>
</SubmitOperationAuditInfoResponse>

JSON format

{
    "SubmitOperationAuditInfoResponse": {
        "RequestId": "9DKCF6F8-243C-40EC-8035-4B12FEFD7C22",
        "Id": 1
    }
}

Error codes

For a list of error codes, visit the API Error Center.