POST /API/v1/Master/RequirementsRules/Register
必須項目の設定を登録(更新)します。 ## 概要 必須項目設定ID(***requirementsRuleId***)を指定して、必須項目の設定を更新します。 この必須項目の設定を使用して作成されたタスクには影響はありません。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requirementsRuleId | 必須項目の設定ID |
String |
Required |
| requirementsRuleName | 必須項目の設定名 |
String |
Required |
| companyId | 会社ID |
String |
Required |
| organizationId | 組織ID |
String |
Required |
| businessTypeId | 事業種別ID |
String |
Required |
| report |
Required |
||
| partitionNo | パーティション番号 |
Integer |
Required |
| createdAt | 作成日時 |
String |
Required Format : date-time |
| updatedAt | 更新日時 |
String |
Required Format : date-time |
| businessPattern | 業務パターン |
String |
Required |
| description | 説明 |
String |
Required |
Response Information
Resource Description
None.