PATCH /API/v2/Master/BillingExceptionRules/UpdateInternal/{billingExceptionRuleId}
集計例外条件を更新します。 例外条件管理ID(***billingExceptionRuleId***)を指定して、集計例外条件を更新します。 内部呼び出し用。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| billingExceptionRuleId | 例外条件管理ID |
String |
Required |
Body Parameters
v2.Master.BillingExceptionRules
| Name | Description | Type | Additional information |
|---|---|---|---|
| billingExceptionRuleId | 集計例外条件ID |
String |
Required Max length: 36 |
| companyId | 会社ID |
String |
Required Min length: 36 Max length: 36 |
| employeeId | 利用者ID |
String, Null |
Max length: 36 |
| exceptionType | 例外種別 |
String |
Required Max length: 18 |
| validFrom | 有効開始(JST) |
String |
Required Max length: 10 Format : date |
| validTo | 有効終了(JST) |
String, Null |
Max length: 10 Format : date |
| note | 備考 |
String, Null |
Max length: 512 |
| 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
None.