日付(範囲選択)

コンポーネント属性 {#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": ""        }    },    {        "attributeType": "CP_RANGE_DATE",        "attributeId": "003",        "attributeName": "終了日",        "attributeValue": {            "value": ""        }    },    {        "attributeType": "CP_RANGE_DATE",        "attributeId": "004",        "attributeName": "日付の設定値",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "設定しない"                }            ]        }    }]