The Employment
object is used to represent a job position at a company.
Please note: When there is a change in pay or title, integrations with historical data will create new Employment objects while integrations without historical data will update existing ones.
id
Stringremote_id
Stringemployee
Stringjob_title
Stringpay_rate
Numberpay_period
EnumHOUR
, DAY
, WEEK
, EVERY_TWO_WEEKS
, SEMIMONTHLY
, MONTH
, QUARTER
, EVERY_SIX_MONTHS
, YEAR
. In cases where there is no clear mapping, the original value passed through will be returned.pay_frequency
EnumWEEKLY
, BIWEEKLY
, MONTHLY
, QUARTERLY
, SEMIANNUALLY
, ANNUALLY
, THIRTEEN-MONTHLY
, PRO_RATA
, SEMIMONTHLY
. In cases where there is no clear mapping, the original value passed through will be returned.pay_currency
EnumXUA
, AFN
, AFA
, ALL
, ALK
, DZD
, ADP
, AOA
, AOK
, AON
, AOR
, ARA
, ARS
, ARM
, ARP
, ARL
, AMD
, AWG
, AUD
, ATS
, AZN
, AZM
, BSD
, BHD
, BDT
, BBD
, BYN
, BYB
, BYR
, BEF
, BEC
, BEL
, BZD
, BMD
, BTN
, BOB
, BOL
, BOV
, BOP
, BAM
, BAD
, BAN
, BWP
, BRC
, BRZ
, BRE
, BRR
, BRN
, BRB
, BRL
, GBP
, BND
, BGL
, BGN
, BGO
, BGM
, BUK
, BIF
, XPF
, KHR
, CAD
, CVE
, KYD
, XAF
, CLE
, CLP
, CLF
, CNX
, CNY
, CNH
, COP
, COU
, KMF
, CDF
, CRC
, HRD
, HRK
, CUC
, CUP
, CYP
, CZK
, CSK
, DKK
, DJF
, DOP
, NLG
, XCD
, DDM
, ECS
, ECV
, EGP
, GQE
, ERN
, EEK
, ETB
, EUR
, XBA
, XEU
, XBB
, XBC
, XBD
, FKP
, FJD
, FIM
, FRF
, XFO
, XFU
, GMD
, GEK
, GEL
, DEM
, GHS
, GHC
, GIP
, XAU
, GRD
, GTQ
, GWP
, GNF
, GNS
, GYD
, HTG
, HNL
, HKD
, HUF
, IMP
, ISK
, ISJ
, INR
, IDR
, IRR
, IQD
, IEP
, ILS
, ILP
, ILR
, ITL
, JMD
, JPY
, JOD
, KZT
, KES
, KWD
, KGS
, LAK
, LVL
, LVR
, LBP
, LSL
, LRD
, LYD
, LTL
, LTT
, LUL
, LUC
, LUF
, MOP
, MKD
, MKN
, MGA
, MGF
, MWK
, MYR
, MVR
, MVP
, MLF
, MTL
, MTP
, MRU
, MRO
, MUR
, MXV
, MXN
, MXP
, MDC
, MDL
, MCF
, MNT
, MAD
, MAF
, MZE
, MZN
, MZM
, MMK
, NAD
, NPR
, ANG
, TWD
, NZD
, NIO
, NIC
, NGN
, KPW
, NOK
, OMR
, PKR
, XPD
, PAB
, PGK
, PYG
, PEI
, PEN
, PES
, PHP
, XPT
, PLN
, PLZ
, PTE
, GWE
, QAR
, XRE
, RHD
, RON
, ROL
, RUB
, RUR
, RWF
, SVC
, WST
, SAR
, RSD
, CSD
, SCR
, SLL
, XAG
, SGD
, SKK
, SIT
, SBD
, SOS
, ZAR
, ZAL
, KRH
, KRW
, KRO
, SSP
, SUR
, ESP
, ESA
, ESB
, XDR
, LKR
, SHP
, XSU
, SDD
, SDG
, SDP
, SRD
, SRG
, SZL
, SEK
, CHF
, SYP
, STN
, STD
, TVD
, TJR
, TJS
, TZS
, XTS
, THB
, XXX
, TPE
, TOP
, TTD
, TND
, TRY
, TRL
, TMT
, TMM
, USD
, USN
, USS
, UGX
, UGS
, UAH
, UAK
, AED
, UYW
, UYU
, UYP
, UYI
, UZS
, VUV
, VES
, VEB
, VEF
, VND
, VNN
, CHE
, CHW
, XOF
, YDD
, YER
, YUN
, YUD
, YUM
, YUR
, ZWN
, ZRN
, ZRZ
, ZMW
, ZMK
, ZWD
, ZWR
, ZWL
. In cases where there is no clear mapping, the original value passed through will be returned.pay_group
Stringflsa_status
EnumEXEMPT
, SALARIED_NONEXEMPT
, NONEXEMPT
, OWNER
. In cases where there is no clear mapping, the original value passed through will be returned.effective_date
Stringemployment_type
EnumFULL_TIME
, PART_TIME
, INTERN
, CONTRACTOR
, FREELANCE
. In cases where there is no clear mapping, the original value passed through will be returned.remote_was_deleted
Booleancreated_at
Stringmodified_at
Stringfield_mappings
Objectremote_data
RemoteData[]{"id": "65d8ffd0-211b-4ba4-b85a-fbe2ce220982","remote_id": "19202938","employee": "0958cbc6-6040-430a-848e-aafacbadf4ae","job_title": "Executive Assistant to Tom Wambsgans","pay_rate": "50000.00","pay_period": "YEAR","pay_frequency": "BIWEEKLY","pay_currency": "USD","pay_group": "d4e4837f-9900-484c-ac40-528365bb08ef","flsa_status": "EXEMPT","effective_date": "2023-10-06T18:42:34Z","employment_type": "FULL TIME","remote_was_deleted": true,"created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z",Show advanced fields}
https://api.merge.dev/api/hris/v1/employments
Returns a list of Employment
objects.
Authorization
StringX-Account-Token
Stringcreated_after
Stringcreated_before
Stringcursor
Stringemployee_id
Stringexpand
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleanmodified_after
Stringmodified_before
Stringorder_by
Stringpage_size
Integerremote_fields
Stringremote_id
Stringshow_enum_origins
String{"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results": [{"id": "65d8ffd0-211b-4ba4-b85a-fbe2ce220982","remote_id": "19202938","employee": "0958cbc6-6040-430a-848e-aafacbadf4ae","job_title": "Executive Assistant to Tom Wambsgans","pay_rate": "50000.00","pay_period": "YEAR","pay_frequency": "BIWEEKLY","pay_currency": "USD","pay_group": "d4e4837f-9900-484c-ac40-528365bb08ef","flsa_status": "EXEMPT","effective_date": "2023-10-06T18:42:34Z","employment_type": "FULL TIME","remote_was_deleted": true,"created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z",Show advanced fields}]}

Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringflsa_status
Enumjob_title
Stringpay_frequency
Enumpay_group
Stringpay_period
Enumremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_period
Enumpay_rate
Number
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
Stringremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumpay_group
Stringpay_rate
Number
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_currency
Enumpay_group
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
Stringhttps://api.merge.dev/api/hris/v1/employments/{id}
Returns an Employment
object with the given id
.
Authorization
StringX-Account-Token
Stringexpand
Stringid
Stringinclude_remote_data
Booleanremote_fields
Stringshow_enum_origins
String{"id": "65d8ffd0-211b-4ba4-b85a-fbe2ce220982","remote_id": "19202938","employee": "0958cbc6-6040-430a-848e-aafacbadf4ae","job_title": "Executive Assistant to Tom Wambsgans","pay_rate": "50000.00","pay_period": "YEAR","pay_frequency": "BIWEEKLY","pay_currency": "USD","pay_group": "d4e4837f-9900-484c-ac40-528365bb08ef","flsa_status": "EXEMPT","effective_date": "2023-10-06T18:42:34Z","employment_type": "FULL TIME","remote_was_deleted": true,"created_at": "2021-09-15T00:00:00Z","modified_at": "2021-10-16T00:00:00Z",Show advanced fields}

Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringflsa_status
Enumjob_title
Stringpay_frequency
Enumpay_group
Stringpay_period
Enumremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_period
Enumpay_rate
Number
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
Stringremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringjob_title
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
employee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_frequency
Enumpay_group
Stringpay_rate
Number
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
String
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumflsa_status
Enumjob_title
Stringpay_period
Enumpay_rate
Numberremote_data
RemoteData[]path
stringdata
string
Merge supports Passthrough Requests to this platform's API
Supported Response Fields
effective_date
Stringemployee
Stringemployment_type
Enumjob_title
Stringpay_currency
Enumpay_frequency
Enumpay_period
Enumpay_rate
Numberremote_data
RemoteData[]