{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"version": 0,
"name": "string",
"year": "string",
"status": 0,
"seq": 0,
"startYear": "string",
"endYear": "string",
"limitNum": 0,
"orderItem": [
{}
]
}curl --location -g --request PUT 'http://{{ip}}:9000/user-service/sysHolidays' \
--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,
"version": 0,
"name": "string",
"year": "string",
"status": 0,
"seq": 0,
"startYear": "string",
"endYear": "string",
"limitNum": 0,
"orderItem": [
{}
]
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"version": 0,
"blnStatutory": true,
"name": "string",
"year": "string",
"status": 0,
"seq": 0,
"blnAdmin": true,
"createdBy": 0,
"createdName": "string",
"createdTime": "2019-08-24T14:15:22.123Z",
"updatedName": "string",
"updatedTime": "2019-08-24T14:15:22.123Z"
}
}