POST api/DealerBusiness/DealerAuthenticationUpdateSubmit

实名认证提交

Request Information

Parameters

NameTypeDescription
param Carwins.UsedCar.CarDomain.DealerAuthenticationUpdateParam
No documentation available.

Request body formats

application/json, text/json

Sample:
{
  "dealerID": 1,
  "name": "sample string 2",
  "idNum": "sample string 3",
  "idImgZ": "sample string 4",
  "idImgF": "sample string 5",
  "idImgP": "sample string 6"
}

application/xml, text/xml

Sample:
<DealerAuthenticationUpdateParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <DealerID>1</DealerID>
  <IDImgF>sample string 5</IDImgF>
  <IDImgP>sample string 6</IDImgP>
  <IDImgZ>sample string 4</IDImgZ>
  <IDNum>sample string 3</IDNum>
  <Name>sample string 2</Name>
</DealerAuthenticationUpdateParam>

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 'DealerAuthenticationUpdateParam'.

Response Type

System.Int32

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>