POST api/my/basura/groups/report

Request Information

URI Parameters

None.

Body Parameters

GroupReportSchedDTO
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.