組織検索
コンポーネントの情報 {#component-data}
コンポーネントの値 {#component-value}
| 属性 | タイプ | 説明 |
|---|
| isAll | boolean | すべて |
| orgUnits | array | 組織情報 |
orgUnits {#component-value-orgUnits}
| 属性 | タイプ | 説明 |
|---|
| orgUnitId | string | 組織 ID |
| orgUnitName | string | 組織名 |
Response Example {#component-data-example}
[ { "componentType": "WCP_SEARCH_DEPT", "componentName": "組織検索", "componentId": "80c42a27-1234-1234-1234", "componentCustomId": "custom-id-001", "componentLabel": "担当部門", "componentValue": { "isAll": false, "orgUnits": [ { "orgUnitId": "80c42a27-1234-1234-1234", "orgUnitName": "営業部" } ] } }]