PageTaxCodeDeterminationDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
8 "pageSize": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": 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 "countryId": 0,
26 "countryDisplayId": "string",
27 "countryTaxJurisdictionEnabled": true,
28 "forAllCompanies": true,
29 "companyId": 0,
30 "companyDisplayId": "string",
31 "forAllAssetClasses": true,
32 "assetClassId": 0,
33 "assetClassDisplayId": "string",
34 "forAllPartners": true,
35 "partnerId": 0,
36 "partnerDisplayId": "string",
37 "partnerName": "string",
38 "taxJurisdictionId": 0,
39 "taxJurisdictionDisplayId": "string",
40 "defaultTaxCodeId": 0,
41 "defaultTaxCodeDisplayId": "string",
42 "defaultExemptionTaxCodeId": 0,
43 "defaultExemptionTaxCodeDisplayId": "string",
44 "defaultExemptionPercentage": 0.1
45 }
46 ],
47 "number": 0,
48 "sort": {
49 "unsorted": true,
50 "sorted": true,
51 "empty": true
52 },
53 "first": true,
54 "last": true,
55 "empty": true
56}
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 |