POST WEvalQuery/ProjectCompletNotice
Request Information
URI Parameters
None.
Body Parameters
ProjectCompletRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectNo | string |
None. |
|
| Promoter | string |
None. |
|
| Type | integer |
None. |
|
| BusinessType | integer |
None. |
|
| SurveyState | string |
None. |
|
| SurveyRemark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectNo": "sample string 1",
"Promoter": "sample string 2",
"Type": 3,
"BusinessType": 4,
"SurveyState": "sample string 5",
"SurveyRemark": "sample string 6"
}
application/xml, text/xml
Sample:
<ProjectCompletRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eaglet.Entity.Pattern.Query"> <BusinessType>4</BusinessType> <ProjectNo>sample string 1</ProjectNo> <Promoter>sample string 2</Promoter> <SurveyRemark>sample string 6</SurveyRemark> <SurveyState>sample string 5</SurveyState> <Type>3</Type> </ProjectCompletRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfProjectSyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | ProjectSyncResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"ProjectNo": "sample string 1",
"SyncSuccess": true,
"Message": "sample string 3"
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfProjectSyncResultNCcew9g6 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/Eaglet.Entity.Pattern.Query">
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
<d2p1:SyncSuccess>true</d2p1:SyncSuccess>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfProjectSyncResultNCcew9g6>