PostingJobFilterDto¶
Example Json Object
1{
2 "id": 0,
3 "erpSystem": {
4 "id": 0,
5 "displayId": "string"
6 },
7 "companyFilterType": "ALL",
8 "companies": [
9 {
10 "id": 0,
11 "displayId": "string",
12 "status": "CREATED",
13 "erpSystemId": 0,
14 "erpSystemDisplayId": "string",
15 "countryId": 0,
16 "countryDisplayId": "string",
17 "postingPeriodVariantId": 0,
18 "fiscalVariantId": 0
19 }
20 ],
21 "accountingStandardFilterType": "ALL",
22 "accountingStandards": [
23 {
24 "id": 0,
25 "displayId": "string",
26 "status": "CREATED",
27 "name": "string",
28 "standardType": "GAAP",
29 "erpSystemId": 0,
30 "erpSystemDisplayId": "string"
31 }
32 ],
33 "profileId": 0
34}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
erpSystem |
false |
none |
none |
|
companyFilterType |
string |
false |
none |
none |
companies |
false |
none |
none |
|
accountingStandardFilterType |
string |
false |
none |
none |
accountingStandards |
false |
none |
none |
|
profileId |
integer(int64) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardFilterType |
ALL, LIST |
companyFilterType |
ALL, LIST |