MassInterCompanyTransferJobInput¶
Example Json Object
1{
2 "persistable": true,
3 "id": 10000001,
4 "createdBy": "john.doe@example.com",
5 "createdAt": "2024-01-15T10:30:00Z",
6 "modifiedBy": "jane.smith@example.com",
7 "modifiedAt": "2024-01-15T14:45:00Z",
8 "name": "Q1 2024 Inter-Company Transfer",
9 "transferDate": "2024-03-31",
10 "principalPositionType": {
11 "name": "LESSEE",
12 "captionKey": "enum.principalpositiontype.lessee",
13 "caption": "Lessee"
14 },
15 "postingDate": "2019-08-24",
16 "documentDate": "2019-08-24",
17 "new": false
18}
📄 Description: Data transfer object representing the input parameters for executing a mass intercompany transfer job within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and financial obligations across multiple entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
persistable |
boolean |
false |
none |
Boolean flag indicating persistable status |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
createdBy |
string |
false |
none |
Username of who created this resource |
createdAt |
string(date-time) |
false |
none |
Timestamp when this resource was created |
modifiedBy |
string |
false |
none |
Username of who last modified this resource |
modifiedAt |
string(date-time) |
false |
none |
Timestamp when this resource was last modified |
name |
string |
false |
none |
Name of the resource |
transferDate |
string(date) |
false |
none |
Date of the transfer |
principalPositionType |
false |
none |
Type of the principal position |
|
postingDate |
string(date) |
false |
none |
none |
documentDate |
string(date) |
false |
none |
none |
new |
boolean |
false |
none |
Boolean flag indicating new status |