DayOfWeek
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the DayOfWeek. |
code | String | true | Code of the day |
name | String | true | Name of the day |
JSON representation
{ "id": 1, "code": "Sun", "name": "Sunday", "nameI18n": "Sunday" }