| 種類 | コード | 説明 |
|---|---|---|
| CP_CURRENCY | 001 | 通貨設定 |
| CP_CURRENCY | 002 | 通貨 001 : 設定しない 002: 設定 |
| CP_CURRENCY | 003 | 小数点の入力を許可 |
| CP_CURRENCY | 004 | 小数点桁数 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "attributeType": "CP_CURRENCY", "attributeId": "001", "attributeName": "通貨設定", "attributeValue": { "items": [ { "itemId": "JPY", "itemName": "JPY" } ] } }, { "attributeType": "CP_CURRENCY", "attributeId": "002", "attributeName": "通貨", "attributeValue": { "items": [ { "itemId": "001", "itemName": "設定しない" } ] } }, { "attributeType": "CP_CURRENCY", "attributeId": "003", "attributeName": "小数点の入力を許可", "attributeValue": { "value": "Y" } }, { "attributeType": "CP_CURRENCY", "attributeId": "004", "attributeName": "", "attributeValue": { "items": [ { "itemId": "2", "itemName": "2桁" } ] } }]