날짜(범위)

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_RANGE_DATE002시작일 설정값
CP_RANGE_DATE003종료일 설정값
CP_RANGE_DATE004기본 날짜 설정.
001: 설정 안 함
002: 설정
003:사용자 설정 적용

컴포넌트 속성 정보 {#component-attribute-data}

속성타입설명
attributeTypestring속성 종류
attributeIdstring속성 ID
attributeNamestring속성 이름
attributeValueobject속성값

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_RANGE_DATE",      "attributeId": "002",      "attributeName": "시작일 설정값",      "attributeValue": {          "value": "2024.01.01"      }  },  {      "attributeType": "CP_RANGE_DATE",      "attributeId": "003",      "attributeName": "종료일 설정값",      "attributeValue": {          "value": "2024.12.31"      }  },  {      "attributeType": "CP_RANGE_DATE",      "attributeId": "004",      "attributeName": "기본 날짜 설정",      "attributeValue": {          "items": [              {                  "itemId": "002",                  "itemName": "설정"              }          ]      }  }]