| 종류 | 코드 | 설명 |
|---|---|---|
| CP_ATTACH_FILE | 001 | 파일 크기 설정. 001: 설정 안 함 002: 설정 |
| CP_ATTACH_FILE | 002 | 파일 크기 설정값(1개당) |
| CP_ATTACH_FILE | 007 | 파일 유형 설정. 001: 설정 안 함 002: 설정 |
| CP_ATTACH_FILE | 008 | 파일 유형 설정값. 001: 문서 002: 이미지 003: 동영상 |
| CP_ATTACH_FILE | 009 | 첨부 가능 최대 개수(1~20) |
| 속성 | 타입 | 설명 |
|---|---|---|
| attributeType | string | 속성 종류 |
| attributeId | string | 속성 ID |
| attributeName | string | 속성 이름 |
| attributeValue | object | 속성값 |
[ { "attributeType": "CP_ATTACH_FILE", "attributeId": "001", "attributeName": "파일 크기", "attributeValue": { "items": [ { "itemId": "002", "itemName": "설정" } ] } }, { "attributeType": "CP_ATTACH_FILE", "attributeId": "002", "attributeName": "파일 크기 설정값(1개당)", "attributeValue": { "value": "1000" } }, { "attributeType": "CP_ATTACH_FILE", "attributeId": "007", "attributeName": "파일 유형", "attributeValue": { "items": [ { "itemId": "002", "itemName": "설정" } ] } }, { "attributeType": "CP_ATTACH_FILE", "attributeId": "008", "attributeName": "파일 유형 설정값", "attributeValue": { "items": [ { "itemId": "002", "itemName": "이미지" } ] } }, { "attributeType": "CP_ATTACH_FILE", "attributeId": "009", "attributeName": "첨부 가능 최대 개수", "attributeValue": { "items": [ { "itemId": "1", "itemName": "1" } ] } }]