POST api/TaskV1/SaveTaskCarConfigV1Mobile
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.TaskCarConfigV1MobileSaveRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "taskId": 1, "cP_RLLX": "sample string 2", "cP_YS": "sample string 3", "cP_ABS": "sample string 4", "cP_ZL": "sample string 5", "cP_LQ": "sample string 6", "cP_AQQN": "sample string 7", "cP_TC": "sample string 8", "cP_KT": "sample string 9", "cP_MC": "sample string 10", "cP_HSJ": "sample string 11", "cP_ZYCZ": "sample string 12", "cP_ZYGN": "sample string 13", "cP_FXP": "sample string 14", "cP_DD": "sample string 15", "cP_CD": "sample string 16", "cP_YJP": "sample string 17", "cP_Other": "sample string 18", "cP_GZ": "sample string 19", "sessionId": "sample string 20", "requestSource": "sample string 21", "bundleID": "sample string 22", "requestGroupID": "sample string 23", "channel": "sample string 24", "loginUserID": "sample string 25", "clientIP": "sample string 26", "endDeviceNumber": "sample string 27", "cityName": "sample string 28", "hierarchy": "sample string 29", "sessionKey": "sample string 30", "appVersion": "sample string 31", "whetherUpdate": "sample string 32" }
application/xml, text/xml
Sample:
<TaskCarConfigV1MobileSaveRequest 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 31</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 22</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 24</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 28</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 26</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 27</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 29</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 25</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 23</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 21</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 20</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 30</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 32</WhetherUpdate> <CP_ABS>sample string 4</CP_ABS> <CP_AQQN>sample string 7</CP_AQQN> <CP_CD>sample string 16</CP_CD> <CP_DD>sample string 15</CP_DD> <CP_FXP>sample string 14</CP_FXP> <CP_GZ>sample string 19</CP_GZ> <CP_HSJ>sample string 11</CP_HSJ> <CP_KT>sample string 9</CP_KT> <CP_LQ>sample string 6</CP_LQ> <CP_MC>sample string 10</CP_MC> <CP_Other>sample string 18</CP_Other> <CP_RLLX>sample string 2</CP_RLLX> <CP_TC>sample string 8</CP_TC> <CP_YJP>sample string 17</CP_YJP> <CP_YS>sample string 3</CP_YS> <CP_ZL>sample string 5</CP_ZL> <CP_ZYCZ>sample string 12</CP_ZYCZ> <CP_ZYGN>sample string 13</CP_ZYGN> <TaskId>1</TaskId> </TaskCarConfigV1MobileSaveRequest>
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>