POST WEvalProject/ProjectReport

询价

Request Information

URI Parameters

None.

Body Parameters

ProjectReportRequest
NameDescriptionTypeAdditional information
ProjectNo

string

None.

ReportType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectNo": "sample string 1",
  "ReportType": "sample string 2"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfUrlResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

UrlResponse

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<RemoteResponseOfUrlResponsedmGyRm56 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:Url>sample string 1</d2p1:Url>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfUrlResponsedmGyRm56>