ContractDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "displayIdIn": [
16 "string"
17 ],
18 "displayIdLike": "string",
19 "nameOrDisplayIdLike": "string",
20 "nameLike": "string",
21 "principalPositionTypeEqual": "LESSEE",
22 "revisionIdEqual": 0,
23 "revisionTypeEqual": "REVISION",
24 "revisionStateEqual": "MLA_DEFINE",
25 "currencyIdEqual": 0,
26 "leaseAreaIdIn": [
27 0
28 ],
29 "leaseAreaIdEqual": 0,
30 "businessUnitIdIn": [
31 0
32 ],
33 "businessUnitIdEqual": 0,
34 "companyCodeIdEqual": 0,
35 "companyCodeIdIn": [
36 0
37 ],
38 "departmentIdIn": [
39 0
40 ],
41 "departmentIdEqual": 0,
42 "leaseGroupIdIn": [
43 0
44 ],
45 "leaseGroupIdEqual": 0,
46 "subleasingEqual": true,
47 "masterAgreementIdIn": [
48 0
49 ],
50 "masterAgreementDisplayIdIn": [
51 "string"
52 ]
53}
📄 Description: Data transfer object representing filters for contract-related queries within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and decision-making in portfolio and asset management for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
idIn |
[integer] |
false |
none |
Filter by multiple values of id |
idEqual |
integer(int64) |
false |
none |
Filter by exact match of id |
idLike |
string |
false |
none |
Filter by partial match of id |
createdAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is greater than or equal to specified value |
createdAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is less than or equal to specified value |
createdByLike |
string |
false |
none |
Filter by partial match of created by |
createdByEqual |
string |
false |
none |
Filter by exact match of created by |
modifiedAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is greater than or equal to specified value |
modifiedAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is less than or equal to specified value |
modifiedByLike |
string |
false |
none |
Filter by partial match of modified by |
modifiedByEqual |
string |
false |
none |
Filter by exact match of modified by |
displayIdIn |
[string] |
false |
none |
Filter by multiple values of display id |
displayIdLike |
string |
false |
none |
Filter by partial match of display id |
nameOrDisplayIdLike |
string |
false |
none |
Filter by partial match of name or display id |
nameLike |
string |
false |
none |
Filter by partial match of name |
principalPositionTypeEqual |
string |
false |
none |
Filter by exact match of principal position type |
revisionIdEqual |
integer(int64) |
false |
none |
Filter by exact match of revision id |
revisionTypeEqual |
string |
false |
none |
Filter by exact match of revision type |
revisionStateEqual |
string |
false |
none |
Filter by exact match of revision state |
currencyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of currency id |
leaseAreaIdIn |
[integer] |
false |
none |
Filter by multiple values of lease area id |
leaseAreaIdEqual |
integer(int64) |
false |
none |
Filter by exact match of lease area id |
businessUnitIdIn |
[integer] |
false |
none |
Filter by multiple values of business unit id |
businessUnitIdEqual |
integer(int64) |
false |
none |
Filter by exact match of business unit id |
companyCodeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of company code id |
companyCodeIdIn |
[integer] |
false |
none |
Filter by multiple values of company code id |
departmentIdIn |
[integer] |
false |
none |
Filter by multiple values of department id |
departmentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of department id |
leaseGroupIdIn |
[integer] |
false |
none |
Filter by multiple values of lease group id |
leaseGroupIdEqual |
integer(int64) |
false |
none |
Filter by exact match of lease group id |
subleasingEqual |
boolean |
false |
none |
Filter by exact match of subleasing |
masterAgreementIdIn |
[integer] |
false |
none |
Filter by multiple values of master agreement id |
masterAgreementDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of master agreement display id |
Enumerated Values
Attribute |
Value |
|---|---|
principalPositionTypeEqual |
LESSEE, LESSOR |
revisionStateEqual |
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 |
revisionTypeEqual |
ACTIVE, DRAFT, INACTIVE, REVERTED, REVISION |