POST api/VirtualMarathonReport/GetDistanceCompletionReport
Request Information
URI Parameters
None.
Body Parameters
DistanceReportFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| EventId | integer |
None. |
|
| EventTicketId | integer |
None. |
|
| RunType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-01-02T22:04:01.7796742+05:30",
"ToDate": "2026-01-02T22:04:01.780515+05:30",
"EventId": 1,
"EventTicketId": 1,
"RunType": "sample string 1"
}
application/xml, text/xml
Sample:
<DistanceReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/kcm_api_portal.Models"> <EventId>1</EventId> <EventTicketId>1</EventTicketId> <FromDate>2026-01-02T22:04:01.7796742+05:30</FromDate> <RunType>sample string 1</RunType> <ToDate>2026-01-02T22:04:01.780515+05:30</ToDate> </DistanceReportFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.