자동 번호 발급

컴포넌트 속성 {#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": "007",                  "itemName": "7자릿수"              }          ]      }  },  {      "attributeType": "CP_AUTO_GENENUM",      "attributeId": "002",      "attributeName": "자동 번호 프리픽스",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "설정 안 함"              }          ]      }  },  {      "attributeType": "CP_AUTO_GENENUM",      "attributeId": "003",      "attributeName": "자동 번호 프리픽스 설정값",      "attributeValue": {          "value": ""      }  }]