POST Ke/Assessment/Regenerate
Request Information
URI Parameters
None.
Body Parameters
KeTaskRegen| Name | Description | Type | Additional information |
|---|---|---|---|
| remark | string |
None. |
|
| expect | decimal number |
None. |
|
| taskId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"remark": "sample string 1",
"expect": 1.0,
"taskId": "sample string 2"
}
application/xml, text/xml
Sample:
<KeTaskRegen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.KeAssessment"> <TaskId>sample string 2</TaskId> <Expect>1</Expect> <Remark>sample string 1</Remark> </KeTaskRegen>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KeResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | integer |
None. |
|
| errMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"errMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<KeResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.KeAssessment"> <ErrorMessage>sample string 2</ErrorMessage> <StatusCode>1</StatusCode> </KeResponseBase>