ExportJobObjectListSearchRequest¶
Example Json Object
1{
2 "erpSystemIds": [
3 0
4 ],
5 "leaseAreaIds": [
6 0
7 ],
8 "businessUnitIds": [
9 0
10 ],
11 "companyIds": [
12 0
13 ],
14 "searchTerm": "string",
15 "principalPositionType": "LESSEE",
16 "migratedFilterType": "MIGRATED",
17 "fromYear": 0,
18 "toYear": 0,
19 "ids": [
20 0
21 ]
22}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
erpSystemIds |
[integer] |
false |
none |
none |
leaseAreaIds |
[integer] |
false |
none |
none |
businessUnitIds |
[integer] |
false |
none |
none |
companyIds |
[integer] |
false |
none |
none |
searchTerm |
string |
false |
none |
none |
principalPositionType |
string |
false |
none |
none |
migratedFilterType |
string |
false |
none |
none |
fromYear |
integer(int32) |
false |
none |
none |
toYear |
integer(int32) |
false |
none |
none |
ids |
[integer] |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |
principalPositionType |
LESSEE, LESSOR |