| 種類 | コード | 説明 |
|---|---|---|
| CP_RANGE_DATE | 002 | 開始日 |
| CP_RANGE_DATE | 003 | 終了日 |
| CP_RANGE_DATE | 004 | 日付の設定値 001: 設定しない 002: 設定値を指定 003: 作成日 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "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": "設定しない" } ] } }]