안내 문구

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_GUIDE001출력 내용 설정

컴포넌트 속성 정보 {#component-attribute-data}

속성타입설명
attributeTypestring속성 종류
attributeIdstring속성 ID
attributeNamestring속성 이름
attributeValueobject속성값

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_GUIDE",      "attributeId": "001",      "attributeName": "출력 내용 설정",      "attributeValue": {          "value": "인사팀에 연락 바랍니다."      }  }]