PagedModelEntityModelCurrencyDefaultValueDto¶
Example Json Object
1{
2 "_embedded": {
3 "currencyDefaultValues": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "erpSystemId": 0,
13 "currencyId": 0,
14 "currency": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "name": "string",
21 "decimalPoints": 0,
22 "depreciationAreaId": 0
23 },
24 "erpSystem": {
25 "id": 0,
26 "status": "CREATED",
27 "displayId": "string",
28 "name": "string",
29 "type": "NAKISA",
30 "sapVersion": "ECC_EHP5",
31 "encryptedPassword": "string",
32 "connectionString": "string"
33 }
34 }
35 ]
36 },
37 "page": {
38 "size": 0,
39 "totalElements": 0,
40 "totalPages": 0,
41 "number": 0
42 }
43}
📄 Description: Data transfer object representing a paginated collection of currency default values within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» currencyDefaultValues |
false |
none |
[Data transfer object representing the default currency value for entities within the Nakisa Portfolio Management Suite, facilitating accurate financial analytics and reporting across portfolio, asset, and real estate property management.] |
|
page |
false |
none |
Page number for pagination |