自動採番

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

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

種類コード説明
CP_AUTO_GENENUM001桁数の設定(最大7桁)
001: 1桁
002: 2桁
003: 3桁
004: 4桁
005: 5桁
006: 6桁
007: 7桁
CP_AUTO_GENENUM002自動採番の先頭文字
001: 設定しない
002: 設定
CP_AUTO_GENENUM003自動採番の設定値

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

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

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_AUTO_GENENUM",        "attributeId": "001",        "attributeName": "桁数の設定(最大7桁)",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "1桁"                }            ]        }    },    {        "attributeType": "CP_AUTO_GENENUM",        "attributeId": "002",        "attributeName": "自動採番の先頭文字",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "設定しない"                }            ]        }    },    {        "attributeType": "CP_AUTO_GENENUM",        "attributeId": "003",        "attributeName": "自動採番の設定値",        "attributeValue": {            "value": ""        }    }]