日付(単一)

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_DATE002基本日付設定値
CP_DATE003日付の設定値
001: 設定しない
002: 設定値を指定
003: 作成日
004: 条件設定

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_DATE",        "attributeId": "002",        "attributeName": "基本日付設定値",        "attributeValue": {            "value": ""        }    },    {        "attributeType": "CP_DATE",        "attributeId": "003",        "attributeName": "基本日付設定",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "設定しない"                }            ]        }    }]