POST api/add/VehicleUsageRecord

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
VehicleUsageRecordInfoAPPDTO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserId": 1,
  "UserName": "sample string 1",
  "VehicleInfoID": 1,
  "VehicleInfoName": "sample string 2",
  "UsageTime": "2025-12-11T16:46:45.725587+08:00",
  "UsageTimeStr": "sample string 3",
  "UsageReason": "sample string 4",
  "GasolineUnitPrice": 1.0,
  "GasolineLiter": 1.0,
  "GasolineAmount": 1.0,
  "cinput": "sample string 5",
  "ddate": "2025-12-11T16:46:45.725587+08:00",
  "PictureUrl": "sample string 6",
  "PictureUrlTemp": "sample string 7",
  "Type": 8,
  "CurrentMileage": 1,
  "HistoricalMileage": 1,
  "MilePictureUrl": "sample string 9",
  "Status": 10,
  "RtUserId": 1,
  "RtUserName": "sample string 11",
  "RtUsageTime": "2025-12-11T16:46:45.725587+08:00",
  "RtUsageTimeStr": "sample string 12",
  "RtUsageReason": "sample string 13"
}

application/xml, text/xml

Sample:
<VehicleUsageRecord xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <UserId>1</UserId>
  <UserName>sample string 1</UserName>
  <VehicleInfoID>1</VehicleInfoID>
  <VehicleInfoName>sample string 2</VehicleInfoName>
  <UsageTime>2025-12-11T16:46:45.725587+08:00</UsageTime>
  <UsageTimeStr>sample string 3</UsageTimeStr>
  <UsageReason>sample string 4</UsageReason>
  <GasolineUnitPrice>1</GasolineUnitPrice>
  <GasolineLiter>1</GasolineLiter>
  <GasolineAmount>1</GasolineAmount>
  <cinput>sample string 5</cinput>
  <ddate>2025-12-11T16:46:45.725587+08:00</ddate>
  <PictureUrl>sample string 6</PictureUrl>
  <PictureUrlTemp>sample string 7</PictureUrlTemp>
  <Type>8</Type>
  <CurrentMileage>1</CurrentMileage>
  <HistoricalMileage>1</HistoricalMileage>
  <MilePictureUrl>sample string 9</MilePictureUrl>
  <Status>10</Status>
  <RtUserId>1</RtUserId>
  <RtUserName>sample string 11</RtUserName>
  <RtUsageTime>2025-12-11T16:46:45.725587+08:00</RtUsageTime>
  <RtUsageTimeStr>sample string 12</RtUsageTimeStr>
  <RtUsageReason>sample string 13</RtUsageReason>
</VehicleUsageRecord>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>