POST api/CarMange/CostExpendApplyEditPc
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.CarsCostExpendEditPcRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "fldCarID": "sample string 1", "fldCostMemo": "sample string 2", "fldCostInputUserID": "sample string 3", "fldCostInputUserName": "sample string 4", "carDerivativeCosts": { "id": 1, "carId": 2, "costType": 0 }, "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:
<CarsCostExpendEditPcRequest 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> <CarCostInfo i:nil="true" /> <CarDerivativeCost i:nil="true" /> <CarDerivativeCosts> <_x003C_BXCost_x003E_k__BackingField i:nil="true" /> <_x003C_BXZR_x003E_k__BackingField i:nil="true" /> <_x003C_BZCost_x003E_k__BackingField i:nil="true" /> <_x003C_CarId_x003E_k__BackingField>2</_x003C_CarId_x003E_k__BackingField> <_x003C_CostRemark_x003E_k__BackingField i:nil="true" /> <_x003C_CostType_x003E_k__BackingField>0</_x003C_CostType_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_JRDKCost_x003E_k__BackingField i:nil="true" /> <_x003C_QTXMCost_x003E_k__BackingField i:nil="true" /> <_x003C_SWDPCost_x003E_k__BackingField i:nil="true" /> <_x003C_YBCost_x003E_k__BackingField i:nil="true" /> <_x003C_ZHXMCost_x003E_k__BackingField i:nil="true" /> </CarDerivativeCosts> <fldCarID>sample string 1</fldCarID> <fldCostInputUserID>sample string 3</fldCostInputUserID> <fldCostInputUserName>sample string 4</fldCostInputUserName> <fldCostMemo>sample string 2</fldCostMemo> </CarsCostExpendEditPcRequest>
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>