POST api/drivingSummaryReportTimeDuration/FindEntitiesReport

Request Information

URI Parameters

None.

Body Parameters

DrivingSummaryReportTimeDurationFilter
NameDescriptionTypeAdditional information
CompanyId

integer

None.

BusinessUnitId

Collection of integer

None.

IncludeSubBusinessUnit

string

None.

IncludeJob

integer

None.

EntityType

integer

None.

SelectedEntity

integer

None.

ReportType

integer

None.

GroupBy

integer

None.

FromDate

date

None.

ToDate

date

None.

Time

integer

None.

CategoryId

integer

None.

ShippingType

integer

None.

CurrentFromDate

date

None.

CurrentToDate

date

None.

Enable

boolean

None.

IncludeFormerInBusinessUnit

boolean

None.

ReportShowJobCode

boolean

None.

ReportShowJobCategoryCode

boolean

None.

ReportShowJobCategoryName

boolean

None.

Langugage

string

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
  ],
  "includeSubBusinessUnit": "sample string 2",
  "includeJob": 3,
  "entityType": 4,
  "selectedEntity": 5,
  "reportType": 6,
  "groupBy": 7,
  "fromDate": "2026-04-14T11:03:36.5843297+07:00",
  "toDate": "2026-04-14T11:03:36.5843297+07:00",
  "time": 10,
  "categoryId": 11,
  "shippingType": 12,
  "currentFromDate": "2026-04-14T11:03:36.5853278+07:00",
  "currentToDate": "2026-04-14T11:03:36.5853278+07:00",
  "enable": true,
  "includeFormerInBusinessUnit": true,
  "reportShowJobCode": true,
  "reportShowJobCategoryCode": true,
  "reportShowJobCategoryName": true,
  "langugage": "sample string 19",
  "ids": [
    1,
    2
  ],
  "includeAssociationNames": [
    "sample string 1",
    "sample string 2"
  ],
  "includeCount": true,
  "userId": "sample string 21",
  "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 DrivingSummaryDuration
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.

OverSpeed

integer

None.

MaxSpeed

decimal number

None.

DecRapid

integer

None.

AccRapid

integer

None.

Swerve

integer

None.

Drive4Hr

integer

None.

Drive8Hr

integer

None.

Drive10Hr

integer

None.

TotalShipmentTime

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",
    "overSpeed": 1,
    "maxSpeed": 1.0,
    "decRapid": 1,
    "accRapid": 1,
    "swerve": 1,
    "drive4Hr": 1,
    "drive8Hr": 1,
    "drive10Hr": 1,
    "totalShipmentTime": "sample string 12"
  },
  {
    "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",
    "overSpeed": 1,
    "maxSpeed": 1.0,
    "decRapid": 1,
    "accRapid": 1,
    "swerve": 1,
    "drive4Hr": 1,
    "drive8Hr": 1,
    "drive10Hr": 1,
    "totalShipmentTime": "sample string 12"
  }
]