Queries the details of a review record for self-service business.
Debugging
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:
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:
|
| 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.