GET /API/v1/Master/Companies/Get/{companyId}
会社情報を取得します。 ## 概要 会社マスタから、会社ID(***companyId***)を指定して、会社の情報を取得します。 参照できる項目は、APIを呼び出すユーザが所属している会社情報により制限されます。 APIを呼び出すユーザが所属していない他社の情報の場合、参照できる項目は以下だけとなります。 会社ID(***companyId***) 会社名(***companyName***) ## 指定するパラメタについて ### 会社ID 取得する会社情報の会社ID(***companyId***)を指定します。
Request Information
URI Parameters
UriModel of Companies.Get
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | companyId |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | 会社ID |
String |
Required |
| companyName | 会社名 |
String |
Required |
| businessTypes | 事業種別 |
Collection of businessTypes |
Required |
| representativeName | 代表者名 |
String, Null |
None. |
| address | 住所 |
String, Null |
None. |
| tel | 代表連絡先 |
String, Null |
None. |
| japanCorporateNumber | 法人番号 |
String, Null |
None. |
| notificationNumbers | 届出番号 |
Collection, Null of notificationNumbers |
None. |
| registrationNumbers | 登録番号 |
Collection, Null of registrationNumbers |
None. |
| administrators | 管理者 |
Collection of administrators |
Required |
| useConpas | CONPAS利用 |
Boolean |
Required |
| isActive | 有効フラグ |
Boolean |
Required |
| isPublic | 公開フラグ |
Boolean |
Required |
| isNotifiedOfApplication | 利用申請の通知を受領する |
Boolean |
Required |
| announcements | お知らせ通知先 |
Collection, Null of announcements |
None. |