POST WEvalProject/ProjectSearch

项目列表查询

Request Information

URI Parameters

None.

Body Parameters

ProjectSearchRequest
NameDescriptionTypeAdditional information
ProjectCode

string

None.

Address

string

None.

EnquityName

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectCode": "sample string 1",
  "Address": "sample string 2",
  "EnquityName": "sample string 3",
  "PageIndex": 1,
  "PageSize": 1
}

application/xml, text/xml

Sample:
<ProjectSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <Address>sample string 2</Address>
  <EnquityName>sample string 3</EnquityName>
  <PageIndex>1</PageIndex>
  <PageSize>1</PageSize>
  <ProjectCode>sample string 1</ProjectCode>
</ProjectSearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfSummaryBaseOfProjectSearchResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

SummaryBaseOfProjectSearchResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": {
    "TotalCount": 1,
    "Collection": [
      {
        "ProjectCode": "sample string 1",
        "ProjectPhase": "sample string 2",
        "Address": "sample string 3",
        "EvaluatePurpose": "sample string 4",
        "EnquityName": "sample string 5",
        "EvaluateDate": "2026-06-02T20:31:37.4269788+08:00",
        "MV": 1.0
      },
      {
        "ProjectCode": "sample string 1",
        "ProjectPhase": "sample string 2",
        "Address": "sample string 3",
        "EvaluatePurpose": "sample string 4",
        "EnquityName": "sample string 5",
        "EvaluateDate": "2026-06-02T20:31:37.4269788+08:00",
        "MV": 1.0
      }
    ]
  }
}

application/xml, text/xml

Sample:
<RemoteResponseOfSummaryBaseOfProjectSearchResponsedmGyRm56iaxCqoUW 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>
    <Collection xmlns:d3p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
      <d3p1:ProjectSearchResponse>
        <d3p1:Address>sample string 3</d3p1:Address>
        <d3p1:EnquityName>sample string 5</d3p1:EnquityName>
        <d3p1:EvaluateDate>2026-06-02T20:31:37.4269788+08:00</d3p1:EvaluateDate>
        <d3p1:EvaluatePurpose>sample string 4</d3p1:EvaluatePurpose>
        <d3p1:MV>1</d3p1:MV>
        <d3p1:ProjectCode>sample string 1</d3p1:ProjectCode>
        <d3p1:ProjectPhase>sample string 2</d3p1:ProjectPhase>
      </d3p1:ProjectSearchResponse>
      <d3p1:ProjectSearchResponse>
        <d3p1:Address>sample string 3</d3p1:Address>
        <d3p1:EnquityName>sample string 5</d3p1:EnquityName>
        <d3p1:EvaluateDate>2026-06-02T20:31:37.4269788+08:00</d3p1:EvaluateDate>
        <d3p1:EvaluatePurpose>sample string 4</d3p1:EvaluatePurpose>
        <d3p1:MV>1</d3p1:MV>
        <d3p1:ProjectCode>sample string 1</d3p1:ProjectCode>
        <d3p1:ProjectPhase>sample string 2</d3p1:ProjectPhase>
      </d3p1:ProjectSearchResponse>
    </Collection>
    <TotalCount>1</TotalCount>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfSummaryBaseOfProjectSearchResponsedmGyRm56iaxCqoUW>