POST api/DriverInfo/SaveSpecialHOSTimersInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
response
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DriverID": "sample string 1",
  "DriverProfileID": 2,
  "EquipmentID": 3,
  "RecordSrc": "sample string 4",
  "TimerExpirationTimeUTC": "2026-01-29T17:46:56.5696251+00:00",
  "dbCreationTime": "2026-01-29T17:46:56.5696251+00:00",
  "DQLoginId": "sample string 7",
  "PunchTimeUTC": "2026-01-29T17:46:56.5696251+00:00",
  "MobileDeviceID": "sample string 9",
  "CommentId": 10,
  "IsTimerStart": true
}

application/xml, text/xml

Sample:
<SpecialHOSTimers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODTDBLayer.Models">
  <CommentId>10</CommentId>
  <DQLoginId>sample string 7</DQLoginId>
  <DriverID>sample string 1</DriverID>
  <DriverProfileID>2</DriverProfileID>
  <EquipmentID>3</EquipmentID>
  <IsTimerStart>true</IsTimerStart>
  <MobileDeviceID>sample string 9</MobileDeviceID>
  <PunchTimeUTC>2026-01-29T17:46:56.5696251+00:00</PunchTimeUTC>
  <RecordSrc>sample string 4</RecordSrc>
  <TimerExpirationTimeUTC>2026-01-29T17:46:56.5696251+00:00</TimerExpirationTimeUTC>
  <dbCreationTime>2026-01-29T17:46:56.5696251+00:00</dbCreationTime>
</SpecialHOSTimers>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.