날짜(단일)

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

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

종류코드설명
CP_DATE002기본 날짜 설정값
CP_DATE003기본 날짜 설정.
001: 설정 안 함
002: 설정
003:사용자 설정 적용

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

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

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_DATE",      "attributeId": "002",      "attributeName": "기본 날짜 설정값",      "attributeValue": {          "value": "2024.01.16"      }  },  {      "attributeType": "CP_DATE",      "attributeId": "003",      "attributeName": "기본 날짜 설정",      "attributeValue": {          "items": [              {                  "itemId": "002",                  "itemName": "설정"              }          ]      }  }   ]