POST api/TianHongFinance/PurchasePaymentAndSalesReceivablesReview
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.FinancialPurchasePaymentAndSalesReceivablesReviewRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "carId": 1, "financeId": 1, "cashier": "sample string 1", "isReturn": "sample string 2", "paySalePirceLogList": [ null, { "id": 1, "fldCarID": 2, "priceName": "sample string 3", "priceValue": 0.0, "priceTypeId": 0 }, { "id": 1, "fldCarID": 2, "priceName": "sample string 3", "priceValue": 0.0, "priceTypeId": 0 } ], "paymentRemark": "sample string 3", "isApproved": 1, "opt": "sample string 4", "sessionId": "sample string 5", "requestSource": "sample string 6", "bundleID": "sample string 7", "requestGroupID": "sample string 8", "channel": "sample string 9", "loginUserID": "sample string 10", "clientIP": "sample string 11", "endDeviceNumber": "sample string 12", "cityName": "sample string 13", "hierarchy": "sample string 14", "sessionKey": "sample string 15", "appVersion": "sample string 16", "whetherUpdate": "sample string 17" }
application/xml, text/xml
Sample:
<FinancialPurchasePaymentAndSalesReceivablesReviewRequest 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 16</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 17</WhetherUpdate> <CarId>1</CarId> <Cashier>sample string 1</Cashier> <FinanceId>1</FinanceId> <IsApproved>1</IsApproved> <IsReturn>sample string 2</IsReturn> <Opt>sample string 4</Opt> <PaySalePirceLogList> <PaySalePirceLog i:nil="true" /> <PaySalePirceLog> <_x003C_FactStatus_x003E_k__BackingField i:nil="true" /> <_x003C_ID_x003E_k__BackingField>1</_x003C_ID_x003E_k__BackingField> <_x003C_Opt_x003E_k__BackingField i:nil="true" /> <_x003C_PayTypeName_x003E_k__BackingField i:nil="true" /> <_x003C_PayType_x003E_k__BackingField i:nil="true" /> <_x003C_PriceDate_x003E_k__BackingField i:nil="true" /> <_x003C_PriceName_x003E_k__BackingField>sample string 3</_x003C_PriceName_x003E_k__BackingField> <_x003C_PriceTypeId_x003E_k__BackingField>0</_x003C_PriceTypeId_x003E_k__BackingField> <_x003C_PriceValue_x003E_k__BackingField>0</_x003C_PriceValue_x003E_k__BackingField> <_x003C_fldCarID_x003E_k__BackingField>2</_x003C_fldCarID_x003E_k__BackingField> </PaySalePirceLog> <PaySalePirceLog> <_x003C_FactStatus_x003E_k__BackingField i:nil="true" /> <_x003C_ID_x003E_k__BackingField>1</_x003C_ID_x003E_k__BackingField> <_x003C_Opt_x003E_k__BackingField i:nil="true" /> <_x003C_PayTypeName_x003E_k__BackingField i:nil="true" /> <_x003C_PayType_x003E_k__BackingField i:nil="true" /> <_x003C_PriceDate_x003E_k__BackingField i:nil="true" /> <_x003C_PriceName_x003E_k__BackingField>sample string 3</_x003C_PriceName_x003E_k__BackingField> <_x003C_PriceTypeId_x003E_k__BackingField>0</_x003C_PriceTypeId_x003E_k__BackingField> <_x003C_PriceValue_x003E_k__BackingField>0</_x003C_PriceValue_x003E_k__BackingField> <_x003C_fldCarID_x003E_k__BackingField>2</_x003C_fldCarID_x003E_k__BackingField> </PaySalePirceLog> </PaySalePirceLogList> <PaymentRemark>sample string 3</PaymentRemark> </FinancialPurchasePaymentAndSalesReceivablesReviewRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": 1, "code": 2, "message": "sample string 3" }
application/xml, text/xml
Sample:
<SingleApiResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi"> <Code>2</Code> <Message>sample string 3</Message> <Data>1</Data> </SingleApiResponseOfint>