POST api/ProjectValidate/GetProjectByScan
Request Information
URI Parameters
None.
Body Parameters
ScanRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| scan | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"scan": "sample string 1"
}
application/xml, text/xml
Sample:
<ScanRQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Association.Mobile.Models"> <Scan>sample string 1</Scan> </ScanRQ>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfProjectBrief| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | ProjectBrief |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"Company": {
"ExtendId": "4e1d2846-f7b4-41a4-9cba-fc2514643d6b",
"CompanyId": 1,
"CompanyCode": "sample string 2",
"CompanyName": "sample string 3",
"BannerIcon": "sample string 4",
"SmallIcon": "sample string 5",
"VerifyType": 1,
"VerifyTypeCode": "sample string 6",
"InterfaceUser": "sample string 7",
"SettingsStr": "sample string 8",
"Settings": {
"VerifyCategory": true,
"VerifyAttachment": true,
"VerifyAppraier": true,
"VerifyRepeat": true,
"RepeatRefuse": 1,
"RepeatWarn": 1
}
},
"ProjectId": "e5853737-10ba-49dc-85de-a7df64d3a54c",
"ReportNo": "sample string 2",
"ProjectNo": "sample string 3",
"ProjectName": "sample string 4",
"Address": "sample string 5",
"ReportType": {
"Key": 1,
"Value": "sample string 2"
},
"Purpose": {
"Key": 1,
"Value": "sample string 2"
},
"Method": [
{
"Key": 1,
"Value": "sample string 2"
},
{
"Key": 1,
"Value": "sample string 2"
}
],
"ValuationDate": "2026-07-17T04:06:31.6668454+08:00",
"OperateDate": "2026-07-17T04:06:31.6668454+08:00",
"IssuanceDate": "2026-07-17T04:06:31.6668454+08:00",
"Appraiser": "sample string 6",
"Mandator": "sample string 7",
"LandArea": 1.0,
"FloorArea": 1.0,
"Amount": 1.0,
"UnitPrice": 1.0,
"Revenue": 1.0,
"BuildYear": "sample string 8",
"Phase": 1,
"AuditStatus": 1,
"ScanMD5": "sample string 9"
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfProjectBriefC4Eybk6d 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/Association.Entity.ProjectDetail">
<d2p1:Address>sample string 5</d2p1:Address>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Appraiser>sample string 6</d2p1:Appraiser>
<d2p1:AuditStatus>1</d2p1:AuditStatus>
<d2p1:BuildYear>sample string 8</d2p1:BuildYear>
<d2p1:Company>
<d2p1:BannerIcon>sample string 4</d2p1:BannerIcon>
<d2p1:CompanyCode>sample string 2</d2p1:CompanyCode>
<d2p1:CompanyId>1</d2p1:CompanyId>
<d2p1:CompanyName>sample string 3</d2p1:CompanyName>
<d2p1:ExtendId>4e1d2846-f7b4-41a4-9cba-fc2514643d6b</d2p1:ExtendId>
<d2p1:InterfaceUser>sample string 7</d2p1:InterfaceUser>
<d2p1:Settings>
<d2p1:RepeatRefuse>1</d2p1:RepeatRefuse>
<d2p1:RepeatWarn>1</d2p1:RepeatWarn>
<d2p1:VerifyAppraier>true</d2p1:VerifyAppraier>
<d2p1:VerifyAttachment>true</d2p1:VerifyAttachment>
<d2p1:VerifyCategory>true</d2p1:VerifyCategory>
<d2p1:VerifyRepeat>true</d2p1:VerifyRepeat>
</d2p1:Settings>
<d2p1:SettingsStr>sample string 8</d2p1:SettingsStr>
<d2p1:SmallIcon>sample string 5</d2p1:SmallIcon>
<d2p1:VerifyType>1</d2p1:VerifyType>
<d2p1:VerifyTypeCode>sample string 6</d2p1:VerifyTypeCode>
</d2p1:Company>
<d2p1:FloorArea>1</d2p1:FloorArea>
<d2p1:IssuanceDate>2026-07-17T04:06:31.6668454+08:00</d2p1:IssuanceDate>
<d2p1:LandArea>1</d2p1:LandArea>
<d2p1:Mandator>sample string 7</d2p1:Mandator>
<d2p1:Method xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:KeyValuePairOfintstring>
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfintstring>
<d3p1:KeyValuePairOfintstring>
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfintstring>
</d2p1:Method>
<d2p1:OperateDate>2026-07-17T04:06:31.6668454+08:00</d2p1:OperateDate>
<d2p1:Phase>1</d2p1:Phase>
<d2p1:ProjectId>e5853737-10ba-49dc-85de-a7df64d3a54c</d2p1:ProjectId>
<d2p1:ProjectName>sample string 4</d2p1:ProjectName>
<d2p1:ProjectNo>sample string 3</d2p1:ProjectNo>
<d2p1:Purpose xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d2p1:Purpose>
<d2p1:ReportNo>sample string 2</d2p1:ReportNo>
<d2p1:ReportType xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d2p1:ReportType>
<d2p1:Revenue>1</d2p1:Revenue>
<d2p1:ScanMD5>sample string 9</d2p1:ScanMD5>
<d2p1:UnitPrice>1</d2p1:UnitPrice>
<d2p1:ValuationDate>2026-07-17T04:06:31.6668454+08:00</d2p1:ValuationDate>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfProjectBriefC4Eybk6d>