ContractRevisionDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "name": "string",
5 "inception": true,
6 "revisionType": "REVISION",
7 "state": "MLA_DEFINE",
8 "approvedBy": "string",
9 "approvedAt": "2019-08-24T14:15:22Z",
10 "parentRevisionId": 0,
11 "approverComment": "string",
12 "contractId": 0,
13 "contractDisplayId": "string",
14 "contractName": "string",
15 "principalPositionType": "LESSEE",
16 "mlaId": 0,
17 "companyId": 0,
18 "description": "string",
19 "externalReference": "string",
20 "internalReference": "string",
21 "formOfLease": "FULL",
22 "jointVentureLeaseType": "GROSS_LEASE",
23 "businessPlace": "string",
24 "tradingPartner": {
25 "id": 0,
26 "displayId": "string",
27 "status": "CREATED",
28 "name": "string",
29 "erpSystemId": 0,
30 "erpSystemDisplayId": "string"
31 },
32 "contractCategoryGroup": {
33 "id": 0,
34 "displayId": "string",
35 "status": "CREATED",
36 "name": "string"
37 },
38 "contractGroup1": {
39 "id": 0,
40 "displayId": "string",
41 "status": "CREATED",
42 "name": "string"
43 },
44 "contractGroup2": {
45 "id": 0,
46 "displayId": "string",
47 "status": "CREATED",
48 "name": "string"
49 },
50 "group3": "string",
51 "group4": "string",
52 "signingPerson": "string",
53 "placeOfSignature": "string",
54 "dateOfSignature": "2019-08-24",
55 "numberRangeIdentifierType": {
56 "name": "string"
57 },
58 "numberRangeIdentifierValue": "string",
59 "allowsSystemGenerateNewId": true,
60 "numberRangeType": {
61 "name": "string"
62 }
63}
📄 Description: Data transfer object representing a revision of a contract within the Nakisa Portfolio Management Suite, encompassing essential details for portfolio and asset management in the context of real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
name |
string |
true |
none |
Name of the resource |
inception |
boolean |
false |
none |
Boolean flag indicating inception status |
revisionType |
string |
false |
none |
Type of the revision |
state |
string |
false |
none |
Current state of the portfolio |
approvedBy |
string |
false |
none |
Text value for approvedBy in ContractRevisionDto |
approvedAt |
string(date-time) |
false |
none |
Text value for approvedAt in ContractRevisionDto |
parentRevisionId |
integer(int64) |
false |
none |
Unique identifier for the parent revision |
approverComment |
string |
false |
none |
Text value for approverComment in ContractRevisionDto |
contractId |
integer(int64) |
false |
none |
Unique identifier for the contract |
contractDisplayId |
string |
false |
none |
Unique identifier for the contract display |
contractName |
string |
false |
none |
Name of the contract |
principalPositionType |
string |
false |
none |
Type of the principal position |
mlaId |
integer(int64) |
false |
none |
Unique identifier for the mla |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
description |
string |
false |
none |
Description of the resource |
externalReference |
string |
false |
none |
Text value for externalReference in ContractRevisionDto |
internalReference |
string |
false |
none |
Text value for internalReference in ContractRevisionDto |
formOfLease |
string |
false |
none |
Text value for formOfLease in ContractRevisionDto |
jointVentureLeaseType |
string |
false |
none |
Type of the joint venture lease |
businessPlace |
string |
false |
none |
Text value for businessPlace in ContractRevisionDto |
tradingPartner |
false |
none |
Value for tradingPartner field |
|
contractCategoryGroup |
false |
none |
Value for contractCategoryGroup field |
|
contractGroup1 |
false |
none |
Value for contractGroup1 field |
|
contractGroup2 |
false |
none |
Value for contractGroup2 field |
|
group3 |
string |
false |
none |
Text value for group3 in ContractRevisionDto |
group4 |
string |
false |
none |
Text value for group4 in ContractRevisionDto |
signingPerson |
string |
false |
none |
Text value for signingPerson in ContractRevisionDto |
placeOfSignature |
string |
false |
none |
Text value for placeOfSignature in ContractRevisionDto |
dateOfSignature |
string(date) |
false |
none |
Text value for dateOfSignature in ContractRevisionDto |
numberRangeIdentifierType |
false |
none |
Type of the number range identifier |
|
numberRangeIdentifierValue |
string |
false |
none |
Text value for numberRangeIdentifierValue in ContractRevisionDto |
allowsSystemGenerateNewId |
boolean |
false |
none |
Unique identifier for the allows system generate new |
numberRangeType |
false |
none |
Type of the number range |
Enumerated Values
Attribute |
Value |
|---|---|
formOfLease |
FULL, NET |
jointVentureLeaseType |
GROSS_LEASE, NET_LEASE |
principalPositionType |
LESSEE, LESSOR |
revisionType |
ACTIVE, DRAFT, INACTIVE, REVERTED, REVISION |
state |
AG_ACTIVATING, AG_ACTIVE, AG_CLASSIFIED, AG_CLOSED, AG_CLOSING, AG_DEFINE, AG_GENERATING_SCHEDULE, AG_GENERATING_SCHEDULE_2, AG_INACTIVE, AG_LEASE_END, AG_LEASE_ENDING, AG_PENDING_ASSESSMENT, AG_PENDING_CLASSIFICATION, AG_RECLOSE, AG_REJECTED, AG_REPROCESS, AG_REVERSING, AG_REVERTED, AG_REVERTING, AG_REVISION, AG_SPLITTING, CONTRACT_ACTIVE, CONTRACT_CLOSED, CONTRACT_DEFINE, CONTRACT_REJECTED, CONTRACT_REVISION, CONTRACT_WAITING_FOR_APPROVAL, LC_ACTIVATING, LC_ACTIVE, LC_CLOSED, LC_DEFINE, LC_REJECTED, LC_REVISION, LC_WAITING_FOR_APPROVAL, MLA_ACTIVE, MLA_CLOSED, MLA_DEFINE, MLA_DISCARDED, MLA_WAITING_FOR_APPROVAL, UNIT_ACTIVE, UNIT_CASUALTY, UNIT_DELIVERED, UNIT_DRAFT, UNIT_INITIAL, UNIT_PURCHASED, UNIT_REACQUIRED, UNIT_RECEIVED, UNIT_RELINQUISHED, UNIT_RETURNED, UNIT_SHIPPED |