POST api/my/basura/accounting/driverpalero/reports

Request Information

URI Parameters

None.

Body Parameters

DriverPaleroReportDateRangeDTO
NameDescriptionTypeAdditional information
datefrom

date

None.

dateto

date

None.

ReportType

string

None.

driverId

integer

None.

paleroId

integer

None.

trucktypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "datefrom": "2025-07-13T18:17:41.6718676+08:00",
  "dateto": "2025-07-13T18:17:41.6718676+08:00",
  "ReportType": "sample string 3",
  "driverId": 4,
  "paleroId": 5,
  "trucktypeId": 6
}

application/xml, text/xml

Sample:
<DriverPaleroReportDateRangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <ReportType>sample string 3</ReportType>
  <datefrom>2025-07-13T18:17:41.6718676+08:00</datefrom>
  <dateto>2025-07-13T18:17:41.6718676+08:00</dateto>
  <driverId>4</driverId>
  <paleroId>5</paleroId>
  <trucktypeId>6</trucktypeId>
</DriverPaleroReportDateRangeDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DriverPaleroReportDateRangeDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.