POST /API/v2/Master/ProcessGroups/RegisterAdmin
プロセスグループを登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| processGroupCode | プロセスグループコード |
String |
Required Max length: 8 |
| processGroupName | プロセスグループ名 |
String |
Required Max length: 30 |
| processGroupNameEn | プロセスグループ名_英語表記 |
String, Null |
Max length: 30 |
| tradeType | 取引タイプ |
String |
Required Max length: 8 |
| displayOrder | 表示順 |
Integer |
Required |
| dueAtReference | 期日参照項目 |
String, Null |
Max length: 100 |
| dueAtName | 期日項目名 |
String, Null |
None. |
| dueAtNameEn | 期日項目名(英語) |
String, Null |
None. |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| processGroupCode | プロセスグループコード |
String |
Required Max length: 8 |
| processGroupName | プロセスグループ名 |
String |
Required Max length: 30 |
| processGroupNameEn | プロセスグループ名_英語表記 |
String, Null |
Max length: 30 |
| tradeType | 取引タイプ |
String |
Required Max length: 8 |
| displayOrder | 表示順 |
Integer |
Required |
| dueAtReference | 期日参照項目 |
String, Null |
Max length: 100 |
| dueAtName | 期日項目名 |
String |
None. |
| dueAtNameEn | 期日項目名(英語) |
String, Null |
None. |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |