POST Ke/Assessment/StopEntrust

Request Information

URI Parameters

None.

Body Parameters

KeTaskId
NameDescriptionTypeAdditional information
taskId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "taskId": "sample string 1"
}

application/xml, text/xml

Sample:
<KeTaskId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.KeAssessment">
  <TaskId>sample string 1</TaskId>
</KeTaskId>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

KeResponseBase
NameDescriptionTypeAdditional 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>