POST LJ/Assessment/AssessmentData

Request Information

URI Parameters

None.

Body Parameters

AssessmentDataRequest
NameDescriptionTypeAdditional information
content

AssessmentData

None.

companyCode

string

None.

digest

string

None.

seqNum

string

None.

Request Formats

application/json, text/json

Sample:
{
  "content": {
    "bscode": "sample string 1",
    "assessment": "sample string 2",
    "bankName": "sample string 3",
    "street": "sample string 4",
    "businessType": "sample string 5",
    "loanRatio": "sample string 6",
    "loanAmount": "sample string 7",
    "reportNum": "sample string 8",
    "comment": "sample string 9",
    "planUse": "sample string 10",
    "houseType": "sample string 11",
    "houseProperties": "sample string 12",
    "houseAddr": "sample string 13",
    "area": "sample string 14",
    "orientation": "sample string 15",
    "floor": "sample string 16",
    "region": "sample string 17",
    "community": "sample string 18",
    "buildYear": "sample string 19",
    "buyerName": "sample string 20",
    "buyerGender": "sample string 21",
    "buyerID": "sample string 22",
    "sellerName": "sample string 23",
    "sellerID": "sample string 24",
    "dealuserName": "sample string 25",
    "dealuserMobile": "sample string 26",
    "linkMan": "sample string 27",
    "linkMobile": "sample string 28",
    "servName": "sample string 29",
    "servMobile": "sample string 30",
    "realMoney": "sample string 31",
    "contractMoney": "sample string 32",
    "urgency": "sample string 33",
    "qrCodeUrl": "sample string 34",
    "WangDianName": "sample string 35",
    "assessmentTerm": "sample string 36",
    "netContractNo": "sample string 37",
    "wangQianMiMa": "sample string 38",
    "sellerPhone": "sample string 39",
    "buyerMail": "sample string 40",
    "daiKuanJexx": "sample string 41",
    "borrowerName": "sample string 42",
    "noteNature": "sample string 43",
    "businessId": "sample string 44"
  },
  "companyCode": "sample string 1",
  "digest": "sample string 2",
  "seqNum": "sample string 3"
}

application/xml, text/xml

Sample:
<AssessmentDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment">
  <CompanyCode>sample string 1</CompanyCode>
  <Digest>sample string 2</Digest>
  <SeqNum>sample string 3</SeqNum>
  <Content>
    <BizId>sample string 44</BizId>
    <Area>sample string 14</Area>
    <Assessment>sample string 2</Assessment>
    <AssessmentTerm>sample string 36</AssessmentTerm>
    <BankName>sample string 3</BankName>
    <BizCode>sample string 1</BizCode>
    <BorrowerName>sample string 42</BorrowerName>
    <BuildYear>sample string 19</BuildYear>
    <BusinessType>sample string 5</BusinessType>
    <BuyerGender>sample string 21</BuyerGender>
    <BuyerID>sample string 22</BuyerID>
    <BuyerMail>sample string 40</BuyerMail>
    <BuyerName>sample string 20</BuyerName>
    <Comment>sample string 9</Comment>
    <Community>sample string 18</Community>
    <ContractMoney>sample string 32</ContractMoney>
    <DaiKuanJexx>sample string 41</DaiKuanJexx>
    <DealUserMobile>sample string 26</DealUserMobile>
    <DealUserName>sample string 25</DealUserName>
    <Floor>sample string 16</Floor>
    <HouseAddr>sample string 13</HouseAddr>
    <HouseProperties>sample string 12</HouseProperties>
    <HouseType>sample string 11</HouseType>
    <LinkMan>sample string 27</LinkMan>
    <LinkMobile>sample string 28</LinkMobile>
    <LoanAmout>sample string 7</LoanAmout>
    <LoanRatio>sample string 6</LoanRatio>
    <NetContractNo>sample string 37</NetContractNo>
    <NoteNature>sample string 43</NoteNature>
    <Orientation>sample string 15</Orientation>
    <PlanUse>sample string 10</PlanUse>
    <QrCodeUrl>sample string 34</QrCodeUrl>
    <RealMoney>sample string 31</RealMoney>
    <Region>sample string 17</Region>
    <ReportNum>sample string 8</ReportNum>
    <SellerID>sample string 24</SellerID>
    <SellerName>sample string 23</SellerName>
    <SellerPhone>sample string 39</SellerPhone>
    <ServMobile>sample string 30</ServMobile>
    <ServName>sample string 29</ServName>
    <Street>sample string 4</Street>
    <Urgency>sample string 33</Urgency>
    <WangDianName>sample string 35</WangDianName>
    <WangQianMiMa>sample string 38</WangQianMiMa>
  </Content>
</AssessmentDataRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LJResponseBase
NameDescriptionTypeAdditional information
resultCode

string

None.

comment

string

None.

Response Formats

application/json, text/json

Sample:
{
  "resultCode": "sample string 1",
  "comment": "sample string 2"
}

application/xml, text/xml

Sample:
<LJResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment">
  <Comment>sample string 2</Comment>
  <ResultCode>sample string 1</ResultCode>
</LJResponseBase>