POST api/DataSynchronization/GetTaskCarConfig

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.DataTaskCarConfigGetRequest
No documentation available.

Request body formats

application/json, text/json

Sample:
{
  "sessionId": "sample string 1",
  "requestSource": "sample string 2",
  "bundleID": "sample string 3",
  "requestGroupID": "sample string 4",
  "channel": "sample string 5",
  "loginUserID": "sample string 6",
  "clientIP": "sample string 7",
  "endDeviceNumber": "sample string 8",
  "cityName": "sample string 9",
  "hierarchy": "sample string 10",
  "sessionKey": "sample string 11",
  "appVersion": "sample string 12",
  "whetherUpdate": "sample string 13"
}

application/xml, text/xml

Sample:
<DataTaskCarConfigGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</AppVersion>
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</EndDeviceNumber>
  <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</Hierarchy>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 1</SessionId>
  <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</SessionKey>
  <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</WhetherUpdate>
</DataTaskCarConfigGetRequest>

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

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.DataTaskCarConfig, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": [
    {
      "id": 1,
      "fldTaskId": 2,
      "fldCP_RLLX": 1,
      "fldCP_YS": 1,
      "fldCP_ABS": 1,
      "fldCP_ZL": 1,
      "fldCP_LQ": 1,
      "fldCP_AQQN": "sample string 3",
      "fldCP_TC": 1,
      "fldCP_KT": "sample string 4",
      "fldCP_MC": 1,
      "fldCP_HSJ": 1,
      "fldCP_ZYCZ": 1,
      "fldCP_ZYGN": "sample string 5",
      "fldCP_FXP": "sample string 6",
      "fldCP_DD": "sample string 7",
      "fldCP_CD": 1,
      "fldCP_YJP": "sample string 8",
      "fldCP_Other": "sample string 9",
      "fldCP_GZ": "sample string 10",
      "sqlServerTime": "sample string 11"
    },
    {
      "id": 1,
      "fldTaskId": 2,
      "fldCP_RLLX": 1,
      "fldCP_YS": 1,
      "fldCP_ABS": 1,
      "fldCP_ZL": 1,
      "fldCP_LQ": 1,
      "fldCP_AQQN": "sample string 3",
      "fldCP_TC": 1,
      "fldCP_KT": "sample string 4",
      "fldCP_MC": 1,
      "fldCP_HSJ": 1,
      "fldCP_ZYCZ": 1,
      "fldCP_ZYGN": "sample string 5",
      "fldCP_FXP": "sample string 6",
      "fldCP_DD": "sample string 7",
      "fldCP_CD": 1,
      "fldCP_YJP": "sample string 8",
      "fldCP_Other": "sample string 9",
      "fldCP_GZ": "sample string 10",
      "sqlServerTime": "sample string 11"
    },
    {
      "id": 1,
      "fldTaskId": 2,
      "fldCP_RLLX": 1,
      "fldCP_YS": 1,
      "fldCP_ABS": 1,
      "fldCP_ZL": 1,
      "fldCP_LQ": 1,
      "fldCP_AQQN": "sample string 3",
      "fldCP_TC": 1,
      "fldCP_KT": "sample string 4",
      "fldCP_MC": 1,
      "fldCP_HSJ": 1,
      "fldCP_ZYCZ": 1,
      "fldCP_ZYGN": "sample string 5",
      "fldCP_FXP": "sample string 6",
      "fldCP_DD": "sample string 7",
      "fldCP_CD": 1,
      "fldCP_YJP": "sample string 8",
      "fldCP_Other": "sample string 9",
      "fldCP_GZ": "sample string 10",
      "sqlServerTime": "sample string 11"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfArrayOfDataTaskCarConfigBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
    <d2p1:DataTaskCarConfig>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:SqlServerTime>sample string 11</d2p1:SqlServerTime>
      <d2p1:fldCP_ABS>1</d2p1:fldCP_ABS>
      <d2p1:fldCP_AQQN>sample string 3</d2p1:fldCP_AQQN>
      <d2p1:fldCP_CD>1</d2p1:fldCP_CD>
      <d2p1:fldCP_DD>sample string 7</d2p1:fldCP_DD>
      <d2p1:fldCP_FXP>sample string 6</d2p1:fldCP_FXP>
      <d2p1:fldCP_GZ>sample string 10</d2p1:fldCP_GZ>
      <d2p1:fldCP_HSJ>1</d2p1:fldCP_HSJ>
      <d2p1:fldCP_KT>sample string 4</d2p1:fldCP_KT>
      <d2p1:fldCP_LQ>1</d2p1:fldCP_LQ>
      <d2p1:fldCP_MC>1</d2p1:fldCP_MC>
      <d2p1:fldCP_Other>sample string 9</d2p1:fldCP_Other>
      <d2p1:fldCP_RLLX>1</d2p1:fldCP_RLLX>
      <d2p1:fldCP_TC>1</d2p1:fldCP_TC>
      <d2p1:fldCP_YJP>sample string 8</d2p1:fldCP_YJP>
      <d2p1:fldCP_YS>1</d2p1:fldCP_YS>
      <d2p1:fldCP_ZL>1</d2p1:fldCP_ZL>
      <d2p1:fldCP_ZYCZ>1</d2p1:fldCP_ZYCZ>
      <d2p1:fldCP_ZYGN>sample string 5</d2p1:fldCP_ZYGN>
      <d2p1:fldTaskId>2</d2p1:fldTaskId>
    </d2p1:DataTaskCarConfig>
    <d2p1:DataTaskCarConfig>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:SqlServerTime>sample string 11</d2p1:SqlServerTime>
      <d2p1:fldCP_ABS>1</d2p1:fldCP_ABS>
      <d2p1:fldCP_AQQN>sample string 3</d2p1:fldCP_AQQN>
      <d2p1:fldCP_CD>1</d2p1:fldCP_CD>
      <d2p1:fldCP_DD>sample string 7</d2p1:fldCP_DD>
      <d2p1:fldCP_FXP>sample string 6</d2p1:fldCP_FXP>
      <d2p1:fldCP_GZ>sample string 10</d2p1:fldCP_GZ>
      <d2p1:fldCP_HSJ>1</d2p1:fldCP_HSJ>
      <d2p1:fldCP_KT>sample string 4</d2p1:fldCP_KT>
      <d2p1:fldCP_LQ>1</d2p1:fldCP_LQ>
      <d2p1:fldCP_MC>1</d2p1:fldCP_MC>
      <d2p1:fldCP_Other>sample string 9</d2p1:fldCP_Other>
      <d2p1:fldCP_RLLX>1</d2p1:fldCP_RLLX>
      <d2p1:fldCP_TC>1</d2p1:fldCP_TC>
      <d2p1:fldCP_YJP>sample string 8</d2p1:fldCP_YJP>
      <d2p1:fldCP_YS>1</d2p1:fldCP_YS>
      <d2p1:fldCP_ZL>1</d2p1:fldCP_ZL>
      <d2p1:fldCP_ZYCZ>1</d2p1:fldCP_ZYCZ>
      <d2p1:fldCP_ZYGN>sample string 5</d2p1:fldCP_ZYGN>
      <d2p1:fldTaskId>2</d2p1:fldTaskId>
    </d2p1:DataTaskCarConfig>
    <d2p1:DataTaskCarConfig>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:SqlServerTime>sample string 11</d2p1:SqlServerTime>
      <d2p1:fldCP_ABS>1</d2p1:fldCP_ABS>
      <d2p1:fldCP_AQQN>sample string 3</d2p1:fldCP_AQQN>
      <d2p1:fldCP_CD>1</d2p1:fldCP_CD>
      <d2p1:fldCP_DD>sample string 7</d2p1:fldCP_DD>
      <d2p1:fldCP_FXP>sample string 6</d2p1:fldCP_FXP>
      <d2p1:fldCP_GZ>sample string 10</d2p1:fldCP_GZ>
      <d2p1:fldCP_HSJ>1</d2p1:fldCP_HSJ>
      <d2p1:fldCP_KT>sample string 4</d2p1:fldCP_KT>
      <d2p1:fldCP_LQ>1</d2p1:fldCP_LQ>
      <d2p1:fldCP_MC>1</d2p1:fldCP_MC>
      <d2p1:fldCP_Other>sample string 9</d2p1:fldCP_Other>
      <d2p1:fldCP_RLLX>1</d2p1:fldCP_RLLX>
      <d2p1:fldCP_TC>1</d2p1:fldCP_TC>
      <d2p1:fldCP_YJP>sample string 8</d2p1:fldCP_YJP>
      <d2p1:fldCP_YS>1</d2p1:fldCP_YS>
      <d2p1:fldCP_ZL>1</d2p1:fldCP_ZL>
      <d2p1:fldCP_ZYCZ>1</d2p1:fldCP_ZYCZ>
      <d2p1:fldCP_ZYGN>sample string 5</d2p1:fldCP_ZYGN>
      <d2p1:fldTaskId>2</d2p1:fldTaskId>
    </d2p1:DataTaskCarConfig>
  </Data>
</SingleApiResponseOfArrayOfDataTaskCarConfigBO9P5ujw>