Transition¶
Example Json Object
1{
2 "name": "SEND_FOR_APPROVAL",
3 "from": {
4 "name": "DRAFT",
5 "end": true,
6 "readOnly": true
7 },
8 "to": {
9 "name": "DRAFT",
10 "end": true,
11 "readOnly": true
12 },
13 "permission": "string"
14}
📄 Description: Data transfer object representing a transition within the Nakisa Portfolio Management Suite, capturing the movement of assets across portfolios to enhance analytics and optimize real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
Name of the resource |
from |
false |
none |
Value for from field |
|
to |
false |
none |
Value for to field |
|
permission |
string |
false |
none |
Text value for permission in Transition |
Enumerated Values
Attribute |
Value |
|---|---|
name |
ACTIVATE, APPROVE, AWAITING_ACTIVATION, DEACTIVATE, OPEN_FOR_MODIFICATIONS, PENDING_TERMINATE, REJECT, SEND_FOR_APPROVAL, TERMINATE |