LeaseComponentCloneRequest¶
Example Json Object
1{
2 "name": "Cloned Lease Component - Building A",
3 "idGenerationType": {
4 "name": "AUTO",
5 "captionKey": "enum.idGenerationType.auto",
6 "caption": "Auto"
7 },
8 "contractId": 10000001,
9 "includeTermsAndConditions": true,
10 "skipVendorPaymentSplitAndValidation": true
11}
📄 Description: Data transfer object representing a request to clone a lease component within the Nakisa Lease Accounting Suite, facilitating the replication of lease-related financial obligations and accounting entries for streamlined contract management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string¦null |
false |
none |
Name of the resource |
idGenerationType |
true |
none |
Type of the id generation |
|
contractId |
integer(int64)¦null |
false |
none |
Unique identifier for the contract |
includeTermsAndConditions |
boolean |
true |
none |
Indicates whether the terms and conditions associated with the lease should be included in the lease component clone request for accurate financial obligation representation. |
skipVendorPaymentSplitAndValidation |
boolean |
false |
none |
none |