POST Ke/Assessment/ResultNotify
Request Information
URI Parameters
None.
Body Parameters
KeTaskResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| refuseCause | string |
None. |
|
| assessType | integer |
None. |
|
| taskNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": 1,
"refuseCause": "sample string 2",
"assessType": 3,
"taskNo": "sample string 4"
}
application/xml, text/xml
Sample:
<KeTaskResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.KeAssessment"> <TaskNo>sample string 4</TaskNo> <AssessType>3</AssessType> <RefuseCause>sample string 2</RefuseCause> <Status>1</Status> </KeTaskResult>
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>