연관 문서
컴포넌트 정보 {#component-data}
componentValue {#component-value}
| 속성 | 타입 | 설명 |
|---|
| relatedDocuments | array | 연관 문서 정보 |
relatedDocuments {#component-value-relatedDocuments}
| 속성 | 타입 | 설명 |
|---|
| approvalDocumentId | integer | 결재 문서 ID |
| documentNumber | string | 문서 번호 |
| title | string | 문서 제목 |
Response Example {#component-data-example}
[ { "componentType": "WCP_WP_DOC", "componentName": "연관문서", "componentId": "ID", "componentCustomId": "custom-id-001", "componentLabel": "연관문서", "componentValue": { "relatedDocuments": [ { "approvalDocumentId": 25676, "documentNumber": "2024_TCS01_000001", "title": "근무 결과 신청 - 2024.01.01" } ] } }]