LeaseComponentBatchCloneRequest¶
Example Json Object
1{
2 "leaseComponentIds": [
3 10000001,
4 10000002,
5 10000003
6 ],
7 "contractId": 20000001,
8 "contractDisplayId": "CT-2025-0001",
9 "includeTermsAndConditions": true
10}
📄 Description: Data transfer object representing a request to clone multiple lease components within the Nakisa Lease Accounting Suite, facilitating the efficient management of contracts and financial obligations in accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
leaseComponentIds |
[integer] |
true |
none |
List of leaseComponentIds items |
contractId |
integer(int64)¦null |
false |
none |
Unique identifier for the contract |
contractDisplayId |
string¦null |
false |
none |
Unique identifier for the contract display |
includeTermsAndConditions |
boolean |
true |
none |
Indicates whether the terms and conditions should be included in the lease contract during the batch cloning process. |