POST api/DelinquentDrivingOverTime

Request Information

URI Parameters

None.

Body Parameters

DelinquentReportFilter
NameDescriptionTypeAdditional information
CompanyId

integer

None.

BusinessUnitId

Collection of integer

None.

ReportTemplateType

integer

None.

IncludeSubBusinessUnit

string

None.

FromDate

date

None.

ToDate

date

None.

DurationType

integer

None.

VehicleId

integer

None.

EntityType

integer

None.

SelectedEntity

integer

None.

CategoryId

integer

None.

ShippingType

integer

None.

BuIds

Collection of integer

None.

Enable

boolean

None.

IncludeFormerInBusinessUnit

boolean

None.

Language

string

None.

ReportShowJobCode

integer

None.

ReportShowJobCategoryCode

integer

None.

ReportShowJobCategoryName

integer

None.

IncludeActiveEvent

boolean

None.

Ids

Collection of integer

None.

IncludeAssociationNames

Collection of string

None.

IncludeCount

boolean

None.

UserId

string

None.

SortingColumns

Collection of SortingColumnInfo

None.

DisplayStart

integer

None.

DisplayLength

integer

None.

Take

integer

None.

Skip

integer

None.

Page

integer

None.

PageSize

integer

None.

PageProperty

integer

None.

Sort

Collection of Sort

None.

Filter

Filter

None.

Group

Collection of Grouping

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "businessUnitId": [
    1,
    2
  ],
  "reportTemplateType": 2,
  "includeSubBusinessUnit": "sample string 3",
  "fromDate": "2026-04-14T11:05:12.7175539+07:00",
  "toDate": "2026-04-14T11:05:12.7175539+07:00",
  "durationType": 5,
  "vehicleId": 6,
  "entityType": 7,
  "selectedEntity": 1,
  "categoryId": 8,
  "shippingType": 9,
  "buIds": [
    1,
    2
  ],
  "enable": true,
  "includeFormerInBusinessUnit": true,
  "language": "sample string 11",
  "reportShowJobCode": 12,
  "reportShowJobCategoryCode": 13,
  "reportShowJobCategoryName": 14,
  "includeActiveEvent": true,
  "ids": [
    1,
    2
  ],
  "includeAssociationNames": [
    "sample string 1",
    "sample string 2"
  ],
  "includeCount": true,
  "userId": "sample string 16",
  "sortingColumns": [
    {
      "column": 1,
      "direction": 1
    },
    {
      "column": 1,
      "direction": 1
    }
  ],
  "displayStart": 1,
  "displayLength": 1,
  "take": 1,
  "skip": 1,
  "page": 1,
  "pageSize": 1,
  "pageProperty": 1,
  "sort": [
    {
      "field": "sample string 1",
      "dir": "sample string 2",
      "sortingDirection": 1
    },
    {
      "field": "sample string 1",
      "dir": "sample string 2",
      "sortingDirection": 1
    }
  ],
  "filter": {
    "logic": "sample string 1",
    "filters": [
      {
        "field": "sample string 1",
        "operator": "sample string 2",
        "value": "sample string 3",
        "operatorEnum": 0,
        "logic": "sample string 4",
        "filters": []
      },
      {
        "field": "sample string 1",
        "operator": "sample string 2",
        "value": "sample string 3",
        "operatorEnum": 0,
        "logic": "sample string 4",
        "filters": []
      }
    ],
    "logics": 1
  },
  "group": [
    {
      "field": "sample string 1",
      "dir": "sample string 2",
      "aggregates": [
        {},
        {}
      ],
      "sortingDirection": 1
    },
    {
      "field": "sample string 1",
      "dir": "sample string 2",
      "aggregates": [
        {},
        {}
      ],
      "sortingDirection": 1
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DelinquentDrivingOverTime
NameDescriptionTypeAdditional information
No

integer

None.

ShipmentCode

string

None.

StartShipment

string

None.

EndShipment

string

None.

TransporterName

string

None.

VendorName

string

None.

FleetType

string

None.

TruckLicense

string

None.

DriverName

string

None.

EmployeeId

string

None.

VehicleCategory

string

None.

DriverOver

integer

None.

DriveOverTimes

decimal number

None.

StartTime

string

None.

EndTime

string

None.

TotalOverTimeLimit

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "no": 1,
    "shipmentCode": "sample string 2",
    "startShipment": "sample string 3",
    "endShipment": "sample string 4",
    "transporterName": "sample string 5",
    "vendorName": "sample string 6",
    "fleetType": "sample string 7",
    "truckLicense": "sample string 8",
    "driverName": "sample string 9",
    "employeeId": "sample string 10",
    "vehicleCategory": "sample string 11",
    "driverOver": 12,
    "driveOverTimes": 13.0,
    "startTime": "sample string 14",
    "endTime": "sample string 15",
    "totalOverTimeLimit": "sample string 16"
  },
  {
    "no": 1,
    "shipmentCode": "sample string 2",
    "startShipment": "sample string 3",
    "endShipment": "sample string 4",
    "transporterName": "sample string 5",
    "vendorName": "sample string 6",
    "fleetType": "sample string 7",
    "truckLicense": "sample string 8",
    "driverName": "sample string 9",
    "employeeId": "sample string 10",
    "vehicleCategory": "sample string 11",
    "driverOver": 12,
    "driveOverTimes": 13.0,
    "startTime": "sample string 14",
    "endTime": "sample string 15",
    "totalOverTimeLimit": "sample string 16"
  }
]