POST Ke/Assessment/TaskNotify

Request Information

URI Parameters

None.

Body Parameters

KeTaskNo
NameDescriptionTypeAdditional information
taskNo

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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>