POST api/my/basura/accounting/transactions/reports
Request Information
URI Parameters
None.
Body Parameters
AccountingTransDateRangeDTOName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.