Submits a task for configuring the extension information of a .art domain name.
You can call the QueryTaskDetailList operation to query the task execution result.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SaveSingleTaskForSaveArtExtension |
The operation that you want to perform. Set the value to SaveSingleTaskForSaveArtExtension. |
DomainName | String | Yes | test.art |
The domain name of the task that you submit. |
ObjectType | String | No | The embroidery |
The type of the art object. |
MaterialsAndTechniques | String | No | silk |
The materials and techniques used to make the art object. |
Dimensions | String | No | 20 cm |
The dimensions of the art object. |
Title | String | No | Peace and friendship |
The name of the art object. |
DateOrPeriod | String | No | 2019-10-01 |
The time when the art object was created. |
Maker | String | No | zhang san |
The name of the person that makes the art object. |
InscriptionsAndMarkings | String | No | realism |
The inscriptions and marks on the art object. |
Subject | String | No | peace |
The subject of the art object. |
Features | String | No | iconicity |
The features of the art object. |
Reference | String | No | drawings |
The references for the art object. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | E2598CAF-DBFE-494E-95EF-B42A33C178AB |
The ID of the request. |
TaskNo | String | e893148f-6343-4ae1-9eba-6e2a4116e141 |
The ID of the task that was submitted. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=SaveSingleTaskForSaveArtExtension
&DomainName=test.art
&<Common request parameters>
Sample success responses
XML
format
<SaveSingleTaskForSaveArtExtensionResponse>
<TaskNo>3cbc5b9f-080d-4b5f-a04b-6e2a4116e141</TaskNo>
<RequestId>722D0361-93BD-4289-824F-B42A33C178AB</RequestId>
</SaveSingleTaskForSaveArtExtensionResponse>
JSON
format
{
"RequestId":"E2598CAF-DBFE-494E-95EF-B42A33C178AB",
"TaskNo":"e893148f-6343-4ae1-9eba-6e2a4116e141"
}
Error codes
For a list of error codes, visit the API Error Center.