POST api/Tickets/GetTicketScheduleMonthly
Request Information
URI Parameters
None.
Body Parameters
TicketScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "2025-12-08T15:38:22.4717368+00:00",
"FromDate": "2025-12-08T15:38:22.4717368+00:00",
"ToDate": "2025-12-08T15:38:22.4717368+00:00"
}
application/xml, text/xml
Sample:
check
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.