ContractTransitionInput¶
Example Json Object
1{
2 "objectType": "string",
3 "comment": "string",
4 "processingTaskId": 0,
5 "processingJobType": "string",
6 "objectId": 0
7}
📄 Description: Data transfer object representing the input parameters required for transitioning a contract 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 ContractTransitionInput |
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 |