POST api/ProcurementInfo/GetPintPurcharseCar
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.ProcPrintPurchaseCarGetRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "carId": 1, "pageNo": 1, "pageSize": 1, "startSize": 0, "sessionId": "sample string 2", "requestSource": "sample string 3", "bundleID": "sample string 4", "requestGroupID": "sample string 5", "channel": "sample string 6", "loginUserID": "sample string 7", "clientIP": "sample string 8", "endDeviceNumber": "sample string 9", "cityName": "sample string 10", "hierarchy": "sample string 11", "sessionKey": "sample string 12", "appVersion": "sample string 13", "whetherUpdate": "sample string 14" }
application/xml, text/xml
Sample:
<ProcPrintPurchaseCarGetRequest 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 13</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</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> <CarId>1</CarId> </ProcPrintPurchaseCarGetRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": { "fldCarId": 1, "department": "sample string 2", "fldOwnerName": "sample string 3", "fldCarName": "sample string 4", "fldPlate": "sample string 5", "fldPlateFirstDate": "sample string 6", "fldBuyPriceDX": "sample string 7", "fldBuyPrice": 8.1, "fldSaleType": "sample string 9", "receiver": "sample string 10", "receAccounts": "sample string 11", "receBank": "sample string 12", "replacCarType": "sample string 13", "fldName": "sample string 14", "fldSubManager": "sample string 15", "fldSaleTypeId": 16, "fldColorName": "sample string 17", "fldVin": "sample string 18", "fldCarSaleAmount": 19.1, "fldCarSaleAmountDX": "sample string 20", "fldSubName": "sample string 21", "raiseCarPrices": 22.1, "raiseCarPricesDX": "sample string 23", "fldSaleDate": "sample string 24", "fldBuyDate": "sample string 25", "fldInquiryUserS": "sample string 26", "fldInquiryUserM": "sample string 27", "carRatings": "sample string 28", "fldSalesPrice": 29.1, "fldSalesPriceDX": "sample string 30", "fldCarTypeName": "sample string 31", "regionId": "sample string 32", "subId": "sample string 33" }, "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfProcPrintPurchaseCarBO9P5ujw 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:_department>sample string 2</d2p1:_department> <d2p1:_fldBuyDate>sample string 25</d2p1:_fldBuyDate> <d2p1:_fldBuyPrice>8.1</d2p1:_fldBuyPrice> <d2p1:_fldBuyPriceDX>sample string 7</d2p1:_fldBuyPriceDX> <d2p1:_fldCarId>1</d2p1:_fldCarId> <d2p1:_fldCarName>sample string 4</d2p1:_fldCarName> <d2p1:_fldCarSaleAmount>19.1</d2p1:_fldCarSaleAmount> <d2p1:_fldCarSaleAmountDX>sample string 20</d2p1:_fldCarSaleAmountDX> <d2p1:_fldCarTypeName>sample string 31</d2p1:_fldCarTypeName> <d2p1:_fldColorName>sample string 17</d2p1:_fldColorName> <d2p1:_fldInquiryUserM>sample string 27</d2p1:_fldInquiryUserM> <d2p1:_fldInquiryUserS>sample string 26</d2p1:_fldInquiryUserS> <d2p1:_fldName>sample string 14</d2p1:_fldName> <d2p1:_fldOwnerName>sample string 3</d2p1:_fldOwnerName> <d2p1:_fldPlate>sample string 5</d2p1:_fldPlate> <d2p1:_fldPlateFirstDate>sample string 6</d2p1:_fldPlateFirstDate> <d2p1:_fldSaleDate>sample string 24</d2p1:_fldSaleDate> <d2p1:_fldSaleType>sample string 9</d2p1:_fldSaleType> <d2p1:_fldSaleTypeId>16</d2p1:_fldSaleTypeId> <d2p1:_fldSalesPrice>29.1</d2p1:_fldSalesPrice> <d2p1:_fldSalesPriceDX>sample string 30</d2p1:_fldSalesPriceDX> <d2p1:_fldSubManager>sample string 15</d2p1:_fldSubManager> <d2p1:_fldSubName>sample string 21</d2p1:_fldSubName> <d2p1:_fldVin>sample string 18</d2p1:_fldVin> <d2p1:_receAccounts>sample string 11</d2p1:_receAccounts> <d2p1:_receBank>sample string 12</d2p1:_receBank> <d2p1:_receiver>sample string 10</d2p1:_receiver> <d2p1:_replacCarType>sample string 13</d2p1:_replacCarType> <d2p1:_x003C_RegionId_x003E_k__BackingField>sample string 32</d2p1:_x003C_RegionId_x003E_k__BackingField> <d2p1:_x003C_SubId_x003E_k__BackingField>sample string 33</d2p1:_x003C_SubId_x003E_k__BackingField> <d2p1:carRatings>sample string 28</d2p1:carRatings> <d2p1:raiseCarPrices>22.1</d2p1:raiseCarPrices> <d2p1:raiseCarPricesDX>sample string 23</d2p1:raiseCarPricesDX> </Data> </SingleApiResponseOfProcPrintPurchaseCarBO9P5ujw>