5.2.1.5.11. 会社情報の取得¶
会社情報の取得を行うタスクです。
出力値項目の詳細は、以下のAPIドキュメントを参照してください。
5.2.1.5.11.1. 入力値¶
im_immGetCompany <object> *
├─ companyCd <string> *
├─ targetDate <date>
└─ targetLocale <locale>
| 項目名 | 必須/任意 | 型 | 配列/リスト | 説明 |
|---|---|---|---|---|
| im_immGetCompany | 必須 | object | なし | |
| companyCd | 必須 | string | なし | 会社コード |
| targetDate | 任意 | date | なし | 取得の基準日
指定されていない場合は、システム日付が使用されます。
|
| targetLocale | 任意 | locale | なし | 取得する多言語情報のロケール
指定されていない場合は、アカウントコンテキストのロケールが使用されます。
|
5.2.1.5.11.2. 出力値¶
im_immGetCompany <object>
├─ company <object>
│ ├─ companyCd <string>
│ ├─ recordDate <date>
│ ├─ recordUserCd <string>
│ └─ sortKey <integer>
└─ department <object>
├─ companyCd <string>
├─ departmentCd <string>
├─ departmentSetCd <string>
├─ disable <boolean>
├─ endDate <date>
├─ localize <object>
│ ├─ address1 <string>
│ ├─ address2 <string>
│ ├─ address3 <string>
│ ├─ countryCd <string>
│ ├─ departmentName <string>
│ ├─ departmentSearchName <string>
│ ├─ departmentShortName <string>
│ ├─ emailAddress1 <string>
│ ├─ emailAddress2 <string>
│ ├─ extensionFaxNumber <string>
│ ├─ extensionNumber <string>
│ ├─ faxNumber <string>
│ ├─ notes <string>
│ ├─ telephoneNumber <string>
│ ├─ url <string>
│ └─ zipCode <string>
├─ recordDate <date>
├─ recordUserCd <string>
├─ sortKey <integer>
├─ startDate <date>
└─ termCd <string>
| 項目名 | 型 | 配列/リスト | 説明 |
|---|---|---|---|
| im_immGetCompany | object | なし | |
| company | object | なし | 会社情報 |
| companyCd | string | なし | 会社コード |
| recordDate | date | なし | 更新日 |
| recordUserCd | string | なし | 更新ユーザコード |
| sortKey | integer | なし | ソートキー |
| department | object | なし | 会社・組織情報 |
| companyCd | string | なし | 会社コード |
| departmentCd | string | なし | 組織コード |
| departmentSetCd | string | なし | 組織セットコード |
| disable | boolean | なし | 論理削除フラグ |
| endDate | date | なし | 終了日 |
| localize | object | なし | 多言語情報 |
| address1 | string | なし | 住所1 |
| address2 | string | なし | 住所2 |
| address3 | string | なし | 住所3 |
| countryCd | string | なし | 国コード |
| departmentName | string | なし | 組織名 |
| departmentSearchName | string | なし | 組織検索名 |
| departmentShortName | string | なし | 組織短縮名 |
| emailAddress1 | string | なし | メールアドレス1 |
| emailAddress2 | string | なし | メールアドレス2 |
| extensionFaxNumber | string | なし | 内線Fax番号 |
| extensionNumber | string | なし | 内線番号 |
| faxNumber | string | なし | Fax番号 |
| notes | string | なし | 備考 |
| telephoneNumber | string | なし | 電話番号 |
| url | string | なし | URL |
| zipCode | string | なし | 郵便番号 |
| recordDate | date | なし | 更新日 |
| recordUserCd | string | なし | 更新ユーザコード |
| sortKey | integer | なし | ソートキー |
| startDate | date | なし | 開始日 |
| termCd | string | なし | 期間コード |