POST WEvalProject/AssessmentModify

修改报评信息

Request Information

URI Parameters

None.

Body Parameters

AssessmentModifyRequest
NameDescriptionTypeAdditional information
DealUserName

string

None.

DealUserMobile

string

None.

BuyerName

string

None.

LoanType

string

None.

Area

string

None.

LoanRatio

string

None.

DeclarationId

globally unique identifier

None.

ProjectCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DealUserName": "sample string 1",
  "DealUserMobile": "sample string 2",
  "BuyerName": "sample string 3",
  "LoanType": "sample string 4",
  "Area": "sample string 5",
  "LoanRatio": "sample string 6",
  "DeclarationId": "fc64ab97-ee3f-4a4f-b29e-3aed71937c02",
  "ProjectCode": "sample string 7"
}

application/xml, text/xml

Sample:
<AssessmentModifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <DeclarationId>fc64ab97-ee3f-4a4f-b29e-3aed71937c02</DeclarationId>
  <ProjectCode>sample string 7</ProjectCode>
  <Area>sample string 5</Area>
  <BuyerName>sample string 3</BuyerName>
  <DealUserMobile>sample string 2</DealUserMobile>
  <DealUserName>sample string 1</DealUserName>
  <LoanRatio>sample string 6</LoanRatio>
  <LoanType>sample string 4</LoanType>
</AssessmentModifyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfBoolean
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": true
}

application/xml, text/xml

Sample:
<RemoteResponseOfboolean 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>true</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfboolean>