ActivationGroupTransitionInput¶
Example Json Object
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
📄 Description: Data transfer object representing the input parameters required for transitioning an activation group within the Nakisa Portfolio Management Suite, facilitating effective management of portfolio assets and real estate properties through enhanced analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
objectType |
string |
false |
none |
Type of the object |
comment |
string |
false |
none |
Text value for comment in ActivationGroupTransitionInput |
activationDate |
string(date) |
false |
none |
Date of the activation |
postingDate |
string(date) |
false |
none |
Date of the posting |
documentDate |
string(date) |
false |
none |
Date of the document |
manageTransactionsManually |
boolean |
false |
none |
Boolean flag indicating manageTransactionsManually status |
processingTaskId |
integer(int64) |
false |
none |
Unique identifier for the processing task |
processingJobType |
string |
false |
none |
Type of the processing job |
objectId |
integer(int64) |
false |
none |
Unique identifier for the object |