ContractBatchCloneRequest¶
Example Json Object
1{
2 "contractIds": [
3 10000004,
4 10000005,
5 10000006
6 ],
7 "masterAgreementId": 10000086,
8 "masterAgreementDisplayId": "MA-2025-0001",
9 "principalPositionType": {
10 "name": "LESSEE",
11 "captionKey": "enum.principalpositiontype.lessee",
12 "caption": "Lessee"
13 },
14 "businessUnit": {
15 "id": 10000001,
16 "displayId": "BU0001",
17 "status": {
18 "name": "ACTIVE",
19 "captionKey": "enum.objectStatus.active",
20 "active": true,
21 "caption": "Active"
22 },
23 "name": "North America Business Unit"
24 },
25 "companyCode": {
26 "id": 10000006,
27 "displayId": "1005",
28 "status": {
29 "name": "ACTIVE",
30 "captionKey": "enum.objectStatus.active",
31 "active": true,
32 "caption": "Active"
33 },
34 "erpSystemId": 10000001,
35 "erpSystemDisplayId": "FINQ8S-300",
36 "countryId": 10000095,
37 "countryDisplayId": "CA",
38 "name": "string",
39 "postingPeriodVariantId": 0,
40 "fiscalVariantId": 0
41 }
42}
📄 Description: Data transfer object representing a request to clone a batch of lease contracts within the Nakisa Lease Accounting Suite, facilitating the management of financial obligations and accounting entries associated with leases.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
contractIds |
[integer] |
true |
none |
List of contractIds items |
masterAgreementId |
integer(int64) |
false |
none |
Unique identifier for the master agreement |
masterAgreementDisplayId |
string |
false |
none |
Unique identifier for the master agreement display |
principalPositionType |
true |
none |
Type of the principal position |
|
businessUnit |
true |
none |
Value for businessUnit field |
|
companyCode |
true |
none |
Code for the company |