POST api/my/basura/groups/report
Request Information
URI Parameters
None.
Body Parameters
GroupReportSchedDTOName | Description | Type | Additional information |
---|---|---|---|
scheddate | date |
None. |
|
groupid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "scheddate": "2025-07-13T20:24:50.4166348+08:00", "groupid": 2 }
application/xml, text/xml
Sample:
<GroupReportSchedDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <groupid>2</groupid> <scheddate>2025-07-13T20:24:50.4166348+08:00</scheddate> </GroupReportSchedDTO>
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.