POST api/FinancialManagement/MobileFinanceSaleListByPageV2

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "query": {
    "orderName": 1,
    "orderStyle": "sample string 2",
    "keyWord": "sample string 3",
    "isReturn": "sample string 4",
    "regionID": "sample string 5",
    "subID": "sample string 6",
    "currentUserID": "sample string 7"
  },
  "pageNo": 1,
  "pageSize": 1,
  "startSize": 0,
  "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:
<MobileFinanceSaleGetPageRequest 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>
  <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize>
  <Query>
    <CurrentUserID>sample string 7</CurrentUserID>
    <ISReturn>sample string 4</ISReturn>
    <KeyWord>sample string 3</KeyWord>
    <OrderName>1</OrderName>
    <OrderStyle>sample string 2</OrderStyle>
    <RegionID>sample string 5</RegionID>
    <SubID>sample string 6</SubID>
  </Query>
</MobileFinanceSaleGetPageRequest>

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

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.Finance, 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:
{
  "totalCount": 1,
  "data": [
    null,
    {
      "id": 1,
      "fldCarID": 2,
      "fldCarName": "sample string 3",
      "fldPlate": "sample string 4",
      "fldVin": "sample string 5",
      "fldRegionName": "sample string 6",
      "fldSubName": "sample string 7",
      "payType": "sample string 8",
      "payNo": "sample string 9",
      "payRemark": "sample string 10",
      "contactor": "sample string 11",
      "buyPrice": 0.0,
      "salePrice": 0.0,
      "isView": 0
    },
    {
      "id": 1,
      "fldCarID": 2,
      "fldCarName": "sample string 3",
      "fldPlate": "sample string 4",
      "fldVin": "sample string 5",
      "fldRegionName": "sample string 6",
      "fldSubName": "sample string 7",
      "payType": "sample string 8",
      "payNo": "sample string 9",
      "payRemark": "sample string 10",
      "contactor": "sample string 11",
      "buyPrice": 0.0,
      "salePrice": 0.0,
      "isView": 0
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfFinanceBO9P5ujw 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:Finance i:nil="true" />
    <d2p1:Finance>
      <d2p1:_x003C_ApplicationStatus_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplyPayDealWithPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplyPayPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplySaleDealWithPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplySalePrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_AuditRemark_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_BuyPrice_x003E_k__BackingField>0</d2p1:_x003C_BuyPrice_x003E_k__BackingField>
      <d2p1:_x003C_CarCostRecordList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Contactor_x003E_k__BackingField>sample string 11</d2p1:_x003C_Contactor_x003E_k__BackingField>
      <d2p1:_x003C_CreateTime_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Creator_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_FactPaySalePirceLogList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ISReturn_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
      <d2p1:_x003C_IsView_x003E_k__BackingField>0</d2p1:_x003C_IsView_x003E_k__BackingField>
      <d2p1:_x003C_Opt_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayNo_x003E_k__BackingField>sample string 9</d2p1:_x003C_PayNo_x003E_k__BackingField>
      <d2p1:_x003C_PayRemark_x003E_k__BackingField>sample string 10</d2p1:_x003C_PayRemark_x003E_k__BackingField>
      <d2p1:_x003C_PaySalePirceLogList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayType_x003E_k__BackingField>sample string 8</d2p1:_x003C_PayType_x003E_k__BackingField>
      <d2p1:_x003C_Payer_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PictureUrl_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_SalePrice_x003E_k__BackingField>0</d2p1:_x003C_SalePrice_x003E_k__BackingField>
      <d2p1:_x003C_Tel_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldCarID_x003E_k__BackingField>2</d2p1:_x003C_fldCarID_x003E_k__BackingField>
      <d2p1:_x003C_fldCarName_x003E_k__BackingField>sample string 3</d2p1:_x003C_fldCarName_x003E_k__BackingField>
      <d2p1:_x003C_fldPlate_x003E_k__BackingField>sample string 4</d2p1:_x003C_fldPlate_x003E_k__BackingField>
      <d2p1:_x003C_fldRegionName_x003E_k__BackingField>sample string 6</d2p1:_x003C_fldRegionName_x003E_k__BackingField>
      <d2p1:_x003C_fldSubName_x003E_k__BackingField>sample string 7</d2p1:_x003C_fldSubName_x003E_k__BackingField>
      <d2p1:_x003C_fldVin_x003E_k__BackingField>sample string 5</d2p1:_x003C_fldVin_x003E_k__BackingField>
    </d2p1:Finance>
    <d2p1:Finance>
      <d2p1:_x003C_ApplicationStatus_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplyPayDealWithPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplyPayPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplySaleDealWithPrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ApplySalePrice_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_AuditRemark_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_BuyPrice_x003E_k__BackingField>0</d2p1:_x003C_BuyPrice_x003E_k__BackingField>
      <d2p1:_x003C_CarCostRecordList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Contactor_x003E_k__BackingField>sample string 11</d2p1:_x003C_Contactor_x003E_k__BackingField>
      <d2p1:_x003C_CreateTime_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Creator_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_FactPaySalePirceLogList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_ISReturn_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
      <d2p1:_x003C_IsView_x003E_k__BackingField>0</d2p1:_x003C_IsView_x003E_k__BackingField>
      <d2p1:_x003C_Opt_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayNo_x003E_k__BackingField>sample string 9</d2p1:_x003C_PayNo_x003E_k__BackingField>
      <d2p1:_x003C_PayRemark_x003E_k__BackingField>sample string 10</d2p1:_x003C_PayRemark_x003E_k__BackingField>
      <d2p1:_x003C_PaySalePirceLogList_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PayType_x003E_k__BackingField>sample string 8</d2p1:_x003C_PayType_x003E_k__BackingField>
      <d2p1:_x003C_Payer_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_PictureUrl_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_SalePrice_x003E_k__BackingField>0</d2p1:_x003C_SalePrice_x003E_k__BackingField>
      <d2p1:_x003C_Tel_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldCarID_x003E_k__BackingField>2</d2p1:_x003C_fldCarID_x003E_k__BackingField>
      <d2p1:_x003C_fldCarName_x003E_k__BackingField>sample string 3</d2p1:_x003C_fldCarName_x003E_k__BackingField>
      <d2p1:_x003C_fldPlate_x003E_k__BackingField>sample string 4</d2p1:_x003C_fldPlate_x003E_k__BackingField>
      <d2p1:_x003C_fldRegionName_x003E_k__BackingField>sample string 6</d2p1:_x003C_fldRegionName_x003E_k__BackingField>
      <d2p1:_x003C_fldSubName_x003E_k__BackingField>sample string 7</d2p1:_x003C_fldSubName_x003E_k__BackingField>
      <d2p1:_x003C_fldVin_x003E_k__BackingField>sample string 5</d2p1:_x003C_fldVin_x003E_k__BackingField>
    </d2p1:Finance>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfFinanceBO9P5ujw>