| 종류 | 코드 | 설명 |
|---|---|---|
| CP_RANGE_TIME | 001 | 분단위 설정. 001: 1시간 002: 30분 003: 10분 |
| CP_RANGE_TIME | 002 | 시간 형식. 001: 24시간 002: 12시간(오전, 오후) |
| CP_RANGE_TIME | 006 | 시간 항목 분리. 001: 시, 분 통합 002: 시, 분 분리 |
| CP_RANGE_TIME | 007 | 기본 날짜 설정. 001: 설정 안 함 002: 설정 003: 사용자 설정 적용 |
| CP_RANGE_TIME | 008 | 시작 시간 설정값 |
| CP_RANGE_TIME | 009 | 종료 시간 설정값 |
| 속성 | 타입 | 설명 |
|---|---|---|
| attributeType | string | 속성 종류 |
| attributeId | string | 속성 ID |
| attributeName | string | 속성 이름 |
| attributeValue | object | 속성값 |
[ { "attributeType": "CP_RANGE_TIME", "attributeId": "001", "attributeName": "분단위 설정", "attributeValue": { "items": [ { "itemId": "001", "itemName": "1시간" } ] } }, { "attributeType": "CP_RANGE_TIME", "attributeId": "002", "attributeName": "시간 형식", "attributeValue": { "items": [ { "itemId": "001", "itemName": "24시간" } ] } }, { "attributeType": "CP_RANGE_TIME", "attributeId": "006", "attributeName": "시간 항목 분리", "attributeValue": { "items": [ { "itemId": "001", "itemName": "시, 분 통합" } ] } }, { "attributeType": "CP_RANGE_TIME", "attributeId": "007", "attributeName": "기본 시간 설정", "attributeValue": { "items": [ { "itemId": "002", "itemName": "설정" } ] } }, { "attributeType": "CP_RANGE_TIME", "attributeId": "008", "attributeName": "시작 시간 설정값", "attributeValue": { "value": "09:00" } }, { "attributeType": "CP_RANGE_TIME", "attributeId": "009", "attributeName": "종료 시간 설정값", "attributeValue": { "value": "18:00" } }]