POST /API/v2/Master/SubmissionBranches/RegisterAdmin
提出先支部を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| submissionBranchCode | 提出先支部コード |
String |
Required Max length: 4 |
| submissionBranchName | 提出先支部名 |
String |
Required Max length: 20 |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| isDummy | ダミーデータであるか |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| submissionBranchCode | 提出先支部コード |
String |
Required Max length: 4 |
| submissionBranchName | 提出先支部名 |
String |
Required Max length: 20 |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| isDummy | ダミーデータであるか |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |