GET api/UpCommingEvent/UpCommingEventBatchDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Batches| Name | Description | Type | Additional information |
|---|---|---|---|
| WeekdayBatch | Collection of BatchDetails |
None. |
|
| WeekendBatch | Collection of BatchDetails |
None. |
Response Formats
application/json, text/json
Sample:
{
"WeekdayBatch": [
{
"BatchDateWeekDay": "sample string 1",
"BatchDateWeekend_1": "sample string 2"
},
{
"BatchDateWeekDay": "sample string 1",
"BatchDateWeekend_1": "sample string 2"
}
],
"WeekendBatch": [
{
"BatchDateWeekDay": "sample string 1",
"BatchDateWeekend_1": "sample string 2"
},
{
"BatchDateWeekDay": "sample string 1",
"BatchDateWeekend_1": "sample string 2"
}
]
}