PATCH /API/v2/Companies/Update/{companyId}
会社を更新します。 ログインしている利用者が所属する会社を更新します。 このメソッドは会社の管理者(***/API/v2/Companies/Administrators***)として登録された利用者が利用できます。 会社に関する詳細については、[会社について]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | 会社ID |
String |
Required Max length: 36 |
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyName | 会社名 |
String, Null |
Max length: 130 |
| companyNameEn | 会社名_英語表記 |
String, Null |
Max length: 130 |
| address |
Object, Null |
None. |
|
| contactTo |
Object, Null |
None. |
|
| representative |
Object, Null |
None. |
|
| registrationNumbers | 登録番号 |
Collection, Null of registrationNumbers |
None. |
| notificationNumbers | 届出番号 |
Collection, Null of notificationNumbers |
None. |
| isNotifiedOfApplication | 利用申請の通知を受領するか |
Boolean, Null |
None. |
Response Information
Resource Description
None.