POST WEvalProject/GetFUCDetailRequest

Request Information

URI Parameters

None.

Body Parameters

FUCDetailRequest
NameDescriptionTypeAdditional information
FUCId

globally unique identifier

None.

UserCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FUCId": "60c5d192-8854-4530-8d23-29ea08a9552a",
  "UserCode": "sample string 2"
}

application/xml, text/xml

Sample:
<FUCDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <FUCId>60c5d192-8854-4530-8d23-29ea08a9552a</FUCId>
  <UserCode>sample string 2</UserCode>
</FUCDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfListOfFUCDetailResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

Collection of FUCDetailResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": [
    {
      "ProjectNo": "sample string 1",
      "ProjectName": "sample string 2",
      "PaymentPrice": 1.1,
      "PaymentRealPrice": 1.1,
      "UnPaymentPrice": 1.1,
      "UrgentRealityDate": "2026-06-02T20:33:33.5517582+08:00",
      "PayMode": "sample string 3"
    },
    {
      "ProjectNo": "sample string 1",
      "ProjectName": "sample string 2",
      "PaymentPrice": 1.1,
      "PaymentRealPrice": 1.1,
      "UnPaymentPrice": 1.1,
      "UrgentRealityDate": "2026-06-02T20:33:33.5517582+08:00",
      "PayMode": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<RemoteResponseOfArrayOfFUCDetailResponsedmGyRm56 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:FUCDetailResponse>
      <d2p1:PayMode>sample string 3</d2p1:PayMode>
      <d2p1:PaymentPrice>1.1</d2p1:PaymentPrice>
      <d2p1:PaymentRealPrice>1.1</d2p1:PaymentRealPrice>
      <d2p1:ProjectName>sample string 2</d2p1:ProjectName>
      <d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
      <d2p1:UnPaymentPrice>1.1</d2p1:UnPaymentPrice>
      <d2p1:UrgentRealityDate>2026-06-02T20:33:33.5517582+08:00</d2p1:UrgentRealityDate>
    </d2p1:FUCDetailResponse>
    <d2p1:FUCDetailResponse>
      <d2p1:PayMode>sample string 3</d2p1:PayMode>
      <d2p1:PaymentPrice>1.1</d2p1:PaymentPrice>
      <d2p1:PaymentRealPrice>1.1</d2p1:PaymentRealPrice>
      <d2p1:ProjectName>sample string 2</d2p1:ProjectName>
      <d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
      <d2p1:UnPaymentPrice>1.1</d2p1:UnPaymentPrice>
      <d2p1:UrgentRealityDate>2026-06-02T20:33:33.5517582+08:00</d2p1:UrgentRealityDate>
    </d2p1:FUCDetailResponse>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfArrayOfFUCDetailResponsedmGyRm56>