GET api/report/cancellation/{startDate}/{endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CancellationsReportName | Description | Type | Additional information |
---|---|---|---|
workshopInstanceId | integer |
None. |
|
workshopName | string |
None. |
|
workshopSyllabus | string |
None. |
|
workshopInstanceStartDateTime | date |
None. |
|
workshopInstanceEndDateTime | date |
None. |
|
capacity | integer |
None. |
|
totalBooking | integer |
None. |
|
totalCancellation | integer |
None. |
|
totalCharged | integer |
None. |
|
totalChargeCompleted | integer |
None. |
|
totalRefunded | integer |
None. |
|
totalRefundCompleted | integer |
None. |
|
totalWaived | integer |
None. |
|
before2Days | integer |
None. |
|
withIn2Days | integer |
None. |
|
onDate | integer |
None. |
|
trainingRoom | trainingRoomExten |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "workshopInstanceId": 1, "workshopName": "sample string 2", "workshopSyllabus": "sample string 3", "workshopInstanceStartDateTime": "2024-11-02T17:30:28.9304653+00:00", "workshopInstanceEndDateTime": "2024-11-02T17:30:28.9304653+00:00", "capacity": 1, "totalBooking": 6, "totalCancellation": 7, "totalCharged": 8, "totalChargeCompleted": 9, "totalRefunded": 10, "totalRefundCompleted": 11, "totalWaived": 12, "before2Days": 13, "withIn2Days": 14, "onDate": 15, "trainingRoom": { "$id": "2", "locationName": "sample string 1", "id": 2, "locationID": 3, "name": "sample string 4", "capacity": 1, "isActive": true, "dateCreated": "2024-11-02T17:30:28.9304653+00:00", "dateUpdated": "2024-11-02T17:30:28.9304653+00:00" } }, { "$ref": "1" } ]