MassInterCompanyTransferInfo¶
Example Json Object
1{
2 "transferredFromDisplayId": "string",
3 "transferredFromRevisionId": 0,
4 "transferredToDisplayId": "string",
5 "transferredToRevisionId": 0
6}
📄 Description: Data transfer object representing the details of mass inter-company asset transfers within the Nakisa Portfolio Management Suite, facilitating portfolio management and analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
transferredFromDisplayId |
string |
false |
none |
Unique identifier for the transferred from display |
transferredFromRevisionId |
integer(int64) |
false |
none |
Unique identifier for the transferred from revision |
transferredToDisplayId |
string |
false |
none |
Unique identifier for the transferred to display |
transferredToRevisionId |
integer(int64) |
false |
none |
Unique identifier for the transferred to revision |