Creates a new DayInterval
Success
Unauthorized
{- "interval_Year": 0,
- "interval_Month": 0,
- "interval_Day": 0,
- "day_From_Date": "2019-08-24T14:15:22Z",
- "day_Name": "string",
- "day_Short_Name": "str",
- "day_Thru_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "holiday": true,
- "month_From_Date": "2019-08-24T14:15:22Z",
- "month_Thru_Date": "2019-08-24T14:15:22Z",
- "quarter": 0,
- "quarter_From_Date": "2019-08-24T14:15:22Z",
- "quarter_Thru_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "week_Day": 0,
- "weekend": true,
- "yearMonthDay_Seq": 0
}
{- "data": {
- "interval_Year": 0,
- "interval_Month": 0,
- "interval_Day": 0,
- "day_From_Date": "2019-08-24T14:15:22Z",
- "day_Name": "string",
- "day_Short_Name": "str",
- "day_Thru_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "holiday": true,
- "month_From_Date": "2019-08-24T14:15:22Z",
- "month_Thru_Date": "2019-08-24T14:15:22Z",
- "quarter": 0,
- "quarter_From_Date": "2019-08-24T14:15:22Z",
- "quarter_Thru_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "week_Day": 0,
- "weekend": true,
- "yearMonthDay_Seq": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all DayInterval
Success
Unauthorized
Updates a specific DayInterval.
Success
Unauthorized
{- "interval_Year": 0,
- "interval_Month": 0,
- "interval_Day": 0,
- "day_From_Date": "2019-08-24T14:15:22Z",
- "day_Name": "string",
- "day_Short_Name": "str",
- "day_Thru_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "holiday": true,
- "month_From_Date": "2019-08-24T14:15:22Z",
- "month_Thru_Date": "2019-08-24T14:15:22Z",
- "quarter": 0,
- "quarter_From_Date": "2019-08-24T14:15:22Z",
- "quarter_Thru_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "week_Day": 0,
- "weekend": true,
- "yearMonthDay_Seq": 0
}
{- "data": {
- "interval_Year": 0,
- "interval_Month": 0,
- "interval_Day": 0,
- "day_From_Date": "2019-08-24T14:15:22Z",
- "day_Name": "string",
- "day_Short_Name": "str",
- "day_Thru_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "holiday": true,
- "month_From_Date": "2019-08-24T14:15:22Z",
- "month_Thru_Date": "2019-08-24T14:15:22Z",
- "quarter": 0,
- "quarter_From_Date": "2019-08-24T14:15:22Z",
- "quarter_Thru_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "week_Day": 0,
- "weekend": true,
- "yearMonthDay_Seq": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple DayInterval at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "interval_Year": 0,
- "interval_Month": 0,
- "interval_Day": 0,
- "day_From_Date": "2019-08-24T14:15:22Z",
- "day_Name": "string",
- "day_Short_Name": "str",
- "day_Thru_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "holiday": true,
- "month_From_Date": "2019-08-24T14:15:22Z",
- "month_Thru_Date": "2019-08-24T14:15:22Z",
- "quarter": 0,
- "quarter_From_Date": "2019-08-24T14:15:22Z",
- "quarter_Thru_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "week_Day": 0,
- "weekend": true,
- "yearMonthDay_Seq": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}