POST api/DealerBusiness/UserDealerDepositV3
APP佣金管理页面V3 2022年11月17日 (APP) 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.UserDealerDepositV3Request |
Request body formats
application/json, text/json
Sample:
{ "clientInstitutionID": 1, "deviceModel": "sample string 2", "deviceNetwork": "sample string 3", "systemVersion": "sample string 4", "clientVersion": 5.0, "version": 6.0, "sessionId": "sample string 7", "requestSource": "sample string 8", "bundleID": "sample string 9", "requestGroupID": "sample string 10", "channel": "sample string 11", "loginUserID": "sample string 12", "clientIP": "sample string 13", "endDeviceNumber": "sample string 14", "cityName": "sample string 15" }
application/xml, text/xml
Sample:
<UserDealerDepositV3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</ClientIP> <ClientInstitutionID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</ClientInstitutionID> <ClientVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">5</ClientVersion> <DeviceModel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</DeviceModel> <DeviceNetwork xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</DeviceNetwork> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</SessionId> <SystemVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</SystemVersion> <Version xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">6</Version> </UserDealerDepositV3Request>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": { "depositTotal": 1.0, "isShowDepositBuy": 2, "isBtnDepositBuyPay": 3, "depositBuy": 4.0, "depositBuyFreeze": 5.0, "depositBuyBalance": 6.0, "depositBuyApplyFor": 7.0, "isOnLinePayDeposit": 8, "isShowBank": 9, "bankName": "sample string 10", "bankKhName": "sample string 11", "bankNo": "sample string 12", "institutionTel": "sample string 13", "refundCue": "sample string 14", "isShowPtDeposit": 15, "ptDeposit": 16.0, "ptDepositFreeze": 17.0, "ptDepositBalance": 18.0, "ptDepositExplain": "sample string 19", "ptRefundCue": "sample string 20", "isShowLsGhDeposit": 21, "lsGhDeposit": 22.0 }, "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfUserDealerDepositV3ModelBO9P5ujw 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:BankKhName>sample string 11</d2p1:BankKhName> <d2p1:BankName>sample string 10</d2p1:BankName> <d2p1:BankNo>sample string 12</d2p1:BankNo> <d2p1:DepositBuy>4</d2p1:DepositBuy> <d2p1:DepositBuyApplyFor>7</d2p1:DepositBuyApplyFor> <d2p1:DepositBuyBalance>6</d2p1:DepositBuyBalance> <d2p1:DepositBuyFreeze>5</d2p1:DepositBuyFreeze> <d2p1:DepositTotal>1</d2p1:DepositTotal> <d2p1:InstitutionTel>sample string 13</d2p1:InstitutionTel> <d2p1:IsBtnDepositBuyPay>3</d2p1:IsBtnDepositBuyPay> <d2p1:IsOnLinePayDeposit>8</d2p1:IsOnLinePayDeposit> <d2p1:IsShowBank>9</d2p1:IsShowBank> <d2p1:IsShowDepositBuy>2</d2p1:IsShowDepositBuy> <d2p1:IsShowLsGhDeposit>21</d2p1:IsShowLsGhDeposit> <d2p1:IsShowPtDeposit>15</d2p1:IsShowPtDeposit> <d2p1:LsGhDeposit>22</d2p1:LsGhDeposit> <d2p1:PtDeposit>16</d2p1:PtDeposit> <d2p1:PtDepositBalance>18</d2p1:PtDepositBalance> <d2p1:PtDepositExplain>sample string 19</d2p1:PtDepositExplain> <d2p1:PtDepositFreeze>17</d2p1:PtDepositFreeze> <d2p1:PtRefundCue>sample string 20</d2p1:PtRefundCue> <d2p1:RefundCue>sample string 14</d2p1:RefundCue> </Data> </SingleApiResponseOfUserDealerDepositV3ModelBO9P5ujw>