POST api/my/basura/accounting/transactions/reports

Request Information

URI Parameters

None.

Body Parameters

AccountingTransDateRangeDTO
NameDescriptionTypeAdditional information
datefrom

date

None.

dateto

date

None.

status

string

None.

truckid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "datefrom": "2025-07-13T17:50:40.8280341+08:00",
  "dateto": "2025-07-13T17:50:40.8280341+08:00",
  "status": "sample string 3",
  "truckid": 4
}

application/xml, text/xml

Sample:
<AccountingTransDateRangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <datefrom>2025-07-13T17:50:40.8280341+08:00</datefrom>
  <dateto>2025-07-13T17:50:40.8280341+08:00</dateto>
  <status>sample string 3</status>
  <truckid>4</truckid>
</AccountingTransDateRangeDTO>

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 'AccountingTransDateRangeDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.