Queries the details of a review record for self-service business.

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 QueryOperationAuditInfoDetail

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

AuditRecordId Long Yes 1

The ID of the review record.

Lang String No en

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

  • zh: Chinese
  • en: English

Default value: en

Response parameters

Parameter Type Example Description
AuditInfo String {"regType":1,"registrantName":"Jeff","telephone":"1390123****","account":"jeff@example.com","reason":1,"remark":"Account was lost."}

The information for review.

AuditStatus Integer 1

The review status of the the information. Valid values:

  • 0: waiting for more information
  • 1, 2, 3, and 4: being reviewed
  • 5: failed
  • 6: successful
  • 7: canceled
AuditType Integer 1

The type of the business to which the information belongs. Valid values:

1: offline transfer of domain names

BusinessName String Offline transfer of domain names such as example.com

The name of the business.

CreateTime Long 1581919010100

The time when the review record was created.

DomainName String example.com,aliyundoc.com

The domain name.

Id String 1

The ID of the review record.

Remark String Approved

The remarks of the review.

RequestId String 9DFCF6F8-243C-40EC-8035-4B12FEFD7D1L

The ID of the request.

UpdateTime Long 1581919010101

The time when the review record was updated.

Examples

Sample requests

 
 
&<Common request parameters>

Sample success responses

XML format

 
<AuditInfo>{"regType":1,"registrantName":"Jeff","telephone":"1390123****","account":"jeff@example.com","reason":1,"remark":"Account was lost."}</AuditInfo>
 
 
<BusinessNam>Offline transfer of domain names such as example.com</BusinessName>
 
 
 
 
 
<Remark>Approved</Remark>
 

JSON format

 
    "AuditInfo": "{\"regType\":1,\"registrantName\":\"Jeff\",\"telephone\":\"1390123****\",\"account\":\"jeff@example.com\",\"reason\":1,\"remark\":\"Account was lost.\"}", 
      
      
    "BusinessName": "Offline transfer of domain names such as example.com", 
      
      
      
      
      
    "Remark": "Approved"
 

Error codes

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