POST WEvalQuery/SurveyUserChangeNotice

Request Information

URI Parameters

None.

Body Parameters

SurveyUserChangeRequest
NameDescriptionTypeAdditional information
ProjectNo

string

None.

SurveyUser

string

None.

UpdateUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectNo": "sample string 1",
  "SurveyUser": "sample string 2",
  "UpdateUser": "sample string 3"
}

application/xml, text/xml

Sample:
<SurveyUserChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eaglet.Entity.Pattern.Query">
  <ProjectNo>sample string 1</ProjectNo>
  <SurveyUser>sample string 2</SurveyUser>
  <UpdateUser>sample string 3</UpdateUser>
</SurveyUserChangeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfProjectSyncResult
NameDescriptionTypeAdditional 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>