PageExchangeRateDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "pageSize": 0,
7 "unpaged": true,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "sorted": true,
12 "unsorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "erpSystemId": 0,
24 "erpSystemDisplayId": "string",
25 "validFrom": "2019-08-24",
26 "rate": 0,
27 "fromFactor": 0,
28 "toFactor": 0,
29 "indirectExchangeRate": 0,
30 "indirectFromFactor": 0,
31 "indirectToFactor": 0,
32 "exchangeRateType": "string",
33 "alternateExchangeRateType": "string",
34 "fromCurrencyId": 0,
35 "fromCurrencyDisplayId": "string",
36 "toCurrencyId": 0,
37 "toCurrencyDisplayId": "string"
38 }
39 ],
40 "number": 0,
41 "sort": {
42 "sorted": true,
43 "unsorted": true,
44 "empty": true
45 },
46 "first": true,
47 "last": true,
48 "empty": true
49}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
none |
|
numberOfElements |
integer(int32) |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
none |
|
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
empty |
boolean |
false |
none |
none |