eventScheduleDate
| Extends: | APIGenericEntity |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Event date details
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| startHour (string) | 0/1 | Start hour |
| endHour (string) | 0/1 | End hour |
| date (string) | 0/1 | Date |
| soldOut (boolean) | 0/1 | Indicates if the event is sold out for this date |
JSON
| property | type | description |
|---|---|---|
| startHour | startHour (string) | Start hour |
| endHour | endHour (string) | End hour |
| date | date (string) | Date |
| soldOut | soldOut (boolean) | Indicates if the event is sold out for this date |