{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"holidaysId": 0,
"version": 0,
"name": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"limitNum": 0,
"orderItem": [
{}
]
}curl --location -g --request POST 'http://{{ip}}:9000/user-service/sysHolidaysItem' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"holidaysId": 0,
"version": 0,
"name": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"limitNum": 0,
"orderItem": [
{}
]
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"blnCompensation": true,
"holidaysId": 0,
"version": 0,
"name": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"lunarStartDate": "string",
"lunarEndDate": "string",
"blnNextYearGenerate": true
}
}