POST api/WechatBusiness/SaveValuationReport

F3。需估价报告 提交内容的保存

Request Information

URI Parameters

None.

Body Parameters

需要估价报告的申请{"InquirePriceGUID":"dfa5659a-5cea-3a1c-b846-ee7dcf1a31e9","SendMail":"407640582@qq.com","PrincipalLender":"代成华","SendAddress":"上海市"}

InquirePriceNeedReportModel
NameDescriptionTypeAdditional information
InquirePriceGUID

主键

string

None.

SendMail

发送邮箱

string

None.

SendAddress

发送地址

string

None.

PrincipalLender

主贷人

string

None.

LoanType

string

None.

CarInf

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InquirePriceGUID": "sample string 1",
  "SendMail": "sample string 2",
  "SendAddress": "sample string 3",
  "PrincipalLender": "sample string 4",
  "LoanType": "sample string 5",
  "CarInf": "sample string 6"
}

application/xml, text/xml

Sample:
<InquirePriceNeedReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.Model.ViewModel">
  <CarInf>sample string 6</CarInf>
  <InquirePriceGUID>sample string 1</InquirePriceGUID>
  <LoanType>sample string 5</LoanType>
  <PrincipalLender>sample string 4</PrincipalLender>
  <SendAddress>sample string 3</SendAddress>
  <SendMail>sample string 2</SendMail>
</InquirePriceNeedReportModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InquirePriceNeedReportModel'.

Response Information

Resource Description

F3。需估价报告 提交内容的保存

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.