DayOfWeek

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the DayOfWeek.
codeStringtrueCode of the day
nameStringtrueName of the day

JSON representation

{
	"id": 1,
	"code": "Sun",
	"name": "Sunday",
	"nameI18n": "Sunday"
}