POST WEvalProject/AssessmentHandleResult

Request Information

URI Parameters

None.

Body Parameters

ProjectFeedbackRequest
NameDescriptionTypeAdditional information
DeclarationId

globally unique identifier

None.

ProjectNo

string

None.

Remark

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeclarationId": "34e1c3d1-b57f-4a7a-bc14-11d3a3b52074",
  "ProjectNo": "sample string 1",
  "Remark": "sample string 2",
  "Status": "sample string 3"
}

application/xml, text/xml

Sample:
<ProjectFeedbackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <DeclarationId>34e1c3d1-b57f-4a7a-bc14-11d3a3b52074</DeclarationId>
  <ProjectNo>sample string 1</ProjectNo>
  <Remark>sample string 2</Remark>
  <Status>sample string 3</Status>
</ProjectFeedbackRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfBoolean
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": true
}

application/xml, text/xml

Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>true</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfboolean>