GET api/SDTechDailyOnOffDutyTimes/{AccountId}/{CompanyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccountId

integer

Required

CompanyId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SDTechDailyOnOffDutyTimes
NameDescriptionTypeAdditional information
SequenceNum

integer

None.

EntityCode

string

None.

EntityType

string

None.

OnOffDuty

string

None.

OnOffDutyTime

time interval

None.

SDCallMasterId

string

None.

CallSequence

integer

None.

Mileage

integer

None.

LastSequenceNum

integer

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

date

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SequenceNum": 1,
    "EntityCode": "sample string 2",
    "EntityType": "sample string 3",
    "OnOffDuty": "sample string 4",
    "OnOffDutyTime": "00:00:00.1234567",
    "SDCallMasterId": "sample string 6",
    "CallSequence": 7,
    "Mileage": 8,
    "LastSequenceNum": 9,
    "AccountId": 10,
    "CompanyId": "sample string 11",
    "CreatedOn": "2025-12-16T13:04:13.5254983+00:00",
    "CreatedBy": "sample string 13",
    "UpdatedOn": "2025-12-16T13:04:13.5359982+00:00",
    "UpdatedBy": "sample string 14",
    "IsLockedForEditing": true,
    "LockedBy": "sample string 16",
    "Id": "2025-12-16T13:04:13.5359982+00:00",
    "FieldPermissions": []
  },
  {
    "SequenceNum": 1,
    "EntityCode": "sample string 2",
    "EntityType": "sample string 3",
    "OnOffDuty": "sample string 4",
    "OnOffDutyTime": "00:00:00.1234567",
    "SDCallMasterId": "sample string 6",
    "CallSequence": 7,
    "Mileage": 8,
    "LastSequenceNum": 9,
    "AccountId": 10,
    "CompanyId": "sample string 11",
    "CreatedOn": "2025-12-16T13:04:13.5254983+00:00",
    "CreatedBy": "sample string 13",
    "UpdatedOn": "2025-12-16T13:04:13.5359982+00:00",
    "UpdatedBy": "sample string 14",
    "IsLockedForEditing": true,
    "LockedBy": "sample string 16",
    "Id": "2025-12-16T13:04:13.5359982+00:00",
    "FieldPermissions": []
  }
]

application/xml, text/xml

Sample:
<ArrayOfSDTechDailyOnOffDutyTimes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <SDTechDailyOnOffDutyTimes>
    <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5359982+00:00</Id>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 13</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5254983+00:00</CreatedOn>
    <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
    <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 16</LockedBy>
    <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 14</UpdatedBy>
    <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5359982+00:00</UpdatedOn>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">10</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 11</CompanyId>
    <CallSequence>7</CallSequence>
    <EntityCode>sample string 2</EntityCode>
    <EntityType>sample string 3</EntityType>
    <LastSequenceNum>9</LastSequenceNum>
    <Mileage>8</Mileage>
    <OnOffDuty>sample string 4</OnOffDuty>
    <OnOffDutyTime>PT0.1234567S</OnOffDutyTime>
    <SDCallMasterId>sample string 6</SDCallMasterId>
    <SequenceNum>1</SequenceNum>
  </SDTechDailyOnOffDutyTimes>
  <SDTechDailyOnOffDutyTimes>
    <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5359982+00:00</Id>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 13</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5254983+00:00</CreatedOn>
    <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
    <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 16</LockedBy>
    <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 14</UpdatedBy>
    <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T13:04:13.5359982+00:00</UpdatedOn>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">10</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 11</CompanyId>
    <CallSequence>7</CallSequence>
    <EntityCode>sample string 2</EntityCode>
    <EntityType>sample string 3</EntityType>
    <LastSequenceNum>9</LastSequenceNum>
    <Mileage>8</Mileage>
    <OnOffDuty>sample string 4</OnOffDuty>
    <OnOffDutyTime>PT0.1234567S</OnOffDutyTime>
    <SDCallMasterId>sample string 6</SDCallMasterId>
    <SequenceNum>1</SequenceNum>
  </SDTechDailyOnOffDutyTimes>
</ArrayOfSDTechDailyOnOffDutyTimes>