POST /API/v2/Master/ReportTypes/Columns/RegisterAdmin
帳票の種類と項目を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
v2.ReportTypeColumn_RegisterAdmin
Name | Description | Type | Additional information |
---|---|---|---|
reportColumnCode | 帳票の項目コード |
String |
Required Max length: 11 |
reportCode | 帳票コード |
String |
Required Max length: 5 |
columnCode | 項目コード |
String |
Required Max length: 5 |
permission | アクセス権限 |
String |
Required Max length: 2 |
displayOrder | 表示順 |
Integer |
Required |
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
reportColumnCode | 帳票の項目コード |
String |
Required Max length: 11 |
reportCode | 帳票コード |
String |
Required Max length: 5 Format : ForeignKey /API/v2/Master/ReportTypes/Exists/{value} |
columnCode | 項目コード |
String |
Required Max length: 5 Format : ForeignKey /API/v2/Master/RootDocumentColumns/Exists/{value} |
permission | アクセス権限 |
String |
Required Max length: 2 |
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 |