POST /API/v2/Organizations/ReportTemplates/Register
帳票テンプレートを登録します。 組織で使用する帳票のテンプレートを登録します。 帳票テンプレートは、帳票を編集する際に入力した情報を保存し、次回、同じ帳票を入力する際のテンプレートとして機能します。 登録した帳票テンプレートは、利用者が所属する指定された組織内で共有されます。 帳票テンプレートに関する詳細については、[帳票テンプレートについて]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| reportTemplateName | 帳票テンプレート名 |
String |
Required Max length: 100 |
| reportCode | 帳票コード |
String |
Required Max length: 5 |
| content | テンプレート本文 |
String |
Required |
| description | 説明 |
String, Null |
None. |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportTemplateId | 帳票テンプレートID |
String |
Required Max length: 36 |
| reportTemplateName | 帳票テンプレート名 |
String |
Required Max length: 20 |
| reportType |
Required |
||
| description | 説明 |
String, Null |
None. |
| updatedAt | 更新日時 |
String |
Required Format : date-time |
| updatedBy |
Required |