{"openapi":"3.1.0","info":{"title":"HRIS","version":"1.0.0"},"paths":{"/hris/v1/bank-info":{"get":{"operationId":"bankInfo_list","summary":"List","description":"Returns a list of `BankInfo` objects.{/* BEGIN_HRIS_BANKINFO_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+WYb2/aOhTGv0rllyiQUcbdLdLVRKEttCXlUrqtd6qig3NIDI4dHIcSpn33qxCooOudNuGbturLOMePk5+fc/znG6Gg0ZcqJQ0SKBYTi4TSQ04a5BjEtCvGklgEIuZAiOsYd35ILBInUSSVRu+UIffijsIxaRA7ROVjORFszNCzs3CbCY2+As2kiO2HbuXxqh+xCGdiil6TUpkI/TOhPLAMeeSjx+x1rIlFIohjHSiZ+MEAZwnGP9XMvodjiEIDL3ugwd7qX1a5wFNt2Zd7yFGj1wYNbdRIs19cjxVoHcUN2w6QR5XVuBUP5zYKG5RmlGNs12tHhx+O6uW1ymr0j67P/6qWJrORHH0ouT7lLiSl3pAunGH33pn4753W+4WzvKk7y+nSmUzflVwfSr1hr341vK1dtZvVqycC3Os/vhx9Om4fnzslujypOZPbe2dIq70hnY6W3dr5Gb0/7/y9cJa3h732Tc0ZntTPz2T1qjWIe62B7DUrFWKR7Zkkja/fthvWBjlWCDrA3eBuCD5uQcnnASJWjpIRZ7QS1yoQwlIKuI8rVIZ2iB4Dey3mXs8SUOheSl+6p7dH//iTsDKJ/M0MMCke8JMGOXE6Tad10t71QnMOjMOII2loleAPBiaNr2RtJVck4QgVscgIxNQV2Z9ZRMlEM+FvXt5ZJHMCU+j1QUGIGlUmcvfdeopLKwDFmSEua7HOYJtMJRIFE8Ew4jLFFRwMpUY3s/DukxuBDvam14Z0LBU1hK/PQY+lCjeqxZDbNOg0wmcDeQpUS8WAmyH5IPe/G/GZcCmMA40QGsK1kVvjeuEpmzcxb2+MHWAc04POwGz+5rJuZ1A8x0c8LJIINksyWCh0tr34fUZsJEeG+WSSb6i4dQafpZrGhiHmosVg/HVWv4smCQGEITRrsZ2aX/h27EdUNNstoueCLra6da8ln6Nn1nYsXom+ruw1hvQCxUSaBbqSdOMXsO7uReYyoRTMkFlJFZO45pzRh7QFkQYmDNkDUprrFeqNX8y4fVHRABfmOAW4KP7A+YjUHrsJA5u0jIIMzRamXPOtwlRmYUYrzZeYysUtnn1IuaRMp8YyP5fbuYa7PAurp554i7ZFGXE0dpZdq7lNSjGOX8fFwH725CA8SA0X0Vz0lZ/Srpv9g+tkZYT8Zs3QgW1XcyePj+kX6Z++K3Qb+NRBzUDdGyrmoD7oDA42rjBDb6iYQO1Wn6XWbT+6AjSbP15kzAG8uTg76CtD566bi7O3vQxnNAcIXmqap+sjdP6c9V8XV+PrcHYtZ3wd+ZyLvma0/43x7vu/4Tb7MfAfAAA=\" /></Footer>{/* END_HRIS_BANKINFO_FETCH_SUPPORTED_FIELDS */}","tags":["bank-info"],"parameters":[{"name":"account_type","in":"query","description":"If provided, will only return BankInfo's with this account type. Options: ('SAVINGS', 'CHECKING')\n\n","required":false,"schema":{"$ref":"#/components/schemas/BankInfoGetParametersAccountType"}},{"name":"bank_name","in":"query","description":"If provided, will only return BankInfo's with this bank name.","required":false,"schema":{"type":"string"}},{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return bank accounts for this employee.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/BankInfoGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"order_by","in":"query","description":"Overrides the default ordering for this endpoint. Possible values include: remote_created_at, -remote_created_at.","required":false,"schema":{"$ref":"#/components/schemas/BankInfoGetParametersOrderBy"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/BankInfoGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/BankInfoGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBankInfoList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/bank-info/{id}":{"get":{"operationId":"bankInfo_retrieve","summary":"Retrieve","description":"Returns a `BankInfo` object with the given `id`.{/* BEGIN_HRIS_BANKINFO_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+WYb2/aOhTGv0rllyiQUcbdLdLVRKEttCXlUrqtd6qig3NIDI4dHIcSpn33qxCooOudNuGbturLOMePk5+fc/znG6Gg0ZcqJQ0SKBYTi4TSQ04a5BjEtCvGklgEIuZAiOsYd35ILBInUSSVRu+UIffijsIxaRA7ROVjORFszNCzs3CbCY2+As2kiO2HbuXxqh+xCGdiil6TUpkI/TOhPLAMeeSjx+x1rIlFIohjHSiZ+MEAZwnGP9XMvodjiEIDL3ugwd7qX1a5wFNt2Zd7yFGj1wYNbdRIs19cjxVoHcUN2w6QR5XVuBUP5zYKG5RmlGNs12tHhx+O6uW1ymr0j67P/6qWJrORHH0ouT7lLiSl3pAunGH33pn4753W+4WzvKk7y+nSmUzflVwfSr1hr341vK1dtZvVqycC3Os/vhx9Om4fnzslujypOZPbe2dIq70hnY6W3dr5Gb0/7/y9cJa3h732Tc0ZntTPz2T1qjWIe62B7DUrFWKR7Zkkja/fthvWBjlWCDrA3eBuCD5uQcnnASJWjpIRZ7QS1yoQwlIKuI8rVIZ2iB4Dey3mXs8SUOheSl+6p7dH//iTsDKJ/M0MMCke8JMGOXE6Tad10t71QnMOjMOII2loleAPBiaNr2RtJVck4QgVscgIxNQV2Z9ZRMlEM+FvXt5ZJHMCU+j1QUGIGlUmcvfdeopLKwDFmSEua7HOYJtMJRIFE8Ew4jLFFRwMpUY3s/DukxuBDvam14Z0LBU1hK/PQY+lCjeqxZDbNOg0wmcDeQpUS8WAmyH5IPe/G/GZcCmMA40QGsK1kVvjeuEpmzcxb2+MHWAc04POwGz+5rJuZ1A8x0c8LJIINksyWCh0tr34fUZsJEeG+WSSb6i4dQafpZrGhiHmosVg/HVWv4smCQGEITRrsZ2aX/h27EdUNNstoueCLra6da8ln6Nn1nYsXom+ruw1hvQCxUSaBbqSdOMXsO7uReYyoRTMkFlJFZO45pzRh7QFkQYmDNkDUprrFeqNX8y4fVHRABfmOAW4KP7A+YjUHrsJA5u0jIIMzRamXPOtwlRmYUYrzZeYysUtnn1IuaRMp8YyP5fbuYa7PAurp554i7ZFGXE0dpZdq7lNSjGOX8fFwH725CA8SA0X0Vz0lZ/Srpv9g+tkZYT8Zs3QgW1XcyePj+kX6Z++K3Qb+NRBzUDdGyrmoD7oDA42rjBDb6iYQO1Wn6XWbT+6AjSbP15kzAG8uTg76CtD566bi7O3vQxnNAcIXmqap+sjdP6c9V8XV+PrcHYtZ3wd+ZyLvma0/43x7vu/4Tb7MfAfAAA=\" /></Footer>{/* END_HRIS_BANKINFO_FETCH_SUPPORTED_FIELDS */}","tags":["bank-info"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/BankInfoIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/BankInfoIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/BankInfoIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BankInfo"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/benefits":{"get":{"operationId":"benefits_list","summary":"List","description":"Returns a list of `Benefit` objects.{/* BEGIN_HRIS_BENEFIT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92X8W/aOBTH/5XKP6JAjjJuK9I0QdNCu5LmGN2uN1XWw34Eg2MHxykN0/73KYRWYdebNDW06v2WOO99bX++z8/KN8LAYqhNRjpkZkRCHBJpjpJ0SA8VToUlDoFY+BDhNoTeHhKHJGkca2ORnwqUPBkYnJIOcSM0IdZTJaYCuZuHu0JZDA1YoVXiPqTVp5s84hAp1AJ5lzGdKvsroSKwDkXkT6/55yRfbAxJYmdGp+FshMsUk19q5uuRGKGyIOscLLil/LopBB4by1fOUaJF7oEFDy2yfIvbuWbWxknHdWco48Zm3gbHWxeVC8YKJjFx262jw7dH7fpWZTP7BxrK983afDnRk7c1GjJJIa0Nx+zOH5+t/Hn4xj9+c+evr9r+erH254s/ajSE2nA8bF+Or1uXXrd5+UgA/fTn30efe17v3K+x9UnLn1+v/DFrDsdsMVmftc77bHU++OvOX18fDr2rlj8+aZ/3dfPyeJQMj0d62G00iEPKTpLO12/lgW2BdL3g4Is2i6k2DA98vdpNO4sgxBKewhGIRT1OJ1KwRtJqQARrrWCVNJiO3Ai5ALfrBfRBlvp6RT8tUzDYiFV4b4TQ6sEF0iEn/qDrH594uyXRvQUhYSKRdKxJ8V91TDpfyaQofBpLUNRmMRKHMB3FoDLKtLJGTNLNJA7BKJY6Qyw9/keIoVvZfEhxysHmWbHRt4KjoSrn5xCDkbaYf4XdNxqDneXnzoKxRfZNHrBMhUEegIEILZp8AzffnUetkRYNHASQGS1lRb5sNLdm0Asd6udzBCSjTPMy+122e2TZg2ii9WBUDcV7tR2O87h6jk+o4hcp2Z5BsDOsiHIhVoZMT6+P/gnn0f8I9nZI8CeB9yDbtNpqyAcS7FSb6F51Lz2i3A+euVs/EXY/TayulvRGkiZFpYtc7HXelE8o/980IYCMzfCuIhsKsZe5F/dU+8/UeQLIpGbCZpU5UcjttP2LftQ85erZPNk//BJwh6RKLNPcCVQ2/9cxv2vC1cf+QWAq6klXH/vbTvQazsCLX705+xECz6qmT0OEwbtlsJ/b99V0nZvvPwD+B8Nn9RAAAA==\" /></Footer>{/* END_HRIS_BENEFIT_FETCH_SUPPORTED_FIELDS */}","tags":["benefits"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will return the benefits associated with the employee.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenefitsGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBenefitList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/benefits/{id}":{"get":{"operationId":"benefits_retrieve","summary":"Retrieve","description":"Returns a `Benefit` object with the given `id`.{/* BEGIN_HRIS_BENEFIT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92X8W/aOBTH/5XKP6JAjjJuK9I0QdNCu5LmGN2uN1XWw34Eg2MHxykN0/73KYRWYdebNDW06v2WOO99bX++z8/KN8LAYqhNRjpkZkRCHBJpjpJ0SA8VToUlDoFY+BDhNoTeHhKHJGkca2ORnwqUPBkYnJIOcSM0IdZTJaYCuZuHu0JZDA1YoVXiPqTVp5s84hAp1AJ5lzGdKvsroSKwDkXkT6/55yRfbAxJYmdGp+FshMsUk19q5uuRGKGyIOscLLil/LopBB4by1fOUaJF7oEFDy2yfIvbuWbWxknHdWco48Zm3gbHWxeVC8YKJjFx262jw7dH7fpWZTP7BxrK983afDnRk7c1GjJJIa0Nx+zOH5+t/Hn4xj9+c+evr9r+erH254s/ajSE2nA8bF+Or1uXXrd5+UgA/fTn30efe17v3K+x9UnLn1+v/DFrDsdsMVmftc77bHU++OvOX18fDr2rlj8+aZ/3dfPyeJQMj0d62G00iEPKTpLO12/lgW2BdL3g4Is2i6k2DA98vdpNO4sgxBKewhGIRT1OJ1KwRtJqQARrrWCVNJiO3Ai5ALfrBfRBlvp6RT8tUzDYiFV4b4TQ6sEF0iEn/qDrH594uyXRvQUhYSKRdKxJ8V91TDpfyaQofBpLUNRmMRKHMB3FoDLKtLJGTNLNJA7BKJY6Qyw9/keIoVvZfEhxysHmWbHRt4KjoSrn5xCDkbaYf4XdNxqDneXnzoKxRfZNHrBMhUEegIEILZp8AzffnUetkRYNHASQGS1lRb5sNLdm0Asd6udzBCSjTPMy+122e2TZg2ii9WBUDcV7tR2O87h6jk+o4hcp2Z5BsDOsiHIhVoZMT6+P/gnn0f8I9nZI8CeB9yDbtNpqyAcS7FSb6F51Lz2i3A+euVs/EXY/TayulvRGkiZFpYtc7HXelE8o/980IYCMzfCuIhsKsZe5F/dU+8/UeQLIpGbCZpU5UcjttP2LftQ85erZPNk//BJwh6RKLNPcCVQ2/9cxv2vC1cf+QWAq6klXH/vbTvQazsCLX705+xECz6qmT0OEwbtlsJ/b99V0nZvvPwD+B8Nn9RAAAA==\" /></Footer>{/* END_HRIS_BENEFIT_FETCH_SUPPORTED_FIELDS */}","tags":["benefits"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/BenefitsIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Benefit"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/companies":{"get":{"operationId":"companies_list","summary":"List","description":"Returns a list of `Company` objects.{/* BEGIN_HRIS_COMPANY_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+Wbf2/aOBiAvwrynxU/RllvK9LpRKEUWAkZ0N26abJM8hIMjp06TmmY9t1PTgJt76bp6JlAub9akvA4fvz69Y+E78ghCjwhY1RHM0lDVES+cIGhOmoKPyA8RkVEAmoRH7JL8P0pKqIwCgIhFbhtCswNOxKmqI4qPkgPShGnUwpuRV9eoVyBJ4migoeVzddK0+R7qIgY5QtwG44jIq5+BUovLJH0yr991KdDhYooIGGoZlJE3mwIdxGEv2Tq+2HgA1eElVyiSOXJ90syBfzsmL5zFxgocFtEkRYocHQVs7JmSgVhvVKZAQvKSbllF+4rwCtEKuowCCtntfPTd+dnpYySlP4H9tjv1ZP53URM3p1gz2GYRCf9sfNgjbtLa+69tZpvH6zVzZm1Wqys+eLNCfbISX/cPxuMb2uDVqM6+MkFePTb5/NPF62LnnXirC5r1vx2aY2dan/sLCarbq135Sx7nY8P1ur2tN+6qVnjy7PelagOmsOw3xyKfqNcRkX0tCVR/ev3pweyAHkXzug0kfPkXNcnHjyRkrYDCWgpiCaMOuWwViY+WQlOlmHZEX7FB5eSis2ImgrpZ1BsSxGAVDE+7T7CH4/WRncRkfB44O3jf9Wz9zhMTpcD7q3bjgq+aThUR5dWp2E1L1vPo6hxTygjEwaormQE/wh9VP+KXBoGjMSYawtFBH7ARAyQhDd4hK1PSPCFAqyb+vknHBA1ezxEXfRNf7iLqATXJpL4oEDqsr79KP5MfKNlF/4UcjEV0oGCJZZmmqDRsvEGiy2xxKO9WHy5F6ZAkoJNYikYMyQlYWYm8LXwxJ50GImcCwlEzcCMmgz21A1u355/8eZ+eR7s3NGLJTRhRTiHQmdoxkPGK+WXc3LKM80ZkYwaipYM1hkeSF/agSvVEYE5WZp2uqeBbHeeWkQuKZ+IBzOiNrgce9/L6w7AzM6WNPF4YuMyKUVP0AsdkMKMqkdoSUNzjJN8pLVFJBOCAVcp64Amz9vruAIOkjqFUXtsm5HipUQcTlWQqcF+r/bwpnuTiyLKw92YikIlzKajBLl2RDXsgAztoO91CGUQG5tIrjWmWNwZHvRo1qETMTFccY3cSaWNrC87w4JNpOIgzVS7M8xwz6bEOSydtuke2zqKfEKS/mhCUArLW88eMkmXhwFIquKCLcGnpiJs3bHoGn906wm9O8gYNZWCN7jcY25vg1h3JNg9uIYDLkygxz389yI/aDIRGXKncY7G5dhJ/0PdQ7UUcmEo029w/4Nc/wH43PDEO0HuN7dv7+E6chxixkOCyjtcdhch+g+LzahJWa+nW0Wc3kVaGnClH97KreX5E2koKyWofe5X55SRBtMpdShwZUbbBpf/QLYLOYsEacLLQq2fJL5yJT43NuNeP+LAyxlVgD8N1OjS7x303GfA4Vp4lBuKioy2l+F725rHoQJpqulTWp71TpcKL254m8RNEihiqultEjsp74D23HeQL3Q9Z2DokV8Gy31Y3tsyU1dY+GYXDClzT952rMrw3lmQMPPPUrkZa1NlPLimNM/JX26qmHCoMrQw2+CevUB1feVX2y4/zDjbVhiIgIGxp2MZDTccB8L1suygp0s2I9wlseHelUJf9wrCloJRYmrBuablvcuxOz9DuBcsUoU06M1Yypiv7a3eIQ0CRpObNdiLZEbFcvj+oTaxjnTmPWrYhVGUJMw2cZQwtTP2nPlsBLtwPguv/eawdxlfLhTCtAiDsZgyjzUCaVqmoVn5BpdjGsvJ1FhSCwyNiGNJOaijk1PQr+BkvcakKFzNccJt5vW9mw9XBdvUS7I3H672u8DNKYq0tCEQNzatDXtAOu/v7OPWp38dZnw9k0GPZ5/gCzDDGyqauBM//6aO3378BVb+O/I6PAAA\" /></Footer>{/* END_HRIS_COMPANY_FETCH_SUPPORTED_FIELDS */}","tags":["companies"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedCompanyList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/companies/{id}":{"get":{"operationId":"companies_retrieve","summary":"Retrieve","description":"Returns a `Company` object with the given `id`.{/* BEGIN_HRIS_COMPANY_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+Wbf2/aOBiAvwrynxU/RllvK9LpRKEUWAkZ0N26abJM8hIMjp06TmmY9t1PTgJt76bp6JlAub9akvA4fvz69Y+E78ghCjwhY1RHM0lDVES+cIGhOmoKPyA8RkVEAmoRH7JL8P0pKqIwCgIhFbhtCswNOxKmqI4qPkgPShGnUwpuRV9eoVyBJ4migoeVzddK0+R7qIgY5QtwG44jIq5+BUovLJH0yr991KdDhYooIGGoZlJE3mwIdxGEv2Tq+2HgA1eElVyiSOXJ90syBfzsmL5zFxgocFtEkRYocHQVs7JmSgVhvVKZAQvKSbllF+4rwCtEKuowCCtntfPTd+dnpYySlP4H9tjv1ZP53URM3p1gz2GYRCf9sfNgjbtLa+69tZpvH6zVzZm1Wqys+eLNCfbISX/cPxuMb2uDVqM6+MkFePTb5/NPF62LnnXirC5r1vx2aY2dan/sLCarbq135Sx7nY8P1ur2tN+6qVnjy7PelagOmsOw3xyKfqNcRkX0tCVR/ev3pweyAHkXzug0kfPkXNcnHjyRkrYDCWgpiCaMOuWwViY+WQlOlmHZEX7FB5eSis2ImgrpZ1BsSxGAVDE+7T7CH4/WRncRkfB44O3jf9Wz9zhMTpcD7q3bjgq+aThUR5dWp2E1L1vPo6hxTygjEwaormQE/wh9VP+KXBoGjMSYawtFBH7ARAyQhDd4hK1PSPCFAqyb+vknHBA1ezxEXfRNf7iLqATXJpL4oEDqsr79KP5MfKNlF/4UcjEV0oGCJZZmmqDRsvEGiy2xxKO9WHy5F6ZAkoJNYikYMyQlYWYm8LXwxJ50GImcCwlEzcCMmgz21A1u355/8eZ+eR7s3NGLJTRhRTiHQmdoxkPGK+WXc3LKM80ZkYwaipYM1hkeSF/agSvVEYE5WZp2uqeBbHeeWkQuKZ+IBzOiNrgce9/L6w7AzM6WNPF4YuMyKUVP0AsdkMKMqkdoSUNzjJN8pLVFJBOCAVcp64Amz9vruAIOkjqFUXtsm5HipUQcTlWQqcF+r/bwpnuTiyLKw92YikIlzKajBLl2RDXsgAztoO91CGUQG5tIrjWmWNwZHvRo1qETMTFccY3cSaWNrC87w4JNpOIgzVS7M8xwz6bEOSydtuke2zqKfEKS/mhCUArLW88eMkmXhwFIquKCLcGnpiJs3bHoGn906wm9O8gYNZWCN7jcY25vg1h3JNg9uIYDLkygxz389yI/aDIRGXKncY7G5dhJ/0PdQ7UUcmEo029w/4Nc/wH43PDEO0HuN7dv7+E6chxixkOCyjtcdhch+g+LzahJWa+nW0Wc3kVaGnClH97KreX5E2koKyWofe5X55SRBtMpdShwZUbbBpf/QLYLOYsEacLLQq2fJL5yJT43NuNeP+LAyxlVgD8N1OjS7x303GfA4Vp4lBuKioy2l+F725rHoQJpqulTWp71TpcKL254m8RNEihiqultEjsp74D23HeQL3Q9Z2DokV8Gy31Y3tsyU1dY+GYXDClzT952rMrw3lmQMPPPUrkZa1NlPLimNM/JX26qmHCoMrQw2+CevUB1feVX2y4/zDjbVhiIgIGxp2MZDTccB8L1suygp0s2I9wlseHelUJf9wrCloJRYmrBuablvcuxOz9DuBcsUoU06M1Yypiv7a3eIQ0CRpObNdiLZEbFcvj+oTaxjnTmPWrYhVGUJMw2cZQwtTP2nPlsBLtwPguv/eawdxlfLhTCtAiDsZgyjzUCaVqmoVn5BpdjGsvJ1FhSCwyNiGNJOaijk1PQr+BkvcakKFzNccJt5vW9mw9XBdvUS7I3H672u8DNKYq0tCEQNzatDXtAOu/v7OPWp38dZnw9k0GPZ5/gCzDDGyqauBM//6aO3378BVb+O/I6PAAA\" /></Footer>{/* END_HRIS_COMPANY_FETCH_SUPPORTED_FIELDS */}","tags":["companies"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Company"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/dependents":{"get":{"operationId":"dependents_list","summary":"List","description":"Returns a list of `Dependent` objects.{/* BEGIN_HRIS_DEPENDENT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA81U72/aMBD9Vyp/RCEZpWwr0jRRYNB2BEZhW1VV1hEficGxg+2UQtX/fQqEDrauWn9o68e7vHu+e/cuNyQAi6HSC1IlkeaGOCRWDAWpkgYmKBlKSxwCCfchxhxEr/aJQ0yaJEpbZJ84CmbaGsekSrwYdYjFVPIxR+ZlcI9Li6EGy5U03l1ZcbyqIw4RXE6R1YJApdI+RLQGFmGN/CXMPpus2QSMsZFWaRj1cZaieZAz60dgjNKCKDKw4G3VF/Wa4L5c1jlDgRZZAyw00GKQjZi/FVmbmKrnRSgSd/Wuy/DKQ+mBtjwQaLxK+XD/3WGlmLOsXv9IQ/GhVJjMRmr0rkDDQFBIC51BcO0Pjuf+JDzw6wfX/nJY8ZfTpT+ZvinQEAqdQafSHZyXu41aqXsPgJ69/X749ahxdOIXgmWz7E/O5/4gKHUGwXS0PC6ftIL5SfvLtb883+80hmV/0KyctFSpW++bTr2vOjXXJQ7Z3iSpXtxsJ3KDHEE8Uqrd30UfxxDilirrRUDCi0k6EjxwTdmFGJZKwty4gYq9GBkHb8NGz2YpaKSfVajcSRJutOdK3glPqqTpt2t+vdnYdUHtCriAkUBStTrF36xLqheEgUWqxnTEtY2IQzBOhFogEoeMuTaWymw8h4TZTWjikEjFSIUKVuNlwxpqbJrfi4CfFTFnTOAmSiIlkco0Hq1YNIq1mhFPVmGsLNLMCLsRTWDVVp7iLDtAI8lllpqlXCPrgYYYLepsnstb577lNGAxVjrAl1lOT4AdKx1vWN1EvoLF/HERj9X6Cfq2+3s90FauG3m+wu1+TvfP/b+j7V+ZlrPHqjU8be31EdjiZcQanraoWcsUIrTfz3r/1ZDPsd6TJf2m9JTB4mXvOyd9HecdvfL/7uXtD9IOPctVCQAA\" /></Footer>{/* END_HRIS_DEPENDENT_FETCH_SUPPORTED_FIELDS */}","tags":["dependents"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return dependents for this employee.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_sensitive_fields","in":"query","description":"Whether to include sensitive fields (such as social security numbers) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedDependentList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/dependents/{id}":{"get":{"operationId":"dependents_retrieve","summary":"Retrieve","description":"Returns a `Dependent` object with the given `id`.{/* BEGIN_HRIS_DEPENDENT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA81U72/aMBD9Vyp/RCEZpWwr0jRRYNB2BEZhW1VV1hEficGxg+2UQtX/fQqEDrauWn9o68e7vHu+e/cuNyQAi6HSC1IlkeaGOCRWDAWpkgYmKBlKSxwCCfchxhxEr/aJQ0yaJEpbZJ84CmbaGsekSrwYdYjFVPIxR+ZlcI9Li6EGy5U03l1ZcbyqIw4RXE6R1YJApdI+RLQGFmGN/CXMPpus2QSMsZFWaRj1cZaieZAz60dgjNKCKDKw4G3VF/Wa4L5c1jlDgRZZAyw00GKQjZi/FVmbmKrnRSgSd/Wuy/DKQ+mBtjwQaLxK+XD/3WGlmLOsXv9IQ/GhVJjMRmr0rkDDQFBIC51BcO0Pjuf+JDzw6wfX/nJY8ZfTpT+ZvinQEAqdQafSHZyXu41aqXsPgJ69/X749ahxdOIXgmWz7E/O5/4gKHUGwXS0PC6ftIL5SfvLtb883+80hmV/0KyctFSpW++bTr2vOjXXJQ7Z3iSpXtxsJ3KDHEE8Uqrd30UfxxDilirrRUDCi0k6EjxwTdmFGJZKwty4gYq9GBkHb8NGz2YpaKSfVajcSRJutOdK3glPqqTpt2t+vdnYdUHtCriAkUBStTrF36xLqheEgUWqxnTEtY2IQzBOhFogEoeMuTaWymw8h4TZTWjikEjFSIUKVuNlwxpqbJrfi4CfFTFnTOAmSiIlkco0Hq1YNIq1mhFPVmGsLNLMCLsRTWDVVp7iLDtAI8lllpqlXCPrgYYYLepsnstb577lNGAxVjrAl1lOT4AdKx1vWN1EvoLF/HERj9X6Cfq2+3s90FauG3m+wu1+TvfP/b+j7V+ZlrPHqjU8be31EdjiZcQanraoWcsUIrTfz3r/1ZDPsd6TJf2m9JTB4mXvOyd9HecdvfL/7uXtD9IOPctVCQAA\" /></Footer>{/* END_HRIS_DEPENDENT_FETCH_SUPPORTED_FIELDS */}","tags":["dependents"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_sensitive_fields","in":"query","description":"Whether to include sensitive fields (such as social security numbers) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dependent"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employee-payroll-runs":{"get":{"operationId":"employeePayrollRuns_list","summary":"List","description":"Returns a list of `EmployeePayrollRun` objects.{/* BEGIN_HRIS_EMPLOYEEPAYROLLRUN_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+1abU/jOBD+K5U/3aG+LLDcHpVOp9ICBbYh15e7RSsUTZ0hNU3s1HHoy2r/+8lJWhooC2XTwkK/JWP7set5nvF40m+EgkJHyDEpk55kAckTT9jokjI59HxXjBFNGEvhus2QkzwBnxngYdLbutkheRKEvi+kQvuIoWsHdYlXpExKHkoHCyFnVwztku5eYlyhI0ExwYPSbFjhKhpH8sRlvI92hVIRcvUjoLhjAeKed151c6BInvgQBKonRej0mjgIMfghpl6Pix5yBW7BBgWlufEFGQMssumV2+iiQrsGCmqokOqfmMzVU8oPyqVSD12/GM1btPGmhLwEUjHqYlDa293f+bS/V0hQotn/thz3r+2t60FXdD9tWQ51LQi3Gm06MtonQ+Pa+WhUP46MSWfPmPQnxnX/w5blwFaj3dg7b1/sntcq2+cLOlitP77s/3tQOzg1tujkcNe4vhgabbrdaNN+d3Kye3pMh6f1f0bG5GKnUevsGu3DvdNjsX1ebQaNalM0KsUiyZN5T5Ly12/zhoQglZqZa3aMdOcTDxyc25TYD+Czgh92XUaLwW4RPJgIDsOgSIVX8tBmUKrUTKvZMazWIASJRZ87001ngs92XLPWqFeM6mEt7f7KDTAXui6SspIh3uMsKX8lhyA5404RPE0ikp8ZMBGC5cdKsGQkhWmzRE8otLTPFlstH1SP5AnGTZouU0j9yG3dSz+mkRYgJCZma9UpkCoeealbBiGTaJsgwUOFUv+ky+/5hxzzn5D9KyEp5gwxzM5FM1jLEMNVOquGdhih6AX4wMeWPbWQ/FzrzHePNKdde9uB6y2bN6R9tNA+9dZzCaXGvp6zDaPbofrlgWFzTdJSMEpMycppD2l/SrDZJgRPoaMjRRDoyUiecFTJU3ryRyk7R9M8UTBCPV/I2SDUPEaudASWy1K4BuOIZtkw13RBXQnpTVFXzNhHOPkQ5SLVrzxI3WlKTZoQM0WpR1mUXs/zo1acjujjOVdHKbLx/C1oQYMWgtVFrMW7c6urNQX/4zBQIlvZRJBWvHUW02CbkL9qeWZ6RujH9AruWKazv/Rh8oAEpgfLklKos67oZiuFCPLXzE6fEPgXO3kJry3poNMwUEMh+0E2TprBJYmp9Vk4onjtb7LTTah65aHqXAJ1MVd1RWjn6qEHPFcFnylwcw3g4ERli9xv9Wrj92y0Ek+YHOrv9ji/bbx/Y1ljLp6E3+nrorWsORHQ5kXLyDxBWLfOxoFCWW9mJKIIbZUiWjcFl6HZspxazJBnB+Bn+d+EMe3hKKOkMAZLZRsvWllYU6x8bfWKX+eS9EqyDRPGrqBMjTPTQQw3rwTr87G3fWTzTW7x3vUyZ45W87aKDKYL3I6WkWGZIQFdiXbS1d3nfad6fnnSlMJlEDEvi/1K0NZ44c/oCH6b345+Xk4tcDBnovDdjL79aEArBpyyhI5aJ/Ts+p2V8eY9tkKBtypmrhVSikFwBFQJmVFxL42ZyjQO6BfhHH1YifDv+TOlvCfE0myvvUs6oy2ZgRnF2rZkHNWLpnOPxc47dRT9anFQ7GZhyFwUBJ/quJ/0S+fsOGdm9Y2zc3a8qeO91rtpVjW9TdJ9Vz9NBHuctYIsB6H+58Dc3FrfrJI2N9pHDif9H7/Mb7QJ6Buuj76mr0X0Nf0pcJk/A15+/x8f+7l7si4AAA==\" /></Footer>{/* END_HRIS_EMPLOYEEPAYROLLRUN_FETCH_SUPPORTED_FIELDS */}","tags":["employee-payroll-runs"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return employee payroll runs for this employee.","required":false,"schema":{"type":"string"}},{"name":"ended_after","in":"query","description":"If provided, will only return employee payroll runs ended after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"ended_before","in":"query","description":"If provided, will only return employee payroll runs ended before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeePayrollRunsGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"payroll_run_id","in":"query","description":"If provided, will only return employee payroll runs for this employee.","required":false,"schema":{"type":"string"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"started_after","in":"query","description":"If provided, will only return employee payroll runs started after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"started_before","in":"query","description":"If provided, will only return employee payroll runs started before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedEmployeePayrollRunList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employee-payroll-runs/{id}":{"get":{"operationId":"employeePayrollRuns_retrieve","summary":"Retrieve","description":"Returns an `EmployeePayrollRun` object with the given `id`.{/* BEGIN_HRIS_EMPLOYEEPAYROLLRUN_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+1abU/jOBD+K5U/3aG+LLDcHpVOp9ICBbYh15e7RSsUTZ0hNU3s1HHoy2r/+8lJWhooC2XTwkK/JWP7set5nvF40m+EgkJHyDEpk55kAckTT9jokjI59HxXjBFNGEvhus2QkzwBnxngYdLbutkheRKEvi+kQvuIoWsHdYlXpExKHkoHCyFnVwztku5eYlyhI0ExwYPSbFjhKhpH8sRlvI92hVIRcvUjoLhjAeKed151c6BInvgQBKonRej0mjgIMfghpl6Pix5yBW7BBgWlufEFGQMssumV2+iiQrsGCmqokOqfmMzVU8oPyqVSD12/GM1btPGmhLwEUjHqYlDa293f+bS/V0hQotn/thz3r+2t60FXdD9tWQ51LQi3Gm06MtonQ+Pa+WhUP46MSWfPmPQnxnX/w5blwFaj3dg7b1/sntcq2+cLOlitP77s/3tQOzg1tujkcNe4vhgabbrdaNN+d3Kye3pMh6f1f0bG5GKnUevsGu3DvdNjsX1ebQaNalM0KsUiyZN5T5Ly12/zhoQglZqZa3aMdOcTDxyc25TYD+Czgh92XUaLwW4RPJgIDsOgSIVX8tBmUKrUTKvZMazWIASJRZ87001ngs92XLPWqFeM6mEt7f7KDTAXui6SspIh3uMsKX8lhyA5404RPE0ikp8ZMBGC5cdKsGQkhWmzRE8otLTPFlstH1SP5AnGTZouU0j9yG3dSz+mkRYgJCZma9UpkCoeealbBiGTaJsgwUOFUv+ky+/5hxzzn5D9KyEp5gwxzM5FM1jLEMNVOquGdhih6AX4wMeWPbWQ/FzrzHePNKdde9uB6y2bN6R9tNA+9dZzCaXGvp6zDaPbofrlgWFzTdJSMEpMycppD2l/SrDZJgRPoaMjRRDoyUiecFTJU3ryRyk7R9M8UTBCPV/I2SDUPEaudASWy1K4BuOIZtkw13RBXQnpTVFXzNhHOPkQ5SLVrzxI3WlKTZoQM0WpR1mUXs/zo1acjujjOVdHKbLx/C1oQYMWgtVFrMW7c6urNQX/4zBQIlvZRJBWvHUW02CbkL9qeWZ6RujH9AruWKazv/Rh8oAEpgfLklKos67oZiuFCPLXzE6fEPgXO3kJry3poNMwUEMh+0E2TprBJYmp9Vk4onjtb7LTTah65aHqXAJ1MVd1RWjn6qEHPFcFnylwcw3g4ERli9xv9Wrj92y0Ek+YHOrv9ji/bbx/Y1ljLp6E3+nrorWsORHQ5kXLyDxBWLfOxoFCWW9mJKIIbZUiWjcFl6HZspxazJBnB+Bn+d+EMe3hKKOkMAZLZRsvWllYU6x8bfWKX+eS9EqyDRPGrqBMjTPTQQw3rwTr87G3fWTzTW7x3vUyZ45W87aKDKYL3I6WkWGZIQFdiXbS1d3nfad6fnnSlMJlEDEvi/1K0NZ44c/oCH6b345+Xk4tcDBnovDdjL79aEArBpyyhI5aJ/Ts+p2V8eY9tkKBtypmrhVSikFwBFQJmVFxL42ZyjQO6BfhHH1YifDv+TOlvCfE0myvvUs6oy2ZgRnF2rZkHNWLpnOPxc47dRT9anFQ7GZhyFwUBJ/quJ/0S+fsOGdm9Y2zc3a8qeO91rtpVjW9TdJ9Vz9NBHuctYIsB6H+58Dc3FrfrJI2N9pHDif9H7/Mb7QJ6Buuj76mr0X0Nf0pcJk/A15+/x8f+7l7si4AAA==\" /></Footer>{/* END_HRIS_EMPLOYEEPAYROLLRUN_FETCH_SUPPORTED_FIELDS */}","tags":["employee-payroll-runs"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeePayrollRunsIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployeePayrollRun"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employees":{"get":{"operationId":"employees_list","summary":"List","description":"Returns a list of `Employee` objects.{/* BEGIN_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}","tags":["employees"],"parameters":[{"name":"company_id","in":"query","description":"If provided, will only return employees for this company.","required":false,"schema":{"type":"string"}},{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"display_full_name","in":"query","description":"If provided, will only return employees with this display name.","required":false,"schema":{"type":"string"}},{"name":"employee_number","in":"query","description":"If provided, will only return employees with this employee number.","required":false,"schema":{"type":"string"}},{"name":"employment_status","in":"query","description":"If provided, will only return employees with this employment status.\n\n","required":false,"schema":{"$ref":"#/components/schemas/EmployeesGetParametersEmploymentStatus"}},{"name":"employment_type","in":"query","description":"If provided, will only return employees that have an employment of the specified employment type.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeesGetParametersExpandSchemaItems"}}},{"name":"first_name","in":"query","description":"If provided, will only return employees with this first name.","required":false,"schema":{"type":"string"}},{"name":"groups","in":"query","description":"If provided, will only return employees matching the group ids; multiple groups can be separated by commas.","required":false,"schema":{"type":"string"}},{"name":"home_location_id","in":"query","description":"If provided, will only return employees for this home location.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_sensitive_fields","in":"query","description":"Whether to include sensitive fields (such as social security numbers) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"job_title","in":"query","description":"If provided, will only return employees that have an employment of the specified job title.","required":false,"schema":{"type":"string"}},{"name":"last_name","in":"query","description":"If provided, will only return employees with this last name.","required":false,"schema":{"type":"string"}},{"name":"manager_id","in":"query","description":"If provided, will only return employees for this manager.","required":false,"schema":{"type":"string"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"pay_group_id","in":"query","description":"If provided, will only return employees for this pay group","required":false,"schema":{"type":"string"}},{"name":"personal_email","in":"query","description":"If provided, will only return Employees with this personal email","required":false,"schema":{"type":"string"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/EmployeesGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/EmployeesGetParametersShowEnumOrigins"}},{"name":"started_after","in":"query","description":"If provided, will only return employees that started after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"started_before","in":"query","description":"If provided, will only return employees that started before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"team_id","in":"query","description":"If provided, will only return employees for this team.","required":false,"schema":{"type":"string"}},{"name":"terminated_after","in":"query","description":"If provided, will only return employees that were terminated after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"terminated_before","in":"query","description":"If provided, will only return employees that were terminated before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"work_email","in":"query","description":"If provided, will only return Employees with this work email","required":false,"schema":{"type":"string"}},{"name":"work_location_id","in":"query","description":"If provided, will only return employees for this location.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedEmployeeList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employees/{id}":{"get":{"operationId":"employees_retrieve","summary":"Retrieve","description":"Returns an `Employee` object with the given `id`.{/* BEGIN_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}","tags":["employees"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmployeesIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_sensitive_fields","in":"query","description":"Whether to include sensitive fields (such as social security numbers) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/EmployeesIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/EmployeesIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Employee"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employees/ignore/{model_id}":{"post":{"operationId":"employees_ignoreCreate","summary":"Ignore Create","description":"Ignores a specific row based on the `model_id` in the url. These records will have their properties set to null, and will not be updated in future syncs. The \"reason\" and \"message\" fields in the request body will be stored for audit purposes.{/* BEGIN_HRIS_EMPLOYEE_CREATE_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"POST\" data=\"H4sIAAAAAAAAA9VXbU/jOBD+Kyd/rNJkocshKq1WhXZ52WvgoKBDK2RN42ni4tjBdoB2xX8/JU1LWtJS2HIvn1rbzzwznnlm3P4kAVgMlR6RJok0N8QhsWIoSJN04kSoESJxCCTchxgLDL3fJg4xaZIobZF94yiYOdI4IE3ixahDrKeSDzgyL4N7XFoMNViupPFmZvVBbkccIri8RdYKApVKu4poAqzDBLmwzI6NJQ5JwBgbaZWG0TnepWhWcmbxCIxRWhB1Bha8kn1dTwiq9rLIGQq0yNpgoY0Wg+yKha/I2sQ0PS9Ckbi5X5fhvYfSA215INB4O4297d29nXrBknv/SkPxZas2vOur/m6NhoGgkNa6veDR7x0/+MPws3/w+dEfX+7449uxP7z9VKMh1Lq97s5p77px2m5tnVYA6MXvf+1d7bf3T/xaMO40/OH1g98Ltrq94LY/Pm6cHAYPJ0d/Pvrj6+1u+7Lh9zo7J4dq6/Tg3HQPzlW35brEIeVKkuaPn+WNQiD7EPeVOjqfRx/HEGIpK5NCQMLrSdoXPHBNw4UYxkrCg3EDFXsxMg7elI1e3KWgkf6hQuUOk3Cae67kLPGkSfxW7/iqM6+B1j1wAX2BpGl1ii+ES5o/CNyDBZ2RgkWqBrTPtY2yNTeJgBEdpEJQmd3QIVj0BZVp3Edd2jGz75meqLFg0/m9fGUjyQNuR8QhA66NnRKHKFnOF6kYqVBBnrqsQeAZFIOEMEfFoLkF8ewmVn0ukCaRkqXgEtRGSRAUY+CCOERjrCxSzrImNhm/saAtze5OHGIR4vxDx1zmEUxPHpS+nbHki1mMNxntXco1sjPQEKNFnWe2ZHPz5FQJ5iiNAaTZjF4KsjXl0vGPWv5Bp/12wQQqTkCO3qSYN9Sfa5wmfa727yhwRWnfU8fSFdyh6lPLrcDFC5RjnXO8ymO1Ko6lRSH4pubIjO7DlfErE2SqkHdMhbcrIzWoC+tyk64WQDnmZ/9Laph9iNFmCjjh+k/29f/nJYARDbVKk3/9VVg6NV6EVQpiicrOchOuNqOzKdtUad/UFRzu9txEfsCoWPlULBNNtVDyupqFbC59CDZas9ef+Mvvh7+d6Q1V6PL7ITV5cT6kKP/sBPiVri+3c1HpQCNYZBTs6x1dPf/XlsPyPC3MuNIPBxwMsgrdz37czB0+J8uOksXT7LIJaq5YxYEu2N48TufWbmG6sJn9t9Qv97OCYsWuRrR068XBmCc0UAzne4AmWU6Nu48SB9zSC5RcaW5HtD1hr8Cug+kXfGaGZUuxDFmatw2dWk1FtQpsVqEQtOQyXIkZIEMNgg644DJ87o8KaJZEQXNdckktPFKNhrO5tqow02UQruPIBBGyVCCjkUr1MtAaOV3bY36pavTrTf+iqW+ebp7+Bm03jVrSEQAA\" /></Footer>{/* END_HRIS_EMPLOYEE_CREATE_SUPPORTED_FIELDS */}","tags":["employees"],"parameters":[{"name":"model_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"No response body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/employees_ignoreCreate_Response_200"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IgnoreCommonModelRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employees/meta/post":{"get":{"operationId":"employees_metaPostRetrieve","summary":"Meta Post Retrieve","description":"Returns metadata for `Employee` POSTs.{/* BEGIN_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_EMPLOYEE_FETCH_SUPPORTED_FIELDS */}","tags":["employees"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetaResponse"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employer-benefits":{"get":{"operationId":"employerBenefits_list","summary":"List","description":"Returns a list of `EmployerBenefit` objects.{/* BEGIN_HRIS_EMPLOYERBENEFIT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA82Va2/aMBSG/wryRxSSUsq6Ik0TJZRLS2A0bKuqyjLOIRicONhOuVT971MS6OhaUVWlXT/aPuc99nNe23eIEg2+kEtUQWPJFDJQIDzgqILqQcTFEuQphDBiGhmIRMwhAaxD8e0hMpCKo0hIDd4ZA+6ppoQRqiArAOlDIQ7ZiIFnJeEWCzX4kmgmQmU9pBVGaR4yEGfhFLwqpSIO9S6hLLBAssh/hsmySjYbEaX0WIrYH/dhFoPaqZnsh0MAoSa84BFNrK38gswEnptLdu4BBw2eTTSxQQNNjriuNdY6UhXLGgOPzLSu6cGtBaFFpGaUg7LKpZPD45NyYa2SVv+Off6tmJ/MhmJ4nMc+5ZjE+Y5LF47bmjsT/8ipHS2c1aDsrKYrZzI9yGOf5Dtup9x1r0pdu1rsPhOAL7/8Pvl5ap+2nTxd1UvO5GruuLTYcel0uGqV2g06bzd/LJzV1WHHHpQct15uN0SxW+urTq0vOlXTRAba7iSqXN9tT6wNUrV7uV9CTkdCUsg5Yv44rRUQH7bwZB0hEStE8ZAzaqqSSQKyEiGZK5OKwArAY8Sq2j38IIsdMceXs5hIMKPQ3zSCifChC4mNnWbVqdXtx5ao3hLGyZADqmgZwxMfo8o1GmbGxxEnIdbLCJCxmcu67sVpEUyFl6yFydFvDJQ4g0nwekSSADTIRO3m3niOk02W6Vn2g6fHiR4JGWxU/w8WRSWL0jJrJgmSQGjAzHstnwaEIBnNXZ65vf0w8jNFrEY6wip1Dw7apcVBa/BhuJ5YZ8/QYqXFfh2VSm5wsUTsU1y5XdySd/TxCEdEj98CtkeWdAyLPaHNxNYvGL4QvvgUTD+CIheU6eXeOGZy2yTxRSMonnnhexL9y3H35X6B5CvpDc4buT4Qb0/0BueNzbX2gTS/znrvieylD+Jtbru5/wNJGHdN0AoAAA==\" /></Footer>{/* END_HRIS_EMPLOYERBENEFIT_FETCH_SUPPORTED_FIELDS */}","tags":["employer-benefits"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedEmployerBenefitList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employer-benefits/{id}":{"get":{"operationId":"employerBenefits_retrieve","summary":"Retrieve","description":"Returns an `EmployerBenefit` object with the given `id`.{/* BEGIN_HRIS_EMPLOYERBENEFIT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA82Va2/aMBSG/wryRxSSUsq6Ik0TJZRLS2A0bKuqyjLOIRicONhOuVT971MS6OhaUVWlXT/aPuc99nNe23eIEg2+kEtUQWPJFDJQIDzgqILqQcTFEuQphDBiGhmIRMwhAaxD8e0hMpCKo0hIDd4ZA+6ppoQRqiArAOlDIQ7ZiIFnJeEWCzX4kmgmQmU9pBVGaR4yEGfhFLwqpSIO9S6hLLBAssh/hsmySjYbEaX0WIrYH/dhFoPaqZnsh0MAoSa84BFNrK38gswEnptLdu4BBw2eTTSxQQNNjriuNdY6UhXLGgOPzLSu6cGtBaFFpGaUg7LKpZPD45NyYa2SVv+Off6tmJ/MhmJ4nMc+5ZjE+Y5LF47bmjsT/8ipHS2c1aDsrKYrZzI9yGOf5Dtup9x1r0pdu1rsPhOAL7/8Pvl5ap+2nTxd1UvO5GruuLTYcel0uGqV2g06bzd/LJzV1WHHHpQct15uN0SxW+urTq0vOlXTRAba7iSqXN9tT6wNUrV7uV9CTkdCUsg5Yv44rRUQH7bwZB0hEStE8ZAzaqqSSQKyEiGZK5OKwArAY8Sq2j38IIsdMceXs5hIMKPQ3zSCifChC4mNnWbVqdXtx5ao3hLGyZADqmgZwxMfo8o1GmbGxxEnIdbLCJCxmcu67sVpEUyFl6yFydFvDJQ4g0nwekSSADTIRO3m3niOk02W6Vn2g6fHiR4JGWxU/w8WRSWL0jJrJgmSQGjAzHstnwaEIBnNXZ65vf0w8jNFrEY6wip1Dw7apcVBa/BhuJ5YZ8/QYqXFfh2VSm5wsUTsU1y5XdySd/TxCEdEj98CtkeWdAyLPaHNxNYvGL4QvvgUTD+CIheU6eXeOGZy2yTxRSMonnnhexL9y3H35X6B5CvpDc4buT4Qb0/0BueNzbX2gTS/znrvieylD+Jtbru5/wNJGHdN0AoAAA==\" /></Footer>{/* END_HRIS_EMPLOYERBENEFIT_FETCH_SUPPORTED_FIELDS */}","tags":["employer-benefits"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployerBenefit"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employments":{"get":{"operationId":"employments_list","summary":"List","description":"Returns a list of `Employment` objects.{/* BEGIN_HRIS_EMPLOYMENT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_EMPLOYMENT_FETCH_SUPPORTED_FIELDS */}","tags":["employments"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return employments for this employee.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmploymentsGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"order_by","in":"query","description":"Overrides the default ordering for this endpoint. Possible values include: effective_date, -effective_date.","required":false,"schema":{"$ref":"#/components/schemas/EmploymentsGetParametersOrderBy"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/EmploymentsGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/EmploymentsGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedEmploymentList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/employments/{id}":{"get":{"operationId":"employments_retrieve","summary":"Retrieve","description":"Returns an `Employment` object with the given `id`.{/* BEGIN_HRIS_EMPLOYMENT_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_EMPLOYMENT_FETCH_SUPPORTED_FIELDS */}","tags":["employments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/EmploymentsIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/EmploymentsIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/EmploymentsIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Employment"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/groups":{"get":{"operationId":"groups_list","summary":"List","description":"Returns a list of `Group` objects.{/* BEGIN_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}","tags":["groups"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/GroupsGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"is_commonly_used_as_team","in":"query","description":"If provided, specifies whether to return only Group objects which refer to a team in the third party platform. Note that this is an opinionated view based on how a team may be represented in the third party platform.","required":false,"schema":{"type":"string"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"names","in":"query","description":"If provided, will only return groups with these names. Multiple values can be separated by commas.","required":false,"schema":{"type":"string"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/GroupsGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/GroupsGetParametersShowEnumOrigins"}},{"name":"types","in":"query","description":"If provided, will only return groups of these types. Multiple values can be separated by commas.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedGroupList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/groups/{id}":{"get":{"operationId":"groups_retrieve","summary":"Retrieve","description":"Returns a `Group` object with the given `id`.{/* BEGIN_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}","tags":["groups"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/GroupsIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/GroupsIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/GroupsIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Group"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/groups/types":{"get":{"operationId":"groups_typesList","summary":"Get group types","description":"Returns a list of distinct group type values from the Groups common model.{/* BEGIN_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_GROUP_FETCH_SUPPORTED_FIELDS */}","tags":["groups"],"parameters":[{"name":"include_deleted_data","in":"query","description":"Whether to include data that was marked as deleted by third party webhooks.","required":false,"schema":{"type":"boolean"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/groups_typesList_Response_200"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/locations":{"get":{"operationId":"locations_list","summary":"List","description":"Returns a list of `Location` objects.{/* BEGIN_HRIS_LOCATION_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_LOCATION_FETCH_SUPPORTED_FIELDS */}","tags":["locations"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"location_type","in":"query","description":"If provided, will only return locations with this location type\n\n","required":false,"schema":{"$ref":"#/components/schemas/LocationsGetParametersLocationType"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/LocationsGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/LocationsGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedLocationList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/locations/{id}":{"get":{"operationId":"locations_retrieve","summary":"Retrieve","description":"Returns a `Location` object with the given `id`.{/* BEGIN_HRIS_LOCATION_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"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\" /></Footer>{/* END_HRIS_LOCATION_FETCH_SUPPORTED_FIELDS */}","tags":["locations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/LocationsIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/LocationsIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Location"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/pay-groups":{"get":{"operationId":"payGroups_list","summary":"List","description":"Returns a list of `PayGroup` objects.{/* BEGIN_HRIS_PAYGROUP_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92Xa2/iOBSG/wryRxSSUoadLdJoRUm5dUizEHamGlXRwTkEgxMH22kbRvPfR+HShd2qUqeBrfajnePXPo9fHzvfCQWNoZAZaZCZZIoYJBIBctIgLmQdKdKEGAQS5kCE2xj//pwYRKVJIqTGoM2QB6orcUoaxIpQhlhJYzZlGFh5uMVijaEEzUSsrKdhlel6HDEIZ/ECgyalIo31S0KbwApsIv/RzD8rTQySgFJ6JkUazoa4TFG9qJmvh2OEsQZeCUCDtTe+IjcCz/XlKw+Qo8bABg02aqR5itu5ZlonqmFZM+SJuZ7XDPDewtgCqRnlqKx67eL840W9slVZz/6HH/JP1fJ8ORGTj2U/pNyHtDzw6KPj9R6cefjBaX14dFbjurNarJz54qzsh1AeeIP6jXdbu7Gb1ZtnAvzRb18v/rq0L/tOma6uas789sHxaHXg0cVk1av1O/Sh3/3z0Vndng/scc3xrur9jqjetIZq0BqKQdM0iUH2d5I0vn3f79gapGm7peHYOQzuRRDiHpTNPkDCKkk64YyaqmZCBCsRw4MyqYisCAMGVtN2/eHY8UfLFCSaSRzuoDMRPxEnDXLldJtO68o+3P7mPTAOE46koWWK//IsaXwjEiOh0c/ZE2O/5SegZ393sYDc5Y1lyiQGLkiIUKPMNe5+GM+S4JxBTLHbGhRDw+Wgp0JG3eFO2lfHA4NRwkWWH4zc6QlkfphXAz/Os3slihauII6x1B0WQ2KrVzl6+ojPJG8c0TQ2ZFMhKRbrmJ3qUUidkE5boppphKgYPE9yxywwOyOd1kcdjFEyWhq1PbcYWOFG0VdTnWzrjh/1a49nvfHRD+CLtegtlFKlRbFHbS2548Nysf9TeeqNBL/HoFhkTK1FT1qcXp/6NS6gmLwXuIDj39wn94YLWQsSDSwuyB6Q0Y3eKWAdVJlfSJ0LynRWWOYbue295H8WofA/d6JqO4jfnWVeyWrUdEujlFJUqg1UC6mKgXaoeUDukn4VYfvMnCcnfia/4TR5kjmoi0HjSRajfuf1dXzdKbmyoNt4fN35ryvsrxEYIgRZ0Qz8EKH7+9I9/X/iMe+bL0IuAsiKfYt82Yi+kxft26jd/fgJJmwx3N8TAAA=\" /></Footer>{/* END_HRIS_PAYGROUP_FETCH_SUPPORTED_FIELDS */}","tags":["pay-groups"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPayGroupList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/pay-groups/{id}":{"get":{"operationId":"payGroups_retrieve","summary":"Retrieve","description":"Returns a `PayGroup` object with the given `id`.{/* BEGIN_HRIS_PAYGROUP_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92Xa2/iOBSG/wryRxSSUoadLdJoRUm5dUizEHamGlXRwTkEgxMH22kbRvPfR+HShd2qUqeBrfajnePXPo9fHzvfCQWNoZAZaZCZZIoYJBIBctIgLmQdKdKEGAQS5kCE2xj//pwYRKVJIqTGoM2QB6orcUoaxIpQhlhJYzZlGFh5uMVijaEEzUSsrKdhlel6HDEIZ/ECgyalIo31S0KbwApsIv/RzD8rTQySgFJ6JkUazoa4TFG9qJmvh2OEsQZeCUCDtTe+IjcCz/XlKw+Qo8bABg02aqR5itu5ZlonqmFZM+SJuZ7XDPDewtgCqRnlqKx67eL840W9slVZz/6HH/JP1fJ8ORGTj2U/pNyHtDzw6KPj9R6cefjBaX14dFbjurNarJz54qzsh1AeeIP6jXdbu7Gb1ZtnAvzRb18v/rq0L/tOma6uas789sHxaHXg0cVk1av1O/Sh3/3z0Vndng/scc3xrur9jqjetIZq0BqKQdM0iUH2d5I0vn3f79gapGm7peHYOQzuRRDiHpTNPkDCKkk64YyaqmZCBCsRw4MyqYisCAMGVtN2/eHY8UfLFCSaSRzuoDMRPxEnDXLldJtO68o+3P7mPTAOE46koWWK//IsaXwjEiOh0c/ZE2O/5SegZ393sYDc5Y1lyiQGLkiIUKPMNe5+GM+S4JxBTLHbGhRDw+Wgp0JG3eFO2lfHA4NRwkWWH4zc6QlkfphXAz/Os3slihauII6x1B0WQ2KrVzl6+ojPJG8c0TQ2ZFMhKRbrmJ3qUUidkE5boppphKgYPE9yxywwOyOd1kcdjFEyWhq1PbcYWOFG0VdTnWzrjh/1a49nvfHRD+CLtegtlFKlRbFHbS2548Nysf9TeeqNBL/HoFhkTK1FT1qcXp/6NS6gmLwXuIDj39wn94YLWQsSDSwuyB6Q0Y3eKWAdVJlfSJ0LynRWWOYbue295H8WofA/d6JqO4jfnWVeyWrUdEujlFJUqg1UC6mKgXaoeUDukn4VYfvMnCcnfia/4TR5kjmoi0HjSRajfuf1dXzdKbmyoNt4fN35ryvsrxEYIgRZ0Qz8EKH7+9I9/X/iMe+bL0IuAsiKfYt82Yi+kxft26jd/fgJJmwx3N8TAAA=\" /></Footer>{/* END_HRIS_PAYGROUP_FETCH_SUPPORTED_FIELDS */}","tags":["pay-groups"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PayGroup"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/payroll-runs":{"get":{"operationId":"payrollRuns_list","summary":"List","description":"Returns a list of `PayrollRun` objects.{/* BEGIN_HRIS_PAYROLLRUN_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA9WXb2/aOhTGvwrySwSklHF3izRd0VL+bYRcCHerpsoyziEYHDvYDhCmffcpBBD0VpNYQ9e9S+Ljx8nvPMc++YYoMeBLFaMamiqmUQEF0gOOasghsZKcDyKBCoiEzCYB7KLw8hoVkI7CUCoDXpMB93RbwQTVkBWA8qEYCTZh4FlJuMWEAV8Rw6TQ1mFacbKdhwqIMzEHr06pjIT5mVAaWCRp5JPbZFgbVEAh0dpMlYz86QAWEeifaibvwyEAYQgvesQQ62h+UaUCzz1L3twDDga8BjGkAQZo8om7tabGhLpmWVPgYWm7bsmDpQXCIsowykFb1crN9fubanGnsl39H+zzD+X8bDGW4/d57FOOSZTvuXRtu52VPfPf2Xfv1vZmVLU38409m1/lsU/yPbdX7bsPlX6jXu4/E4CHf325+e+2cdu183RzX7FnDyvbpeWeS+fjTafSbdFVt/3v2t48XPcao4rt3le7LVnu3w10724ge/VSCRXQcSZR7eu34wc7g9QbTu6zVPOJVBRytlydTusExIcjPGlGSMiKYTTmjJZ0pUQCspGCrHSJysAKwGPEqjccfJDFtlzh4SIiCkqh8PeJYFIcsoBq6N5u1+27+8apJepLwjgZc0A1oyL4n49R7SuiU6Bz7BEDqIAgCLmMAXCYVgRWkUhyD8LbhygIpAHMvKQsDFEmHXhMRhYRU+A5RJEADKhE//F74TlyDRJvvy4bYA4nZiJVsFd9S6ASo5/e4ZCY6ROSKhJYm3TiEdUCigRbREkQCJNUsjqXdAsEKEZzw6brZEPbTxWxnpgQ660zcdCtrK86o1cA/7wTj/kl1yYOn6A8F1ukjczWnVvJPTCWiP3ZPs2Ec2co+RK8bEkzvRV9a27cX2JBDFu+jFs30mYl1VxnQ+4gtztq8Cfpy9Is/E32PMOTZ3Lrx9qAag+ywZaq7Wr6InbLgNCxH8+k5ZCYTmGdUXWmYicO+6M3wF+vXofEXFJm4szIpnLHbPGnVlBueuItMT4gfPG5Maw7uWFEKWjdJNRIldFGeKp5wvOWfpF+8+oiu+IRql9n4ipmg8mGg6uYAPO6J+hlTsrRx1bOURn1cqOPrUvu9i8tq0xbswTcAIgXZ40O+0Dafy+ct4TwN7W/yW++R+Js29/Pqeir9iOXI3reP/Dj9x9Wme9+6RMAAA==\" /></Footer>{/* END_HRIS_PAYROLLRUN_FETCH_SUPPORTED_FIELDS */}","tags":["payroll-runs"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"ended_after","in":"query","description":"If provided, will only return payroll runs ended after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"ended_before","in":"query","description":"If provided, will only return payroll runs ended before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/PayrollRunsGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"run_type","in":"query","description":"If provided, will only return PayrollRun's with this status. Options: ('REGULAR', 'OFF_CYCLE', 'CORRECTION', 'TERMINATION', 'SIGN_ON_BONUS')\n\n","required":false,"schema":{"$ref":"#/components/schemas/PayrollRunsGetParametersRunType"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/PayrollRunsGetParametersShowEnumOrigins"}},{"name":"started_after","in":"query","description":"If provided, will only return payroll runs started after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"started_before","in":"query","description":"If provided, will only return payroll runs started before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedPayrollRunList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/payroll-runs/{id}":{"get":{"operationId":"payrollRuns_retrieve","summary":"Retrieve","description":"Returns a `PayrollRun` object with the given `id`.{/* BEGIN_HRIS_PAYROLLRUN_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA9WXb2/aOhTGvwrySwSklHF3izRd0VL+bYRcCHerpsoyziEYHDvYDhCmffcpBBD0VpNYQ9e9S+Ljx8nvPMc++YYoMeBLFaMamiqmUQEF0gOOasghsZKcDyKBCoiEzCYB7KLw8hoVkI7CUCoDXpMB93RbwQTVkBWA8qEYCTZh4FlJuMWEAV8Rw6TQ1mFacbKdhwqIMzEHr06pjIT5mVAaWCRp5JPbZFgbVEAh0dpMlYz86QAWEeifaibvwyEAYQgvesQQ62h+UaUCzz1L3twDDga8BjGkAQZo8om7tabGhLpmWVPgYWm7bsmDpQXCIsowykFb1crN9fubanGnsl39H+zzD+X8bDGW4/d57FOOSZTvuXRtu52VPfPf2Xfv1vZmVLU38409m1/lsU/yPbdX7bsPlX6jXu4/E4CHf325+e+2cdu183RzX7FnDyvbpeWeS+fjTafSbdFVt/3v2t48XPcao4rt3le7LVnu3w10724ge/VSCRXQcSZR7eu34wc7g9QbTu6zVPOJVBRytlydTusExIcjPGlGSMiKYTTmjJZ0pUQCspGCrHSJysAKwGPEqjccfJDFtlzh4SIiCkqh8PeJYFIcsoBq6N5u1+27+8apJepLwjgZc0A1oyL4n49R7SuiU6Bz7BEDqIAgCLmMAXCYVgRWkUhyD8LbhygIpAHMvKQsDFEmHXhMRhYRU+A5RJEADKhE//F74TlyDRJvvy4bYA4nZiJVsFd9S6ASo5/e4ZCY6ROSKhJYm3TiEdUCigRbREkQCJNUsjqXdAsEKEZzw6brZEPbTxWxnpgQ660zcdCtrK86o1cA/7wTj/kl1yYOn6A8F1ukjczWnVvJPTCWiP3ZPs2Ec2co+RK8bEkzvRV9a27cX2JBDFu+jFs30mYl1VxnQ+4gtztq8Cfpy9Is/E32PMOTZ3Lrx9qAag+ywZaq7Wr6InbLgNCxH8+k5ZCYTmGdUXWmYicO+6M3wF+vXofEXFJm4szIpnLHbPGnVlBueuItMT4gfPG5Maw7uWFEKWjdJNRIldFGeKp5wvOWfpF+8+oiu+IRql9n4ipmg8mGg6uYAPO6J+hlTsrRx1bOURn1cqOPrUvu9i8tq0xbswTcAIgXZ40O+0Dafy+ct4TwN7W/yW++R+Js29/Pqeir9iOXI3reP/Dj9x9Wme9+6RMAAA==\" /></Footer>{/* END_HRIS_PAYROLLRUN_FETCH_SUPPORTED_FIELDS */}","tags":["payroll-runs"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/PayrollRunsIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/PayrollRunsIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PayrollRun"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/time-off":{"get":{"operationId":"timeOff_list","summary":"List","description":"Returns a list of `TimeOff` objects.{/* BEGIN_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+2bbVPiSBDHv0pqXt1ZPOiynidVV1dI5EGXwELcXe9qK9VMmjCQZOJkIsLWfverPIDg6tbhDYger0zizD/xNz3dPT3jN0JBosPFlJTJULCQ5IjHbXRJmZjMw/ZgQHIEAmaAh1kT6/YdyZEwCgIuJNo1hq4dNgQOSJkUPRQO5iOfDRjaxbh5kfkSHQGScT8sLrrlB0k/kiMu88doVyjlkS9/JpQ2zEPa8sFt/OtQkhwJIAzlUPDIGXbxJsLwp5rx97jooS/BzdsgobjUPy9SgceexV9uo4sSbR0k6CiRxn9i9q6hlEFYLhaH6AaF5L0FG2+L6BdBSEZdDIvHpdN3J6fH+UwlefufluP+cXQwuunz/smB5VDXguigZdI7w2xOjJHz3qi+vzNmV8fGbDwzRuPDA8uBg5bZOm6b16W2XjlqP9LA6v325fTTmX52YRzQ2XnJGF1PDJMetUw67s+apYs6nVw0Pt4Zs+t3Lf2qZJjnxxd1ftSudsNWtctblUKB5MjySJLy39+WH2QGUtE7mn5eberNq9Zqj6YHDi6RSQcDApYPor7LaCEsFcCDGfdhEhYo94oe2gyKFb1j6UiZzSLP6t1EILAQ+M4cP+P+gj0pk3OjUTGq5/qqIVRugbnQd5GUpYjwB+sl5b8JBIHgtyhIjqAXuHyKuHRp+Vwm975tSebFlwI9LtGKh231zgpADu8fMTueLhKEnPcMJcgoNqDIZzIkX+OmNxETaHdAgIcSRfxJX7/nnkJs4J3U6uirQxwrWnX0N4rYi2fqZgBn09KS0wDV8/7MxXjABUXN4BN10BeylsEne/IPyZ+B1+e80VUDfK6WcbY+cIcXRsHezDPYAkEOURHrVGwZtVW7Pv3LGXmvHfnyreWDZLdP+5v04r7Vs/xPdQjCZYoGJhN7MAs26uw3G1g35/d1mCa+WQ34jgtywIU3V32zAfYmijugL+MsWzwbPqKrGDyi+2ahrw+4BlRywUAR5YXc9vzK68LN3XGoqUpl5jadqFrhFjP2pwn/uMxJQWU/50FwbW6RSIZJhY0mWlvF9TpsU2A4lAieIsxzua0saF5rdlFHHwWjWq9mdtRwd1JFKxzIIDNyy7so3R02r3ZzCF4grWgAc3Gq3A+nslajuxHQK+QUrUXW5cb6vK+YWSy5PS+8cw6g0Y2rP6FiqKnoPrjdY448AF8R5kxsexWk1xrdGpHH1CAfRh7L71O2B3wvolBO1LmPhdy+NvqoOV/iGNSQHuMY9iuQH/n6I642EiaSu0da9Wbgh4hSRaaZSO3D2WOU24MBowyT4VZAeiG3FfvcyF7GmmbaFkBd1Kouj2wtzqJ8rQoBk+BqLfDBSU5gaL80qq1fFSFOXrh78/+lE7P2NJQoVK1/U7U3THlNuh2YUi7UBrIg0XzDjJ9pyR3kgYvKKjmZmlWhFMN5HrzHvYRbhNxnqrK0TG2+3qjxT1A/Mfe873m74NswVetLMtHNVCmfV2xT4HW7iaoaUukXZgUHd3824gnkPXBQWRU9FrOWTqSU+pP3J629L1ilnUYohcRTwTl1etdr0svRq6P+yI7zmu6jV+lovSgJ++kpBkVFtVXNlaNwZ/QLd2qH2zkKt94G3NaWhD0M4wul8S3V/B9vKvWGEKAq+020LF0geGa8nZ/tKd9CbSDtsx3yFJuGytIvULSwW8htdZHxrJLkf5rgpmAGSq3R1ebTUw0/UzAfpXW0E9xeynteXda1juBL/5hwX0dTg/nqsj6f8Tacfjw83qUZ/9J+NsbfRbCnylk7CI3fbzq7eWLnpbHH1q58Ufw5Ff0JcaNiNj+db8a2/wXZDR2Q+vr9H1nKlHz+OQAA\" /></Footer>{/* END_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}","tags":["time-off"],"parameters":[{"name":"approver_id","in":"query","description":"If provided, will only return time off for this approver.","required":false,"schema":{"type":"string"}},{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return time off for this employee.","required":false,"schema":{"type":"string"}},{"name":"ended_after","in":"query","description":"If provided, will only return employees that ended after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"ended_before","in":"query","description":"If provided, will only return time-offs that ended before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimeOffGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/TimeOffGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"request_type","in":"query","description":"If provided, will only return TimeOff with this request type. Options: ('VACATION', 'SICK', 'PERSONAL', 'JURY_DUTY', 'VOLUNTEER', 'BEREAVEMENT', 'LEAVE')\n\n","required":false,"schema":{"$ref":"#/components/schemas/TimeOffGetParametersRequestType"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/TimeOffGetParametersShowEnumOrigins"}},{"name":"started_after","in":"query","description":"If provided, will only return time-offs that started after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"started_before","in":"query","description":"If provided, will only return time-offs that started before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","description":"If provided, will only return TimeOff with this status. Options: ('REQUESTED', 'APPROVED', 'DECLINED', 'CANCELLED', 'DELETED')\n\n","required":false,"schema":{"$ref":"#/components/schemas/TimeOffGetParametersStatus"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedTimeOffList"}}}}},"security":[{"tokenAuth":[]}]},"post":{"operationId":"timeOff_create","summary":"Create","description":"Creates a `TimeOff` object with the given values.{/* BEGIN_HRIS_TIMEOFF_CREATE_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"POST\" data=\"H4sIAAAAAAAAA+VXYW/qNhT9K5E/bQiS11JWFWmaKIHS6iWwkte96qmyLs4lGOI4tZ1SeOp/nwKhohvtqJaxTvsWO9fnOucc+958JwwMRlItSJNMFNekSoQMMSZNEnCB/fGYVAmk3AeBRQh9OCZVorM0lcpg2OUYh7qncEyaxBGoIqxlCR9zDJ083OGJwUiB4TLRzvOy2ni1jlRJzJMZhi3GZJaYt4DWgTVYR/5hmL/WhlRJClqbiZJZNLnG+wz1m5j5fmIUmBiIayEYcLbW19QaYNdcvvMQYzQYumDARYMs/8Qi18SYVDcdZ4Jxaq/y2iE+OJg4oAxnMWqnUT87Pj1r1AqUVfZfaBT/fFSZ3o/k6LRCIxZTyCpewB794HLuT6MTv33y6C+/NPzlbOlPZ58qNIKKF3iNfnBb77uto/6OADr86evZzbl7fuVX2LJT96e3cz9gR17AZqPlZf3qgs2ver8++svbY8/9UveDTuPqQh7129faa19Lr2XbpEq2lSTNb9+3JwqDtNyB9ZtUs7FUDC1fzl8uuxQQ4RY9a0Ug5bU0G8Wc2bpug4ClTGCubSaFIzDk4LTcAX2Gpb6c0+F9BgrtNIk2QnCZPKtAmqTj91p+u+O+tETrAXgMoxhJ06gM/+Rj0vxGQOSGIlWCIo3lAnHrkSbSrMZJSA0X+WNhCGoWaT7UBpTZvNMGTJZbJUu40eRuHc0VhgNQINCgylPePVV3kXkOYiRl77ocDjdoBXX0s4ykPU0/AH9CGqQ8LIfL7axbrNE0D9I7J22WaSMFfZH9FU1cWKxMWI4mgxjMWCqxQf0Yfn6/HvdZvgATk1+t6l0a7XWSXhGjq1BPDIIoR41nuIPcLpCmSj6s2Pp3D8q77rRXlOhlAiDR5ehQgB3uovowUvxNFfoKWIxWO5ZZaOUsJlYbUm4gtjxIIFo1OtYPvbb3YzlKrRNS/YGK8SGE2beu5OGr9LTYF5PhfkoOUGmZcFlSmSnQNieqK2/g4jT4/wj27pM0hAitsjqvHIxuNV710fzk1Psvsb8/6fv0UMPWwBpmjKHWXWBGqpLqxkvM7fJBz9lXGXU/Ha7fPbTD/9rS+f9TCItyG9cC9A0v+63g8qbzzzj5EK3qrn3sOhtPd0+/A/gvP8ZOEQAA\" /></Footer>{/* END_HRIS_TIMEOFF_CREATE_SUPPORTED_FIELDS */}","tags":["time-off"],"parameters":[{"name":"is_debug_mode","in":"query","description":"Whether to include debug fields (such as log file links) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"run_async","in":"query","description":"Whether or not third-party updates should be run asynchronously.","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeOffResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeOffEndpointRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/time-off/{id}":{"get":{"operationId":"timeOff_retrieve","summary":"Retrieve","description":"Returns a `TimeOff` object with the given `id`.{/* BEGIN_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+2bbVPiSBDHv0pqXt1ZPOiynidVV1dI5EGXwELcXe9qK9VMmjCQZOJkIsLWfverPIDg6tbhDYger0zizD/xNz3dPT3jN0JBosPFlJTJULCQ5IjHbXRJmZjMw/ZgQHIEAmaAh1kT6/YdyZEwCgIuJNo1hq4dNgQOSJkUPRQO5iOfDRjaxbh5kfkSHQGScT8sLrrlB0k/kiMu88doVyjlkS9/JpQ2zEPa8sFt/OtQkhwJIAzlUPDIGXbxJsLwp5rx97jooS/BzdsgobjUPy9SgceexV9uo4sSbR0k6CiRxn9i9q6hlEFYLhaH6AaF5L0FG2+L6BdBSEZdDIvHpdN3J6fH+UwlefufluP+cXQwuunz/smB5VDXguigZdI7w2xOjJHz3qi+vzNmV8fGbDwzRuPDA8uBg5bZOm6b16W2XjlqP9LA6v325fTTmX52YRzQ2XnJGF1PDJMetUw67s+apYs6nVw0Pt4Zs+t3Lf2qZJjnxxd1ftSudsNWtctblUKB5MjySJLy39+WH2QGUtE7mn5eberNq9Zqj6YHDi6RSQcDApYPor7LaCEsFcCDGfdhEhYo94oe2gyKFb1j6UiZzSLP6t1EILAQ+M4cP+P+gj0pk3OjUTGq5/qqIVRugbnQd5GUpYjwB+sl5b8JBIHgtyhIjqAXuHyKuHRp+Vwm975tSebFlwI9LtGKh231zgpADu8fMTueLhKEnPcMJcgoNqDIZzIkX+OmNxETaHdAgIcSRfxJX7/nnkJs4J3U6uirQxwrWnX0N4rYi2fqZgBn09KS0wDV8/7MxXjABUXN4BN10BeylsEne/IPyZ+B1+e80VUDfK6WcbY+cIcXRsHezDPYAkEOURHrVGwZtVW7Pv3LGXmvHfnyreWDZLdP+5v04r7Vs/xPdQjCZYoGJhN7MAs26uw3G1g35/d1mCa+WQ34jgtywIU3V32zAfYmijugL+MsWzwbPqKrGDyi+2ahrw+4BlRywUAR5YXc9vzK68LN3XGoqUpl5jadqFrhFjP2pwn/uMxJQWU/50FwbW6RSIZJhY0mWlvF9TpsU2A4lAieIsxzua0saF5rdlFHHwWjWq9mdtRwd1JFKxzIIDNyy7so3R02r3ZzCF4grWgAc3Gq3A+nslajuxHQK+QUrUXW5cb6vK+YWSy5PS+8cw6g0Y2rP6FiqKnoPrjdY448AF8R5kxsexWk1xrdGpHH1CAfRh7L71O2B3wvolBO1LmPhdy+NvqoOV/iGNSQHuMY9iuQH/n6I642EiaSu0da9Wbgh4hSRaaZSO3D2WOU24MBowyT4VZAeiG3FfvcyF7GmmbaFkBd1Kouj2wtzqJ8rQoBk+BqLfDBSU5gaL80qq1fFSFOXrh78/+lE7P2NJQoVK1/U7U3THlNuh2YUi7UBrIg0XzDjJ9pyR3kgYvKKjmZmlWhFMN5HrzHvYRbhNxnqrK0TG2+3qjxT1A/Mfe873m74NswVetLMtHNVCmfV2xT4HW7iaoaUukXZgUHd3824gnkPXBQWRU9FrOWTqSU+pP3J629L1ilnUYohcRTwTl1etdr0svRq6P+yI7zmu6jV+lovSgJ++kpBkVFtVXNlaNwZ/QLd2qH2zkKt94G3NaWhD0M4wul8S3V/B9vKvWGEKAq+020LF0geGa8nZ/tKd9CbSDtsx3yFJuGytIvULSwW8htdZHxrJLkf5rgpmAGSq3R1ebTUw0/UzAfpXW0E9xeynteXda1juBL/5hwX0dTg/nqsj6f8Tacfjw83qUZ/9J+NsbfRbCnylk7CI3fbzq7eWLnpbHH1q58Ufw5Ff0JcaNiNj+db8a2/wXZDR2Q+vr9H1nKlHz+OQAA\" /></Footer>{/* END_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}","tags":["time-off"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimeOffIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/TimeOffIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/TimeOffIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeOff"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/time-off/meta/post":{"get":{"operationId":"timeOff_metaPostRetrieve","summary":"Meta Post Retrieve","description":"Returns metadata for `TimeOff` POSTs.{/* BEGIN_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+2bbVPiSBDHv0pqXt1ZPOiynidVV1dI5EGXwELcXe9qK9VMmjCQZOJkIsLWfverPIDg6tbhDYger0zizD/xNz3dPT3jN0JBosPFlJTJULCQ5IjHbXRJmZjMw/ZgQHIEAmaAh1kT6/YdyZEwCgIuJNo1hq4dNgQOSJkUPRQO5iOfDRjaxbh5kfkSHQGScT8sLrrlB0k/kiMu88doVyjlkS9/JpQ2zEPa8sFt/OtQkhwJIAzlUPDIGXbxJsLwp5rx97jooS/BzdsgobjUPy9SgceexV9uo4sSbR0k6CiRxn9i9q6hlEFYLhaH6AaF5L0FG2+L6BdBSEZdDIvHpdN3J6fH+UwlefufluP+cXQwuunz/smB5VDXguigZdI7w2xOjJHz3qi+vzNmV8fGbDwzRuPDA8uBg5bZOm6b16W2XjlqP9LA6v325fTTmX52YRzQ2XnJGF1PDJMetUw67s+apYs6nVw0Pt4Zs+t3Lf2qZJjnxxd1ftSudsNWtctblUKB5MjySJLy39+WH2QGUtE7mn5eberNq9Zqj6YHDi6RSQcDApYPor7LaCEsFcCDGfdhEhYo94oe2gyKFb1j6UiZzSLP6t1EILAQ+M4cP+P+gj0pk3OjUTGq5/qqIVRugbnQd5GUpYjwB+sl5b8JBIHgtyhIjqAXuHyKuHRp+Vwm975tSebFlwI9LtGKh231zgpADu8fMTueLhKEnPcMJcgoNqDIZzIkX+OmNxETaHdAgIcSRfxJX7/nnkJs4J3U6uirQxwrWnX0N4rYi2fqZgBn09KS0wDV8/7MxXjABUXN4BN10BeylsEne/IPyZ+B1+e80VUDfK6WcbY+cIcXRsHezDPYAkEOURHrVGwZtVW7Pv3LGXmvHfnyreWDZLdP+5v04r7Vs/xPdQjCZYoGJhN7MAs26uw3G1g35/d1mCa+WQ34jgtywIU3V32zAfYmijugL+MsWzwbPqKrGDyi+2ahrw+4BlRywUAR5YXc9vzK68LN3XGoqUpl5jadqFrhFjP2pwn/uMxJQWU/50FwbW6RSIZJhY0mWlvF9TpsU2A4lAieIsxzua0saF5rdlFHHwWjWq9mdtRwd1JFKxzIIDNyy7so3R02r3ZzCF4grWgAc3Gq3A+nslajuxHQK+QUrUXW5cb6vK+YWSy5PS+8cw6g0Y2rP6FiqKnoPrjdY448AF8R5kxsexWk1xrdGpHH1CAfRh7L71O2B3wvolBO1LmPhdy+NvqoOV/iGNSQHuMY9iuQH/n6I642EiaSu0da9Wbgh4hSRaaZSO3D2WOU24MBowyT4VZAeiG3FfvcyF7GmmbaFkBd1Kouj2wtzqJ8rQoBk+BqLfDBSU5gaL80qq1fFSFOXrh78/+lE7P2NJQoVK1/U7U3THlNuh2YUi7UBrIg0XzDjJ9pyR3kgYvKKjmZmlWhFMN5HrzHvYRbhNxnqrK0TG2+3qjxT1A/Mfe873m74NswVetLMtHNVCmfV2xT4HW7iaoaUukXZgUHd3824gnkPXBQWRU9FrOWTqSU+pP3J629L1ilnUYohcRTwTl1etdr0svRq6P+yI7zmu6jV+lovSgJ++kpBkVFtVXNlaNwZ/QLd2qH2zkKt94G3NaWhD0M4wul8S3V/B9vKvWGEKAq+020LF0geGa8nZ/tKd9CbSDtsx3yFJuGytIvULSwW8htdZHxrJLkf5rgpmAGSq3R1ebTUw0/UzAfpXW0E9xeynteXda1juBL/5hwX0dTg/nqsj6f8Tacfjw83qUZ/9J+NsbfRbCnylk7CI3fbzq7eWLnpbHH1q58Ufw5Ff0JcaNiNj+db8a2/wXZDR2Q+vr9H1nKlHz+OQAA\" /></Footer>{/* END_HRIS_TIMEOFF_FETCH_SUPPORTED_FIELDS */}","tags":["time-off"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetaResponse"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/time-off-balances":{"get":{"operationId":"timeOffBalances_list","summary":"List","description":"Returns a list of `TimeOffBalance` objects.{/* BEGIN_HRIS_TIMEOFFBALANCE_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+WYbXPiNhDHv4pHr1oGcBIuTcNMp0MgQJJi3EDuLnOT8SzyYgSyZCQ5PNzcd+8YTIZc764ToqYkfWfJ0l/en3ZXK38mFAxGUi1IlYwU06RIYhkiJ1XSZzF2h8Mz4CAokiKBhHkQYz4yuD8iRaLTJJHKYNhkyEPdVjgkVeLGqCIspYINGYZuNtxlwmCkwDAptPswrTRczSNFwpmYYFijVKbC/EhoPbAE65FfNbPX2pAiSUBrM1IyjUbXOE1R/1Az+x6OMQoDvBSCAXdrfkmtBb7Vl315iBwNhg0w0ECDNDMxX2tkTKKrrjtCnpRX65ZDvHdRuKAMoxy1e1w5PTo5PS7lKqvVfw8i/tthYTwdyMFJIYgoDyAtdPp07vUvZt44eufV38295c2xt5wsvfHkoBBEUOj0O8fd/m2l26gddr8xIOj98vH0/Vnj7NIr0OV5xRvfzrw+Pez06WSwvKhctujssv3n3FveHnUaNxWvf3582ZKH3fq17tSvZadWLpMi2d5JUv30ebsjd5Baw3c8nBunheLxjIsYItwis94MSFgpSQec0bKulCGGpRQw02UqYzfGkIFba/hBphi0UAS9aQoKy4mINviZFA/sSZWce+2aVz9vPHaE2j0wDgOOpGpUin/zXlL9RAYP7o5xwuUCs8dEckYXgVkkWUthLA0G2UY9bgUJmBEpklRjSO6yV9OUKQx9UBCjQZWtcPel+D1iH6SaDKWi6HhyZg/bg2zgydmbZMcNKnB8WCjJuSVwK82cVvCHjOSbQnYG8UDK9rUdWBu1R7jGydvBVR+B4gzt0MrFvsL1Yt71j4DyLhbuCKsBi1W6sUPL52CGUsUb1f0NQ8GmaYYNhclKC/VUbk3JJ9qxFZMbbivVQL9E1t/FWZoyVSt8Fkxea72Mrbv6yRPxtFCgYtTpNfu+HUjRWjHQQ5PkqIL4sjI/uLj5j5HtnHDabCAHdqNmJbmnLrQjpDQGENoOplzsVZz3z/WurgLK0alzmYZOZrhw6pAwA9zpgIBodW10fmrXOz/bgbtecL/T2POx+rCoQ2KAWbog+rCga70XJ7eT+ai0FExaMj5X2wRkU76H1kn/7ToPBxHCwm7Oz0X/FWi71d9PpaIkZyCMJSy52v8iyfcgQmuldyYWbF3vKoPZu5POK7q4PIOhjzLhaJHjWnDDks57F/RqvJe35afiqvlOL6UUtW4CNVJZqs0ea25Hb3BGP8qoefAKoviJLG+uWo6vLB2mN1etfS++dgnPjNE1QriwTSmIENq/Tv29pfXcwyH7gW692viwFt1TaN8ndPflLyObOcc1HAAA\" /></Footer>{/* END_HRIS_TIMEOFFBALANCE_FETCH_SUPPORTED_FIELDS */}","tags":["time-off-balances"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return time off balances for this employee.","required":false,"schema":{"type":"string"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimeOffBalancesGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"policy_type","in":"query","description":"If provided, will only return TimeOffBalance with this policy type. Options: ('VACATION', 'SICK', 'PERSONAL', 'JURY_DUTY', 'VOLUNTEER', 'BEREAVEMENT')\n\n","required":false,"schema":{"$ref":"#/components/schemas/TimeOffBalancesGetParametersPolicyType"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/TimeOffBalancesGetParametersRemoteFields"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/TimeOffBalancesGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedTimeOffBalanceList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/time-off-balances/{id}":{"get":{"operationId":"timeOffBalances_retrieve","summary":"Retrieve","description":"Returns a `TimeOffBalance` object with the given `id`.{/* BEGIN_HRIS_TIMEOFFBALANCE_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA+WYbXPiNhDHv4pHr1oGcBIuTcNMp0MgQJJi3EDuLnOT8SzyYgSyZCQ5PNzcd+8YTIZc764ToqYkfWfJ0l/en3ZXK38mFAxGUi1IlYwU06RIYhkiJ1XSZzF2h8Mz4CAokiKBhHkQYz4yuD8iRaLTJJHKYNhkyEPdVjgkVeLGqCIspYINGYZuNtxlwmCkwDAptPswrTRczSNFwpmYYFijVKbC/EhoPbAE65FfNbPX2pAiSUBrM1IyjUbXOE1R/1Az+x6OMQoDvBSCAXdrfkmtBb7Vl315iBwNhg0w0ECDNDMxX2tkTKKrrjtCnpRX65ZDvHdRuKAMoxy1e1w5PTo5PS7lKqvVfw8i/tthYTwdyMFJIYgoDyAtdPp07vUvZt44eufV38295c2xt5wsvfHkoBBEUOj0O8fd/m2l26gddr8xIOj98vH0/Vnj7NIr0OV5xRvfzrw+Pez06WSwvKhctujssv3n3FveHnUaNxWvf3582ZKH3fq17tSvZadWLpMi2d5JUv30ebsjd5Baw3c8nBunheLxjIsYItwis94MSFgpSQec0bKulCGGpRQw02UqYzfGkIFba/hBphi0UAS9aQoKy4mINviZFA/sSZWce+2aVz9vPHaE2j0wDgOOpGpUin/zXlL9RAYP7o5xwuUCs8dEckYXgVkkWUthLA0G2UY9bgUJmBEpklRjSO6yV9OUKQx9UBCjQZWtcPel+D1iH6SaDKWi6HhyZg/bg2zgydmbZMcNKnB8WCjJuSVwK82cVvCHjOSbQnYG8UDK9rUdWBu1R7jGydvBVR+B4gzt0MrFvsL1Yt71j4DyLhbuCKsBi1W6sUPL52CGUsUb1f0NQ8GmaYYNhclKC/VUbk3JJ9qxFZMbbivVQL9E1t/FWZoyVSt8Fkxea72Mrbv6yRPxtFCgYtTpNfu+HUjRWjHQQ5PkqIL4sjI/uLj5j5HtnHDabCAHdqNmJbmnLrQjpDQGENoOplzsVZz3z/WurgLK0alzmYZOZrhw6pAwA9zpgIBodW10fmrXOz/bgbtecL/T2POx+rCoQ2KAWbog+rCga70XJ7eT+ai0FExaMj5X2wRkU76H1kn/7ToPBxHCwm7Oz0X/FWi71d9PpaIkZyCMJSy52v8iyfcgQmuldyYWbF3vKoPZu5POK7q4PIOhjzLhaJHjWnDDks57F/RqvJe35afiqvlOL6UUtW4CNVJZqs0ea25Hb3BGP8qoefAKoviJLG+uWo6vLB2mN1etfS++dgnPjNE1QriwTSmIENq/Tv29pfXcwyH7gW692viwFt1TaN8ndPflLyObOcc1HAAA\" /></Footer>{/* END_HRIS_TIMEOFFBALANCE_FETCH_SUPPORTED_FIELDS */}","tags":["time-off-balances"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimeOffBalancesIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"remote_fields","in":"query","description":"Deprecated. Use show_enum_origins.","required":false,"schema":{"$ref":"#/components/schemas/TimeOffBalancesIdGetParametersRemoteFields"}},{"name":"show_enum_origins","in":"query","description":"A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)","required":false,"schema":{"$ref":"#/components/schemas/TimeOffBalancesIdGetParametersShowEnumOrigins"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeOffBalance"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/timesheet-entries":{"get":{"operationId":"timesheetEntries_list","summary":"List","description":"Returns a list of `TimesheetEntry` objects.{/* BEGIN_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92WXW/aMBSG/wryJQrJKGVdkaaJAuOjIzAI7aqqig7JITHYcbCd8lH1v09poKNb1V00kybuYvv1e5znvI7yQDzQGAi5ITUSSqqIQbjwkZEacShHFSLqVqTlhhgEYmoDx53SvT8hBlFJHAup0f9KkfmqI3FGasTiKAMsJRGdUfStVG7RSGMgQVMRKet5W2n2tI8YhNFogX7d80QS6beMMmEJMuVvw3RZaWKQGJTSoRRJEI5wmaB60zM9D0OOkQZW8kGDdbC/JDOD1+bSk/vIUKPfBA1N1Oilr7irFWodq5plhchi86mu6eO9hZEFUlOPobKqlfOTs/NqaefyVP2LG7DP5eJ8ORXTs6IbeMyFpNh3vLXtdFf2PDi1G6drezup2tvF1p4vPhTdAIp9p18dODeVQbNeHrwicMcff5xfXTQvenbR27Yq9vxmZTteue94i+m2W+m1vVWv831tb29O+s1JxXZa1V5blAeNkeo3RqJfN01ikMNOktrtw+HELiAXwKdCdEYv1V0OAR5QyRoBMS3FyZRRz1QVEzhsRQQrZXqCWxx9CtbezR0vE5DofhOBMOdxsGdPRfQMntRIy+7U7Uar+TIF9XugDKYMSU3LBP+ILqndEuQxExtEYhCMfFdTnj6GIpHKXQm5QJ8YRCIXGt20Ty9Hbgw6/DVFU7HSIHVmdJeuLBMq0R+CBI4aZVr17tF4DWFndC3kQuVDcMhAz4TkO1Mzjo4b3hA2nuD5sss8/2N078CFUomIipyA7dz21/WruIL2mXP8oWMQ+bDJOXWZ6dHDG0OAhSGKmGE+AFNDNzPcB9Fbj7ve5fzoWTqS2qgLnVFhn6J8kDqSRqjd8r8B+Ddq74QyuWwXRgh+Tvdzctl2VRarAKHzaTk8+lilvw65f9+uM9Njgnf3+BOHzLr7Vw0AAA==\" /></Footer>{/* END_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}","tags":["timesheet-entries"],"parameters":[{"name":"created_after","in":"query","description":"If provided, will only return objects created after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"created_before","in":"query","description":"If provided, will only return objects created before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"employee_id","in":"query","description":"If provided, will only return timesheet entries for this employee.","required":false,"schema":{"type":"string"}},{"name":"ended_after","in":"query","description":"If provided, will only return timesheet entries ended after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"ended_before","in":"query","description":"If provided, will only return timesheet entries ended before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimesheetEntriesGetParametersExpandSchemaItems"}}},{"name":"include_deleted_data","in":"query","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).","required":false,"schema":{"type":"boolean"}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"modified_after","in":"query","description":"If provided, only objects synced by Merge after this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"modified_before","in":"query","description":"If provided, only objects synced by Merge before this date time will be returned.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"order_by","in":"query","description":"Overrides the default ordering for this endpoint. Possible values include: start_time, -start_time.","required":false,"schema":{"$ref":"#/components/schemas/TimesheetEntriesGetParametersOrderBy"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"remote_id","in":"query","description":"The API provider's ID for the given object.","required":false,"schema":{"type":"string"}},{"name":"started_after","in":"query","description":"If provided, will only return timesheet entries started after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"started_before","in":"query","description":"If provided, will only return timesheet entries started before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedTimesheetEntryList"}}}}},"security":[{"tokenAuth":[]}]},"post":{"operationId":"timesheetEntries_create","summary":"Create","description":"Creates a `TimesheetEntry` object with the given values.{/* BEGIN_HRIS_TIMESHEETENTRY_CREATE_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"POST\" data=\"H4sIAAAAAAAAA9WSX2/aMBTFv8p0H1FIRinrGmmaKDAoLYHRMK2qqujiXILBjoPtlELV7z4FaEW7rk9IU9/859xzr38+D8DQUqL0CnyYam7AAaliEuBDyCWZKZFtpVavwAHMeICSdsro7ggcMHmWKW0p/sFJxKajaQI+eJJ0QuU85RNOsVfIPZ5aSjRarlLjPZeVJ5s6cEDwdE5xnTGVp/Y9o62wjFvlq21xbSw4kKExdqpVnkyHtMjJvOtZzCNIUmpRlGO06O3Vl/XW4K2zYvKYBFmKm2ixSZZY8cRdr6m1mfE9b0oiczd93ZjuPEo91JYzQcarVU+PTk5r5Z3Lpvv3KBHfKqXZYqzGJ6UoYSLCvNQL2X0Qni+DWXIcNI7vg/WoFqzn62A2/1yKEiz1wl6tH15X+816pf+GILr68vv011nzrBuU2LpVDWbXyyBklV7I5uP1ebXbZstu5+d9sL4+6jVH1SBs1bptVek3hqbXGKpe3XXBgf2fBP/mYf9gF5AzlGOlOsOX6nOJCe1R2X4EZryc5WPBmWuqLkpcqxSXxmVKepJijt6TW3S1yFFTdKkS5c6y5Ik9V+kzePChFXTqQaPVfJmC+h1ygWNB4Fud01/RBf8GSGZCrYjAAUrjyHJZLKcq1yZaKj2nGBzQJJWliBdrY1Hbre62uFnkXFM8QI2SLOnXpq+c9qsfnbc4NnE1UZrRYTgOBNqJ0vLJ1c3Sj8bwH5wGuGJKH5ZStvGMzCZz/w/VIfCMLtqfhoTx6jCERhftHZYoIex8XQw+ZJJuH/8AGwa2df8GAAA=\" /></Footer>{/* END_HRIS_TIMESHEETENTRY_CREATE_SUPPORTED_FIELDS */}","tags":["timesheet-entries"],"parameters":[{"name":"is_debug_mode","in":"query","description":"Whether to include debug fields (such as log file links) in the response.","required":false,"schema":{"type":"boolean"}},{"name":"run_async","in":"query","description":"Whether or not third-party updates should be run asynchronously.","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimesheetEntryResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimesheetEntryEndpointRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/timesheet-entries/{id}":{"get":{"operationId":"timesheetEntries_retrieve","summary":"Retrieve","description":"Returns a `TimesheetEntry` object with the given `id`.{/* BEGIN_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92WXW/aMBSG/wryJQrJKGVdkaaJAuOjIzAI7aqqig7JITHYcbCd8lH1v09poKNb1V00kybuYvv1e5znvI7yQDzQGAi5ITUSSqqIQbjwkZEacShHFSLqVqTlhhgEYmoDx53SvT8hBlFJHAup0f9KkfmqI3FGasTiKAMsJRGdUfStVG7RSGMgQVMRKet5W2n2tI8YhNFogX7d80QS6beMMmEJMuVvw3RZaWKQGJTSoRRJEI5wmaB60zM9D0OOkQZW8kGDdbC/JDOD1+bSk/vIUKPfBA1N1Oilr7irFWodq5plhchi86mu6eO9hZEFUlOPobKqlfOTs/NqaefyVP2LG7DP5eJ8ORXTs6IbeMyFpNh3vLXtdFf2PDi1G6drezup2tvF1p4vPhTdAIp9p18dODeVQbNeHrwicMcff5xfXTQvenbR27Yq9vxmZTteue94i+m2W+m1vVWv831tb29O+s1JxXZa1V5blAeNkeo3RqJfN01ikMNOktrtw+HELiAXwKdCdEYv1V0OAR5QyRoBMS3FyZRRz1QVEzhsRQQrZXqCWxx9CtbezR0vE5DofhOBMOdxsGdPRfQMntRIy+7U7Uar+TIF9XugDKYMSU3LBP+ILqndEuQxExtEYhCMfFdTnj6GIpHKXQm5QJ8YRCIXGt20Ty9Hbgw6/DVFU7HSIHVmdJeuLBMq0R+CBI4aZVr17tF4DWFndC3kQuVDcMhAz4TkO1Mzjo4b3hA2nuD5sss8/2N078CFUomIipyA7dz21/WruIL2mXP8oWMQ+bDJOXWZ6dHDG0OAhSGKmGE+AFNDNzPcB9Fbj7ve5fzoWTqS2qgLnVFhn6J8kDqSRqjd8r8B+Ddq74QyuWwXRgh+Tvdzctl2VRarAKHzaTk8+lilvw65f9+uM9Njgnf3+BOHzLr7Vw0AAA==\" /></Footer>{/* END_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}","tags":["timesheet-entries"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"expand","in":"query","description":"Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.","required":false,"schema":{"type":"array","items":{"$ref":"#/components/schemas/TimesheetEntriesIdGetParametersExpandSchemaItems"}}},{"name":"include_remote_data","in":"query","description":"Whether to include the original data Merge fetched from the third-party to produce these models.","required":false,"schema":{"type":"boolean"}},{"name":"include_shell_data","in":"query","description":"Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimesheetEntry"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/timesheet-entries/meta/post":{"get":{"operationId":"timesheetEntries_metaPostRetrieve","summary":"Meta Post Retrieve","description":"Returns metadata for `TimesheetEntry` POSTs.{/* BEGIN_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}<Footer><MergeSupportedFieldsByIntegrationWidget requestType=\"GET\" data=\"H4sIAAAAAAAAA92WXW/aMBSG/wryJQrJKGVdkaaJAuOjIzAI7aqqig7JITHYcbCd8lH1v09poKNb1V00kybuYvv1e5znvI7yQDzQGAi5ITUSSqqIQbjwkZEacShHFSLqVqTlhhgEYmoDx53SvT8hBlFJHAup0f9KkfmqI3FGasTiKAMsJRGdUfStVG7RSGMgQVMRKet5W2n2tI8YhNFogX7d80QS6beMMmEJMuVvw3RZaWKQGJTSoRRJEI5wmaB60zM9D0OOkQZW8kGDdbC/JDOD1+bSk/vIUKPfBA1N1Oilr7irFWodq5plhchi86mu6eO9hZEFUlOPobKqlfOTs/NqaefyVP2LG7DP5eJ8ORXTs6IbeMyFpNh3vLXtdFf2PDi1G6drezup2tvF1p4vPhTdAIp9p18dODeVQbNeHrwicMcff5xfXTQvenbR27Yq9vxmZTteue94i+m2W+m1vVWv831tb29O+s1JxXZa1V5blAeNkeo3RqJfN01ikMNOktrtw+HELiAXwKdCdEYv1V0OAR5QyRoBMS3FyZRRz1QVEzhsRQQrZXqCWxx9CtbezR0vE5DofhOBMOdxsGdPRfQMntRIy+7U7Uar+TIF9XugDKYMSU3LBP+ILqndEuQxExtEYhCMfFdTnj6GIpHKXQm5QJ8YRCIXGt20Ty9Hbgw6/DVFU7HSIHVmdJeuLBMq0R+CBI4aZVr17tF4DWFndC3kQuVDcMhAz4TkO1Mzjo4b3hA2nuD5sss8/2N078CFUomIipyA7dz21/WruIL2mXP8oWMQ+bDJOXWZ6dHDG0OAhSGKmGE+AFNDNzPcB9Fbj7ve5fzoWTqS2qgLnVFhn6J8kDqSRqjd8r8B+Ddq74QyuWwXRgh+Tvdzctl2VRarAKHzaTk8+lilvw65f9+uM9Njgnf3+BOHzLr7Vw0AAA==\" /></Footer>{/* END_HRIS_TIMESHEETENTRY_FETCH_SUPPORTED_FIELDS */}","tags":["timesheet-entries"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetaResponse"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/account-details":{"get":{"operationId":"accountDetails_retrieve","summary":"Retrieve","description":"Get details for a linked account.","tags":["account-details"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountDetails"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/account-token/{public_token}":{"get":{"operationId":"accountToken_retrieve","summary":"Retrieve","description":"Returns the account token for the end user with the provided public token.","tags":["account-token"],"parameters":[{"name":"public_token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountToken"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/account-token/regenerate":{"post":{"operationId":"accountToken_regenerateCreate","summary":"Regenerate Create","description":"Exchange Linked Account account tokens.","tags":["account-token"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegenerateAccountToken"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/delete-account":{"post":{"operationId":"deleteAccount_delete","summary":"Delete","description":"Delete a linked account.","tags":["delete-account"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"No response body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/delete-account_delete_Response_200"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/issues":{"get":{"operationId":"issues_list","summary":"List","description":"Gets all issues for Organization.","tags":["issues"],"parameters":[{"name":"account_token","in":"query","required":false,"schema":{"type":"string"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"end_date","in":"query","description":"If included, will only include issues whose most recent action occurred before this time","required":false,"schema":{"type":"string"}},{"name":"end_user_organization_name","in":"query","required":false,"schema":{"type":"string"}},{"name":"first_incident_time_after","in":"query","description":"If provided, will only return issues whose first incident time was after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"first_incident_time_before","in":"query","description":"If provided, will only return issues whose first incident time was before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"include_muted","in":"query","description":"If true, will include muted issues","required":false,"schema":{"type":"string"}},{"name":"integration_name","in":"query","required":false,"schema":{"type":"string"}},{"name":"last_incident_time_after","in":"query","description":"If provided, will only return issues whose last incident time was after this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"last_incident_time_before","in":"query","description":"If provided, will only return issues whose last incident time was before this datetime.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"linked_account_id","in":"query","description":"If provided, will only include issues pertaining to the linked account passed in.","required":false,"schema":{"type":"string"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"start_date","in":"query","description":"If included, will only include issues whose most recent action occurred after this time","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"Status of the issue.","required":false,"schema":{"$ref":"#/components/schemas/IssuesGetParametersStatus"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedIssueList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/issues/{id}":{"get":{"operationId":"issues_retrieve","summary":"Retrieve","description":"Get a specific issue.","tags":["issues"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Issue"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/linked-accounts":{"get":{"operationId":"linkedAccounts_list","summary":"List","description":"List linked accounts for your organization.","tags":["linked-accounts"],"parameters":[{"name":"category","in":"query","description":"Options: `hris`, `ats`, `accounting`, `ticketing`, `crm`, `mktg`, `filestorage`, `knowledgebase`, `chat`","required":false,"schema":{"$ref":"#/components/schemas/LinkedAccountsGetParametersCategory"}},{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"end_user_email_address","in":"query","description":"If provided, will only return linked accounts associated with the given email address.","required":false,"schema":{"type":"string"}},{"name":"end_user_organization_name","in":"query","description":"If provided, will only return linked accounts associated with the given organization name.","required":false,"schema":{"type":"string"}},{"name":"end_user_origin_id","in":"query","description":"If provided, will only return linked accounts associated with the given origin ID.","required":false,"schema":{"type":"string"}},{"name":"end_user_origin_ids","in":"query","description":"Comma-separated list of EndUser origin IDs, making it possible to specify multiple EndUsers at once.","required":false,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"string","format":"uuid"}},{"name":"ids","in":"query","description":"Comma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once.","required":false,"schema":{"type":"string"}},{"name":"include_duplicates","in":"query","description":"If `true`, will include complete production duplicates of the account specified by the `id` query parameter in the response. `id` must be for a complete production linked account.","required":false,"schema":{"type":"boolean"}},{"name":"integration_name","in":"query","description":"If provided, will only return linked accounts associated with the given integration name.","required":false,"schema":{"type":"string"}},{"name":"is_test_account","in":"query","description":"If included, will only include test linked accounts. If not included, will only include non-test linked accounts.","required":false,"schema":{"type":"string"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"status","in":"query","description":"Filter by status. Options: `COMPLETE`, `IDLE`, `INCOMPLETE`, `RELINK_NEEDED`","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedAccountDetailsAndActionsList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/link-token":{"post":{"operationId":"linkToken_create","summary":"Create","description":"Creates a link token to be used when linking a new end user. The link token expires after single use.","tags":["link-token"],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkToken"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndUserDetailsRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/field-mappings":{"get":{"operationId":"fieldMapping_field_mappings_retrieve","summary":"Field Mappings Retrieve","description":"Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).","tags":["field-mapping"],"parameters":[{"name":"exclude_remote_field_metadata","in":"query","description":"If `true`, remote fields metadata is excluded from each field mapping instance (i.e. `remote_fields.remote_key_name` and `remote_fields.schema` will be null). This will increase the speed of the request since these fields require some calculations.","required":false,"schema":{"type":"boolean"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldMappingApiInstanceResponse"}}}}},"security":[{"tokenAuth":[]}]},"post":{"operationId":"field_mappings_create","summary":"Field Mappings Create","description":"Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.","parameters":[{"name":"exclude_remote_field_metadata","in":"query","description":"If `true`, remote fields metadata is excluded from each field mapping instance (i.e. `remote_fields.remote_key_name` and `remote_fields.schema` will be null). This will increase the speed of the request since these fields require some calculations.","required":false,"schema":{"type":"boolean"}},{"name":"remote_data_iteration_count","in":"query","description":"Number of common model instances to iterate through when fetching remote data for field mappings. Defaults to 250 if not provided.","required":false,"schema":{"type":"integer"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldMappingInstanceResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFieldMappingRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/field-mappings/{field_mapping_id}":{"delete":{"operationId":"field_mappings_destroy","summary":"Field Mappings Destroy","description":"Deletes Field Mappings for a Linked Account. All data related to this Field Mapping will be deleted and these changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.","parameters":[{"name":"field_mapping_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldMappingInstanceResponse"}}}}},"security":[{"tokenAuth":[]}]},"patch":{"operationId":"field_mappings_partial_update","summary":"Field Mappings Partial Update","description":"Create or update existing Field Mappings for a Linked Account. Changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.","parameters":[{"name":"field_mapping_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"remote_data_iteration_count","in":"query","description":"Number of common model instances to iterate through when fetching remote data for field mappings. Defaults to 250 if not provided.","required":false,"schema":{"type":"integer"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FieldMappingInstanceResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PatchedEditFieldMappingRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/remote-fields":{"get":{"operationId":"remote_fields_retrieve","summary":"Remote Fields Retrieve","description":"Get all remote fields for a Linked Account. Remote fields are third-party fields that are accessible after initial sync if remote_data is enabled. You can use remote fields to override existing Merge fields or map a new Merge field. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).","parameters":[{"name":"common_models","in":"query","description":"A comma seperated list of Common Model names. If included, will only return Remote Fields for those Common Models.","required":false,"schema":{"type":"string"}},{"name":"include_example_values","in":"query","description":"If true, will include example values, where available, for remote fields in the 3rd party platform. These examples come from active data from your customers.","required":false,"schema":{"type":"string"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteFieldAPIResponse"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/target-fields":{"get":{"operationId":"target_fields_retrieve","summary":"Target Fields Retrieve","description":"Get all organization-wide Target Fields, this will not include any Linked Account specific Target Fields. Organization-wide Target Fields are additional fields appended to the Merge Common Model for all Linked Accounts in a category. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/target-fields/).","parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalTargetFieldAPIResponse"}}}}},"security":[{"tokenAuth":[]}]},"post":{"operationId":"fieldMapping_target_fields_create","summary":"Target Fields Create","description":"Create a new organization-wide Target Field. Target Fields are custom fields that your organization defines to collect supplemental data from integrations. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/target-fields/).","tags":["field-mapping"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalTargetFieldAPIResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateTargetFieldRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/available-actions":{"get":{"operationId":"availableActions_retrieve","summary":"Retrieve","description":"Returns a list of models and actions available for an account.","tags":["availableActions"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableActions"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/default-scopes":{"get":{"operationId":"scopes_default_scopes_retrieve","summary":"Default Scopes Retrieve","description":"Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).","tags":["scopes"],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonModelScopeAPI"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/linked-account-scopes":{"get":{"operationId":"scopes_linked_account_scopes_retrieve","summary":"Linked Account Scopes Retrieve","description":"Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).","tags":["scopes"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonModelScopeAPI"}}}}},"security":[{"tokenAuth":[]}]},"post":{"operationId":"scopes_linked_account_scopes_create","summary":"Linked Account Scopes Create","description":"Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes)","tags":["scopes"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonModelScopeAPI"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedAccountCommonModelScopeDeserializerRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/sync-status/resync":{"post":{"operationId":"forceResync_sync_status_resync_create","summary":"Sync Status Resync Create","description":"Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers.","tags":["force-resync"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SyncStatus"}}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/passthrough":{"post":{"operationId":"passthrough_create","summary":"Create","description":"Pull data from an endpoint not currently supported by Merge.","tags":["passthrough"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataPassthroughRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/async-passthrough":{"post":{"operationId":"asyncPassthrough_create","summary":"Create","description":"Asynchronously pull data from an endpoint not currently supported by Merge.","tags":["async-passthrough"],"parameters":[{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AsyncPassthroughReciept"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataPassthroughRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/async-passthrough/{async_passthrough_receipt_id}":{"get":{"operationId":"asyncPassthrough_retrieve","summary":"Retrieve","description":"Retrieves data from earlier async-passthrough POST request","tags":["async-passthrough"],"parameters":[{"name":"async_passthrough_receipt_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteResponse"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/sync-status":{"get":{"operationId":"syncStatus_list","summary":"List","description":"Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).","tags":["sync-status"],"parameters":[{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"X-Account-Token","in":"header","description":"Token identifying the end user.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedSyncStatusList"}}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/generate-key":{"post":{"operationId":"generateKey_create","summary":"Create","description":"Create a remote key.","tags":["generate-key"],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteKey"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateRemoteKeyRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/regenerate-key":{"post":{"operationId":"regenerateKey_create","summary":"Create","description":"Exchange remote keys.","tags":["regenerate-key"],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteKey"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoteKeyForRegenerationRequest"}}}},"security":[{"tokenAuth":[]}]}},"/hris/v1/audit-trail":{"get":{"operationId":"auditTrail_list","summary":"List","description":"Gets a list of audit trail events.","tags":["audit-trail"],"parameters":[{"name":"cursor","in":"query","description":"The pagination cursor value.","required":false,"schema":{"type":"string"}},{"name":"end_date","in":"query","description":"If included, will only include audit trail events that occurred before this time","required":false,"schema":{"type":"string"}},{"name":"event_type","in":"query","description":"If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `REGENERATED_WEBHOOK_SIGNATURE`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED`, `CHANGED_SELECTIVE_SYNC_FILTERS`, `ADDED_PARTNER_CREDENTIALS`, `UPDATED_PARTNER_CREDENTIALS`, `REMOVED_PARTNER_CREDENTIALS`","required":false,"schema":{"type":"string"}},{"name":"page_size","in":"query","description":"Number of results to return per page. The maximum limit is 100.","required":false,"schema":{"type":"integer"}},{"name":"start_date","in":"query","description":"If included, will only include audit trail events that occurred after this time","required":false,"schema":{"type":"string"}},{"name":"user_email","in":"query","description":"If provided, this will return events associated with the specified user email. Please note that the email address reflects the user's email at the time of the event, and may not be their current email.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedAuditLogEventList"}}}}},"security":[{"tokenAuth":[]}]}}},"tags":[{"name":"bank-info"},{"name":"benefits"},{"name":"companies"},{"name":"dependents"},{"name":"employee-payroll-runs"},{"name":"employees"},{"name":"employer-benefits"},{"name":"employments"},{"name":"groups"},{"name":"locations"},{"name":"pay-groups"},{"name":"payroll-runs"},{"name":"time-off"},{"name":"time-off-balances"},{"name":"timesheet-entries"},{"name":"account-details"},{"name":"account-token"},{"name":"delete-account"},{"name":"issues"},{"name":"linked-accounts"},{"name":"link-token"},{"name":"field-mapping"},{"name":"availableActions"},{"name":"scopes"},{"name":"force-resync"},{"name":"passthrough"},{"name":"async-passthrough"},{"name":"sync-status"},{"name":"generate-key"},{"name":"regenerate-key"},{"name":"audit-trail"}],"servers":[{"url":"https://api.merge.dev/api","description":"Production"},{"url":"https://api-eu.merge.dev/api","description":"ProductionEU"},{"url":"https://api-ap.merge.dev/api","description":"ProductionAPSE1"}],"components":{"schemas":{"BankInfoGetParametersAccountType":{"type":"string","enum":["CHECKING","SAVINGS"],"title":"BankInfoGetParametersAccountType"},"BankInfoGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"BankInfoGetParametersExpandSchemaItems"},"BankInfoGetParametersOrderBy":{"type":"string","enum":["-remote_created_at","remote_created_at"],"title":"BankInfoGetParametersOrderBy"},"BankInfoGetParametersRemoteFields":{"type":"string","enum":["account_type"],"title":"BankInfoGetParametersRemoteFields"},"BankInfoGetParametersShowEnumOrigins":{"type":"string","enum":["account_type"],"title":"BankInfoGetParametersShowEnumOrigins"},"AccountTypeEnum":{"type":"string","enum":["SAVINGS","CHECKING"],"title":"AccountTypeEnum"},"BankInfoFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"BankInfoFieldMappings"},"RemoteData":{"type":"object","properties":{"path":{"type":"string","description":"The third-party API path that is being called."},"data":{"description":"The data returned from the third-party for this object in its original, unnormalized format."}},"required":["path"],"description":"# The RemoteData Object\n### Description\nThe `RemoteData` object is used to represent the full data pulled from the third-party API for an object.\n\n### Usage Example\nTODO","title":"RemoteData"},"BankInfo":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee with this bank account."},"account_number":{"type":["string","null"],"maxLength":100,"description":"The account number."},"routing_number":{"type":["string","null"],"description":"The routing number."},"bank_name":{"type":["string","null"],"description":"The bank name."},"account_type":{"oneOf":[{"$ref":"#/components/schemas/AccountTypeEnum"},{"type":"null"}],"description":"The bank account type"},"remote_created_at":{"type":["string","null"],"format":"date-time","description":"When the matching bank object was created in the third party system."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/BankInfoFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The BankInfo Object\n### Description\nThe `BankInfo` object is used to represent the Bank Account information for an Employee.\n\n### Usage Example\nFetch from the `LIST BankInfo` endpoint and filter by `ID` to show all bank information.","title":"BankInfo"},"PaginatedBankInfoList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/BankInfo"}}},"title":"PaginatedBankInfoList"},"BankInfoIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"BankInfoIdGetParametersExpandSchemaItems"},"BankInfoIdGetParametersRemoteFields":{"type":"string","enum":["account_type"],"title":"BankInfoIdGetParametersRemoteFields"},"BankInfoIdGetParametersShowEnumOrigins":{"type":"string","enum":["account_type"],"title":"BankInfoIdGetParametersShowEnumOrigins"},"BenefitsGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"BenefitsGetParametersExpandSchemaItems"},"BenefitFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"BenefitFieldMappings"},"Benefit":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee on the plan."},"provider_name":{"type":["string","null"],"description":"The name of the benefit provider."},"benefit_plan_type":{"type":["string","null"],"description":"The type of benefit plan","deprecated":true},"employee_contribution":{"type":["number","null"],"format":"double","description":"The employee's contribution."},"company_contribution":{"type":["number","null"],"format":"double","description":"The company's contribution."},"start_date":{"type":["string","null"],"format":"date-time","description":"The day and time the benefit started."},"end_date":{"type":["string","null"],"format":"date-time","description":"The day and time the benefit ended."},"employer_benefit":{"type":["string","null"],"format":"uuid","description":"The employer benefit plan the employee is enrolled in."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/BenefitFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Benefit Object\n### Description\nThe `Benefit` object is used to represent a benefit that an employee has enrolled in.\n\n### Usage Example\nFetch from the `LIST Benefits` endpoint and filter by `ID` to show all benefits.","title":"Benefit"},"PaginatedBenefitList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Benefit"}}},"title":"PaginatedBenefitList"},"BenefitsIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"BenefitsIdGetParametersExpandSchemaItems"},"CompanyFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"CompanyFieldMappings"},"Company":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"legal_name":{"type":["string","null"],"description":"The company's legal name."},"display_name":{"type":["string","null"],"description":"The company's display name."},"eins":{"type":["array","null"],"items":{"type":"string"},"description":"The company's Employer Identification Numbers."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/CompanyFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Company Object\n### Description\nThe `Company` object is used to represent a company within the HRIS / Payroll system.\n\n### Usage Example\nFetch from the `LIST Companies` endpoint and filter by `ID` to show all companies.","title":"Company"},"PaginatedCompanyList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Company"}}},"title":"PaginatedCompanyList"},"RelationshipEnum":{"type":"string","enum":["CHILD","SPOUSE","DOMESTIC_PARTNER"],"title":"RelationshipEnum"},"GenderEnum":{"type":"string","enum":["MALE","FEMALE","NON-BINARY","OTHER","PREFER_NOT_TO_DISCLOSE"],"title":"GenderEnum"},"DependentFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"DependentFieldMappings"},"Dependent":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"first_name":{"type":["string","null"],"maxLength":60,"description":"The dependents's first name."},"middle_name":{"type":["string","null"],"maxLength":60,"description":"The dependents's middle name."},"last_name":{"type":["string","null"],"maxLength":60,"description":"The dependents's last name."},"relationship":{"oneOf":[{"$ref":"#/components/schemas/RelationshipEnum"},{"type":"null"}],"description":"The dependent's relationship to the employee."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee this person is a dependent of."},"date_of_birth":{"type":["string","null"],"format":"date-time","description":"The dependent's date of birth."},"gender":{"oneOf":[{"$ref":"#/components/schemas/GenderEnum"},{"type":"null"}],"description":"The dependent's gender."},"phone_number":{"type":["string","null"],"maxLength":50,"description":"The dependent's phone number."},"home_location":{"type":["string","null"],"format":"uuid","description":"The dependents's home address."},"is_student":{"type":["boolean","null"],"description":"Whether or not the dependent is a student"},"ssn":{"type":["string","null"],"maxLength":50,"description":"The dependents's social security number."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/DependentFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Dependent Object\n### Description\nThe `Dependent` object is used to represent a dependent (e.g. child, spouse, domestic partner, etc) of an `Employee`\n\n### Usage Example\nFetch from the `LIST Dependents` endpoint and filter by `ID` to show all dependents.","title":"Dependent"},"PaginatedDependentList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Dependent"}}},"title":"PaginatedDependentList"},"EmployeePayrollRunsGetParametersExpandSchemaItems":{"type":"string","enum":["employee","payroll_run"],"title":"EmployeePayrollRunsGetParametersExpandSchemaItems"},"EarningTypeEnum":{"type":"string","enum":["SALARY","REIMBURSEMENT","OVERTIME","BONUS"],"title":"EarningTypeEnum"},"EarningFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"EarningFieldMappings"},"Earning":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee_payroll_run":{"type":["string","null"],"format":"uuid"},"amount":{"type":["number","null"],"format":"double","description":"The amount earned."},"type":{"oneOf":[{"$ref":"#/components/schemas/EarningTypeEnum"},{"type":"null"}],"description":"The type of earning."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/EarningFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Earning Object\n### Description\nThe `Earning` object is used to represent an array of different compensations that an employee receives within specific wage categories.\n\n### Usage Example\nFetch from the `LIST Earnings` endpoint and filter by `ID` to show all earnings.","title":"Earning"},"DeductionFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"DeductionFieldMappings"},"Deduction":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee_payroll_run":{"type":["string","null"],"format":"uuid"},"name":{"type":["string","null"],"description":"The deduction's name."},"employee_deduction":{"type":["number","null"],"format":"double","description":"The amount of money that is withheld from an employee's gross pay by the employee."},"company_deduction":{"type":["number","null"],"format":"double","description":"The amount of money that is withheld on behalf of an employee by the company."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/DeductionFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Deduction Object\n### Description\nThe `Deduction` object is used to represent an array of the wages withheld from total earnings for the purpose of paying taxes.\n\n### Usage Example\nFetch from the `LIST Deductions` endpoint and filter by `ID` to show all deductions.","title":"Deduction"},"TaxFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"TaxFieldMappings"},"Tax":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee_payroll_run":{"type":["string","null"],"format":"uuid"},"name":{"type":["string","null"],"description":"The tax's name."},"amount":{"type":["number","null"],"format":"double","description":"The tax amount."},"employer_tax":{"type":["boolean","null"],"description":"Whether or not the employer is responsible for paying the tax."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/TaxFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Tax Object\n### Description\nThe `Tax` object is used to represent an array of the tax deductions for a given employee's payroll run.\n\n### Usage Example\nFetch from the `LIST Taxes` endpoint and filter by `ID` to show all taxes.","title":"Tax"},"EmployeePayrollRunFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"EmployeePayrollRunFieldMappings"},"EmployeePayrollRun":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee whose payroll is being run."},"payroll_run":{"type":["string","null"],"format":"uuid","description":"The payroll being run."},"gross_pay":{"type":["number","null"],"format":"double","description":"The total earnings throughout a given period for an employee before any deductions are made."},"net_pay":{"type":["number","null"],"format":"double","description":"The take-home pay throughout a given period for an employee after deductions are made."},"start_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run started."},"end_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run ended."},"check_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run was checked."},"earnings":{"type":"array","items":{"$ref":"#/components/schemas/Earning"}},"deductions":{"type":"array","items":{"$ref":"#/components/schemas/Deduction"}},"taxes":{"type":"array","items":{"$ref":"#/components/schemas/Tax"}},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/EmployeePayrollRunFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The EmployeePayrollRun Object\n### Description\nThe `EmployeePayrollRun` object is used to represent an employee's pay statement for a specific payroll run.\n\n### Usage Example\nFetch from the `LIST EmployeePayrollRun` endpoint and filter by `ID` to show all employee payroll runs.","title":"EmployeePayrollRun"},"PaginatedEmployeePayrollRunList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/EmployeePayrollRun"}}},"title":"PaginatedEmployeePayrollRunList"},"EmployeePayrollRunsIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee","payroll_run"],"title":"EmployeePayrollRunsIdGetParametersExpandSchemaItems"},"EmployeesGetParametersEmploymentStatus":{"type":"string","enum":["ACTIVE","INACTIVE","PENDING"],"title":"EmployeesGetParametersEmploymentStatus"},"EmployeesGetParametersExpandSchemaItems":{"type":"string","enum":["company","employments","groups","home_location","manager","pay_group","team","work_location"],"title":"EmployeesGetParametersExpandSchemaItems"},"EmployeesGetParametersRemoteFields":{"type":"string","enum":["employment_status","employment_status,ethnicity","employment_status,ethnicity,gender","employment_status,ethnicity,gender,marital_status","employment_status,ethnicity,marital_status","employment_status,gender","employment_status,gender,marital_status","employment_status,marital_status","ethnicity","ethnicity,gender","ethnicity,gender,marital_status","ethnicity,marital_status","gender","gender,marital_status","marital_status"],"title":"EmployeesGetParametersRemoteFields"},"EmployeesGetParametersShowEnumOrigins":{"type":"string","enum":["employment_status","employment_status,ethnicity","employment_status,ethnicity,gender","employment_status,ethnicity,gender,marital_status","employment_status,ethnicity,marital_status","employment_status,gender","employment_status,gender,marital_status","employment_status,marital_status","ethnicity","ethnicity,gender","ethnicity,gender,marital_status","ethnicity,marital_status","gender","gender,marital_status","marital_status"],"title":"EmployeesGetParametersShowEnumOrigins"},"EthnicityEnum":{"type":"string","enum":["AMERICAN_INDIAN_OR_ALASKA_NATIVE","ASIAN_OR_INDIAN_SUBCONTINENT","BLACK_OR_AFRICAN_AMERICAN","HISPANIC_OR_LATINO","NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER","TWO_OR_MORE_RACES","WHITE","PREFER_NOT_TO_DISCLOSE"],"title":"EthnicityEnum"},"MaritalStatusEnum":{"type":"string","enum":["SINGLE","MARRIED_FILING_JOINTLY","MARRIED_FILING_SEPARATELY","HEAD_OF_HOUSEHOLD","QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD"],"title":"MaritalStatusEnum"},"EmploymentStatusEnum":{"type":"string","enum":["ACTIVE","PENDING","INACTIVE"],"title":"EmploymentStatusEnum"},"EmployeeFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"EmployeeFieldMappings"},"Employee":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee_number":{"type":["string","null"],"description":"The employee's number that appears in the third-party integration's UI."},"company":{"type":["string","null"],"format":"uuid","description":"The ID of the employee's company."},"first_name":{"type":["string","null"],"description":"The employee's first name."},"last_name":{"type":["string","null"],"description":"The employee's last name."},"preferred_name":{"type":["string","null"],"description":"The employee's preferred first name."},"display_full_name":{"type":["string","null"],"description":"The employee's full name, to use for display purposes. If a preferred first name is available, the full name will include the preferred first name."},"username":{"type":["string","null"],"description":"The employee's username that appears in the remote UI."},"groups":{"type":"array","items":{"type":"string","format":"uuid"}},"work_email":{"type":["string","null"],"format":"email","maxLength":254,"description":"The employee's work email."},"personal_email":{"type":["string","null"],"format":"email","maxLength":254,"description":"The employee's personal email."},"mobile_phone_number":{"type":["string","null"],"description":"The employee's mobile phone number."},"employments":{"type":"array","items":{"type":"string","format":"uuid"},"description":"Array of `Employment` IDs for this Employee."},"home_location":{"type":["string","null"],"format":"uuid","description":"The employee's home address."},"work_location":{"type":["string","null"],"format":"uuid","description":"The employee's work address."},"manager":{"type":["string","null"],"format":"uuid","description":"The employee ID of the employee's manager."},"team":{"type":["string","null"],"format":"uuid","description":"The employee's team.","deprecated":true},"pay_group":{"type":["string","null"],"format":"uuid","description":"The employee's pay group"},"ssn":{"type":["string","null"],"maxLength":100,"description":"The employee's social security number."},"gender":{"oneOf":[{"$ref":"#/components/schemas/GenderEnum"},{"type":"null"}],"description":"The employee's gender."},"ethnicity":{"oneOf":[{"$ref":"#/components/schemas/EthnicityEnum"},{"type":"null"}],"description":"The employee's ethnicity."},"marital_status":{"oneOf":[{"$ref":"#/components/schemas/MaritalStatusEnum"},{"type":"null"}],"description":"The employee's filing status as related to marital status."},"date_of_birth":{"type":["string","null"],"format":"date-time","description":"The employee's date of birth."},"hire_date":{"type":["string","null"],"format":"date-time","description":"The date that the employee was hired, usually the day that an offer letter is signed. If an employee has multiple hire dates from previous employments, this represents the most recent hire date. Note: If you're looking for the employee's start date, refer to the start_date field.","deprecated":true},"start_date":{"type":["string","null"],"format":"date-time","description":"The date that the employee started working. If an employee was rehired, the most recent start date will be returned."},"remote_created_at":{"type":["string","null"],"format":"date-time","description":"When the third party's employee was created."},"employment_status":{"oneOf":[{"$ref":"#/components/schemas/EmploymentStatusEnum"},{"type":"null"}],"description":"The employment status of the employee."},"termination_date":{"type":["string","null"],"format":"date-time","description":"The employee's termination date."},"avatar":{"type":["string","null"],"format":"uri","maxLength":2000,"description":"The URL of the employee's avatar image."},"employee_url":{"type":["string","null"],"format":"uri","maxLength":2000,"description":"The 3rd party URL of the employee."},"custom_fields":{"type":["object","null"],"additionalProperties":{"description":"Any type"},"description":"Custom fields configured for a given model."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/EmployeeFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Employee Object\n### Description\nThe `Employee` object is used to represent any person who has been employed by a company. By default, it returns all employees. To filter for only active employees, set the `employment_status` query parameter to `ACTIVE`.\n\n### Usage Example\nFetch from the `LIST Employee` endpoint and filter by `ID` to show all employees.","title":"Employee"},"PaginatedEmployeeList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Employee"}}},"title":"PaginatedEmployeeList"},"EmployeesIdGetParametersExpandSchemaItems":{"type":"string","enum":["company","employments","groups","home_location","manager","pay_group","team","work_location"],"title":"EmployeesIdGetParametersExpandSchemaItems"},"EmployeesIdGetParametersRemoteFields":{"type":"string","enum":["employment_status","employment_status,ethnicity","employment_status,ethnicity,gender","employment_status,ethnicity,gender,marital_status","employment_status,ethnicity,marital_status","employment_status,gender","employment_status,gender,marital_status","employment_status,marital_status","ethnicity","ethnicity,gender","ethnicity,gender,marital_status","ethnicity,marital_status","gender","gender,marital_status","marital_status"],"title":"EmployeesIdGetParametersRemoteFields"},"EmployeesIdGetParametersShowEnumOrigins":{"type":"string","enum":["employment_status","employment_status,ethnicity","employment_status,ethnicity,gender","employment_status,ethnicity,gender,marital_status","employment_status,ethnicity,marital_status","employment_status,gender","employment_status,gender,marital_status","employment_status,marital_status","ethnicity","ethnicity,gender","ethnicity,gender,marital_status","ethnicity,marital_status","gender","gender,marital_status","marital_status"],"title":"EmployeesIdGetParametersShowEnumOrigins"},"ReasonEnum":{"type":"string","enum":["GENERAL_CUSTOMER_REQUEST","GDPR","OTHER"],"title":"ReasonEnum"},"IgnoreCommonModelRequest":{"type":"object","properties":{"reason":{"$ref":"#/components/schemas/ReasonEnum"},"message":{"type":"string","minLength":1,"maxLength":256}},"required":["reason"],"title":"IgnoreCommonModelRequest"},"employees_ignoreCreate_Response_200":{"type":"object","properties":{},"description":"Empty response body","title":"employees_ignoreCreate_Response_200"},"LinkedAccountStatus":{"type":"object","properties":{"linked_account_status":{"type":"string"},"can_make_request":{"type":"boolean"}},"required":["linked_account_status","can_make_request"],"title":"LinkedAccountStatus"},"MetaResponse":{"type":"object","properties":{"request_schema":{"type":"object","additionalProperties":{"description":"Any type"}},"status":{"$ref":"#/components/schemas/LinkedAccountStatus"},"has_conditional_params":{"type":"boolean"},"has_required_linked_account_params":{"type":"boolean"},"remote_fields":{"type":"array","items":{"type":"string","format":"uuid"},"description":"Remote field values to populate"}},"required":["request_schema","has_conditional_params","has_required_linked_account_params"],"title":"MetaResponse"},"BenefitPlanTypeEnum":{"type":"string","enum":["MEDICAL","HEALTH_SAVINGS","INSURANCE","RETIREMENT","OTHER"],"title":"BenefitPlanTypeEnum"},"EmployerBenefitFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"EmployerBenefitFieldMappings"},"EmployerBenefit":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"benefit_plan_type":{"oneOf":[{"$ref":"#/components/schemas/BenefitPlanTypeEnum"},{"type":"null"}],"description":"The type of benefit plan."},"name":{"type":["string","null"],"maxLength":200,"description":"The employer benefit's name - typically the carrier or network name."},"description":{"type":["string","null"],"maxLength":2000,"description":"The employer benefit's description."},"deduction_code":{"type":["string","null"],"maxLength":60,"description":"The employer benefit's deduction code."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/EmployerBenefitFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The EmployerBenefit Object\n### Description\nThe `Employer Benefit` object is used to represent a benefit plan offered by a company.\n\n### Usage Example\nFetch from the `LIST EmployerBenefits` endpoint and filter by `ID` to show all EmployerBenefits.","title":"EmployerBenefit"},"PaginatedEmployerBenefitList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/EmployerBenefit"}}},"title":"PaginatedEmployerBenefitList"},"EmploymentsGetParametersExpandSchemaItems":{"type":"string","enum":["employee","pay_group"],"title":"EmploymentsGetParametersExpandSchemaItems"},"EmploymentsGetParametersOrderBy":{"type":"string","enum":["-effective_date","effective_date"],"title":"EmploymentsGetParametersOrderBy"},"EmploymentsGetParametersRemoteFields":{"type":"string","enum":["employment_type","employment_type,flsa_status","employment_type,flsa_status,pay_frequency","employment_type,flsa_status,pay_frequency,pay_period","employment_type,flsa_status,pay_period","employment_type,pay_frequency","employment_type,pay_frequency,pay_period","employment_type,pay_period","flsa_status","flsa_status,pay_frequency","flsa_status,pay_frequency,pay_period","flsa_status,pay_period","pay_frequency","pay_frequency,pay_period","pay_period"],"title":"EmploymentsGetParametersRemoteFields"},"EmploymentsGetParametersShowEnumOrigins":{"type":"string","enum":["employment_type","employment_type,flsa_status","employment_type,flsa_status,pay_frequency","employment_type,flsa_status,pay_frequency,pay_period","employment_type,flsa_status,pay_period","employment_type,pay_frequency","employment_type,pay_frequency,pay_period","employment_type,pay_period","flsa_status","flsa_status,pay_frequency","flsa_status,pay_frequency,pay_period","flsa_status,pay_period","pay_frequency","pay_frequency,pay_period","pay_period"],"title":"EmploymentsGetParametersShowEnumOrigins"},"PayPeriodEnum":{"type":"string","enum":["HOUR","DAY","WEEK","EVERY_TWO_WEEKS","SEMIMONTHLY","MONTH","QUARTER","EVERY_SIX_MONTHS","YEAR"],"title":"PayPeriodEnum"},"PayFrequencyEnum":{"type":"string","enum":["WEEKLY","BIWEEKLY","MONTHLY","QUARTERLY","SEMIANNUALLY","ANNUALLY","THIRTEEN-MONTHLY","PRO_RATA","SEMIMONTHLY"],"title":"PayFrequencyEnum"},"PayCurrencyEnum":{"type":"string","enum":["XUA","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"],"description":"The currency code in ISO 4217 format.","title":"PayCurrencyEnum"},"FlsaStatusEnum":{"type":"string","enum":["EXEMPT","SALARIED_NONEXEMPT","NONEXEMPT","OWNER"],"title":"FlsaStatusEnum"},"EmploymentTypeEnum":{"type":"string","enum":["FULL_TIME","PART_TIME","INTERN","CONTRACTOR","FREELANCE"],"title":"EmploymentTypeEnum"},"EmploymentFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"EmploymentFieldMappings"},"Employment":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee holding this position."},"job_title":{"type":["string","null"],"description":"The position's title."},"pay_rate":{"type":["number","null"],"format":"double","description":"The position's pay rate."},"pay_period":{"oneOf":[{"$ref":"#/components/schemas/PayPeriodEnum"},{"type":"null"}],"description":"The time period this pay rate encompasses."},"pay_frequency":{"oneOf":[{"$ref":"#/components/schemas/PayFrequencyEnum"},{"type":"null"}],"description":"The position's pay frequency."},"pay_currency":{"oneOf":[{"$ref":"#/components/schemas/PayCurrencyEnum"},{"type":"null"}],"description":"The position's currency code. The currency code in ISO 4217 format."},"pay_group":{"type":["string","null"],"format":"uuid","description":"The employment's pay group"},"flsa_status":{"oneOf":[{"$ref":"#/components/schemas/FlsaStatusEnum"},{"type":"null"}],"description":"The position's FLSA status."},"effective_date":{"type":["string","null"],"format":"date-time","description":"The position's effective date."},"employment_type":{"oneOf":[{"$ref":"#/components/schemas/EmploymentTypeEnum"},{"type":"null"}],"description":"The position's type of employment."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/EmploymentFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Employment Object\n### Description\nThe `Employment` object is used to represent a job position at a company.\n\nIf an integration supports historical tracking of employments, it will be reflected in the data. If not, a new `Employment` object will be created whenever there is a change in job title or pay. The `effective_date` field should be used to order `Employment` objects, with the most recent date corresponding to the latest employment record for an employee.\n\n### Usage Example\nFetch from the `LIST Employments` endpoint and filter by `ID` to show all employees.","title":"Employment"},"PaginatedEmploymentList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Employment"}}},"title":"PaginatedEmploymentList"},"EmploymentsIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee","pay_group"],"title":"EmploymentsIdGetParametersExpandSchemaItems"},"EmploymentsIdGetParametersRemoteFields":{"type":"string","enum":["employment_type","employment_type,flsa_status","employment_type,flsa_status,pay_frequency","employment_type,flsa_status,pay_frequency,pay_period","employment_type,flsa_status,pay_period","employment_type,pay_frequency","employment_type,pay_frequency,pay_period","employment_type,pay_period","flsa_status","flsa_status,pay_frequency","flsa_status,pay_frequency,pay_period","flsa_status,pay_period","pay_frequency","pay_frequency,pay_period","pay_period"],"title":"EmploymentsIdGetParametersRemoteFields"},"EmploymentsIdGetParametersShowEnumOrigins":{"type":"string","enum":["employment_type","employment_type,flsa_status","employment_type,flsa_status,pay_frequency","employment_type,flsa_status,pay_frequency,pay_period","employment_type,flsa_status,pay_period","employment_type,pay_frequency","employment_type,pay_frequency,pay_period","employment_type,pay_period","flsa_status","flsa_status,pay_frequency","flsa_status,pay_frequency,pay_period","flsa_status,pay_period","pay_frequency","pay_frequency,pay_period","pay_period"],"title":"EmploymentsIdGetParametersShowEnumOrigins"},"GroupsGetParametersExpandSchemaItems":{"type":"string","enum":["parent_group"],"title":"GroupsGetParametersExpandSchemaItems"},"GroupsGetParametersRemoteFields":{"type":"string","enum":["type"],"title":"GroupsGetParametersRemoteFields"},"GroupsGetParametersShowEnumOrigins":{"type":"string","enum":["type"],"title":"GroupsGetParametersShowEnumOrigins"},"GroupTypeEnum":{"type":"string","enum":["TEAM","DEPARTMENT","COST_CENTER","BUSINESS_UNIT","GROUP"],"title":"GroupTypeEnum"},"GroupFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"GroupFieldMappings"},"Group":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"parent_group":{"type":["string","null"],"format":"uuid","description":"The parent group for this group."},"name":{"type":["string","null"],"description":"The group name."},"type":{"oneOf":[{"$ref":"#/components/schemas/GroupTypeEnum"},{"type":"null"}],"description":"The Group type returned directly from the third-party."},"is_commonly_used_as_team":{"type":["boolean","null"],"description":"Indicates whether the Group refers to a team in the third party platform. Note that this is an opinionated view based on how Merge observes most organizations representing teams in each third party platform. If your customer uses a platform different from most, there is a chance this will not be correct."},"group_url":{"type":["string","null"],"format":"uri","maxLength":2000,"description":"The 3rd party URL of the group."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/GroupFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Group Object\n### Description\nThe `Group` object is used to represent any subset of employees across, for example, `DEPARTMENT` or `TEAM`. Employees can be in multiple Groups.\n\n### Usage Example\nFetch from the `LIST Employee` endpoint and expand groups to view an employee's groups.","title":"Group"},"PaginatedGroupList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Group"}}},"title":"PaginatedGroupList"},"GroupsIdGetParametersExpandSchemaItems":{"type":"string","enum":["parent_group"],"title":"GroupsIdGetParametersExpandSchemaItems"},"GroupsIdGetParametersRemoteFields":{"type":"string","enum":["type"],"title":"GroupsIdGetParametersRemoteFields"},"GroupsIdGetParametersShowEnumOrigins":{"type":"string","enum":["type"],"title":"GroupsIdGetParametersShowEnumOrigins"},"groups_typesList_Response_200":{"type":"object","properties":{"types":{"type":"array","items":{"type":"string"},"description":"List of distinct group types"}},"title":"groups_typesList_Response_200"},"LocationsGetParametersLocationType":{"type":"string","enum":["HOME","WORK"],"title":"LocationsGetParametersLocationType"},"LocationsGetParametersRemoteFields":{"type":"string","enum":["country","country,location_type","location_type"],"title":"LocationsGetParametersRemoteFields"},"LocationsGetParametersShowEnumOrigins":{"type":"string","enum":["country","country,location_type","location_type"],"title":"LocationsGetParametersShowEnumOrigins"},"CountryEnum":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MK","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","KR","SS","ES","LK","SD","SR","SJ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"],"description":"The country code in ISO 3166-1 alpha-2 format.","title":"CountryEnum"},"LocationTypeEnum":{"type":"string","enum":["HOME","WORK"],"title":"LocationTypeEnum"},"LocationFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"LocationFieldMappings"},"Location":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"name":{"type":["string","null"],"description":"The location's name."},"phone_number":{"type":["string","null"],"description":"The location's phone number."},"street_1":{"type":["string","null"],"description":"Line 1 of the location's street address."},"street_2":{"type":["string","null"],"description":"Line 2 of the location's street address."},"city":{"type":["string","null"],"description":"The location's city."},"state":{"type":["string","null"],"description":"The location's state. Represents a region if outside of the US."},"zip_code":{"type":["string","null"],"description":"The location's zip code or postal code."},"country":{"oneOf":[{"$ref":"#/components/schemas/CountryEnum"},{"type":"null"}],"description":"The location's country. The country code in ISO 3166-1 alpha-2 format."},"location_type":{"oneOf":[{"$ref":"#/components/schemas/LocationTypeEnum"},{"type":"null"}],"description":"The location's type. Can be either WORK or HOME"},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/LocationFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Location Object\n### Description\nThe `Location` object is used to represent an address that can be associated with an employee.\n\n### Usage Example\nFetch from the `LIST Locations` endpoint and filter by `ID` to show all office locations.","title":"Location"},"PaginatedLocationList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Location"}}},"title":"PaginatedLocationList"},"LocationsIdGetParametersRemoteFields":{"type":"string","enum":["country","country,location_type","location_type"],"title":"LocationsIdGetParametersRemoteFields"},"LocationsIdGetParametersShowEnumOrigins":{"type":"string","enum":["country","country,location_type","location_type"],"title":"LocationsIdGetParametersShowEnumOrigins"},"PayGroupFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"PayGroupFieldMappings"},"PayGroup":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"pay_group_name":{"type":["string","null"],"description":"The pay group name."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/PayGroupFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The PayGroup Object\n### Description\nThe `PayGroup` object is used to represent a subset of employees that are put together for payroll processing purposes.\n\n### Usage Example\nFetch from the `LIST PayGroup` endpoint and filter by `ID` to show all pay group information.","title":"PayGroup"},"PaginatedPayGroupList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/PayGroup"}}},"title":"PaginatedPayGroupList"},"PayrollRunsGetParametersRemoteFields":{"type":"string","enum":["run_state","run_state,run_type","run_type"],"title":"PayrollRunsGetParametersRemoteFields"},"PayrollRunsGetParametersRunType":{"type":"string","enum":["CORRECTION","OFF_CYCLE","REGULAR","SIGN_ON_BONUS","TERMINATION"],"title":"PayrollRunsGetParametersRunType"},"PayrollRunsGetParametersShowEnumOrigins":{"type":"string","enum":["run_state","run_state,run_type","run_type"],"title":"PayrollRunsGetParametersShowEnumOrigins"},"RunStateEnum":{"type":"string","enum":["PAID","DRAFT","APPROVED","FAILED","CLOSED"],"title":"RunStateEnum"},"RunTypeEnum":{"type":"string","enum":["REGULAR","OFF_CYCLE","CORRECTION","TERMINATION","SIGN_ON_BONUS"],"title":"RunTypeEnum"},"PayrollRunFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"PayrollRunFieldMappings"},"PayrollRun":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"run_state":{"oneOf":[{"$ref":"#/components/schemas/RunStateEnum"},{"type":"null"}],"description":"The state of the payroll run"},"run_type":{"oneOf":[{"$ref":"#/components/schemas/RunTypeEnum"},{"type":"null"}],"description":"The type of the payroll run"},"start_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run started."},"end_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run ended."},"check_date":{"type":["string","null"],"format":"date-time","description":"The day and time the payroll run was checked."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/PayrollRunFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The PayrollRun Object\n### Description\nThe `PayrollRun` object is used to represent a group of pay statements for a specific pay schedule.\n\n### Usage Example\nFetch from the `LIST PayrollRuns` endpoint and filter by `ID` to show all payroll runs.","title":"PayrollRun"},"PaginatedPayrollRunList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/PayrollRun"}}},"title":"PaginatedPayrollRunList"},"PayrollRunsIdGetParametersRemoteFields":{"type":"string","enum":["run_state","run_state,run_type","run_type"],"title":"PayrollRunsIdGetParametersRemoteFields"},"PayrollRunsIdGetParametersShowEnumOrigins":{"type":"string","enum":["run_state","run_state,run_type","run_type"],"title":"PayrollRunsIdGetParametersShowEnumOrigins"},"TimeOffGetParametersExpandSchemaItems":{"type":"string","enum":["approver","employee"],"title":"TimeOffGetParametersExpandSchemaItems"},"TimeOffGetParametersRemoteFields":{"type":"string","enum":["request_type","request_type,status","request_type,status,units","request_type,units","status","status,units","units"],"title":"TimeOffGetParametersRemoteFields"},"TimeOffGetParametersRequestType":{"type":"string","enum":["BEREAVEMENT","JURY_DUTY","LEAVE","PERSONAL","SICK","VACATION","VOLUNTEER"],"title":"TimeOffGetParametersRequestType"},"TimeOffGetParametersShowEnumOrigins":{"type":"string","enum":["request_type","request_type,status","request_type,status,units","request_type,units","status","status,units","units"],"title":"TimeOffGetParametersShowEnumOrigins"},"TimeOffGetParametersStatus":{"type":"string","enum":["APPROVED","CANCELLED","DECLINED","DELETED","REQUESTED"],"title":"TimeOffGetParametersStatus"},"TimeOffStatusEnum":{"type":"string","enum":["REQUESTED","APPROVED","DECLINED","CANCELLED","DELETED"],"title":"TimeOffStatusEnum"},"UnitsEnum":{"type":"string","enum":["HOURS","DAYS"],"title":"UnitsEnum"},"RequestTypeEnum":{"type":"string","enum":["VACATION","SICK","PERSONAL","JURY_DUTY","VOLUNTEER","BEREAVEMENT","LEAVE"],"title":"RequestTypeEnum"},"TimeOffFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"TimeOffFieldMappings"},"TimeOff":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee requesting time off."},"approver":{"type":["string","null"],"format":"uuid","description":"The Merge ID of the employee with the ability to approve the time off request."},"status":{"oneOf":[{"$ref":"#/components/schemas/TimeOffStatusEnum"},{"type":"null"}],"description":"The status of this time off request."},"employee_note":{"type":["string","null"],"description":"The employee note for this time off request."},"units":{"oneOf":[{"$ref":"#/components/schemas/UnitsEnum"},{"type":"null"}],"description":"The measurement that the third-party integration uses to count time requested."},"amount":{"type":["number","null"],"format":"double","description":"The time off quantity measured by the prescribed “units”."},"request_type":{"oneOf":[{"$ref":"#/components/schemas/RequestTypeEnum"},{"type":"null"}],"description":"The type of time off request."},"start_time":{"type":["string","null"],"format":"date-time","description":"The day and time of the start of the time requested off."},"end_time":{"type":["string","null"],"format":"date-time","description":"The day and time of the end of the time requested off."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/TimeOffFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The TimeOff Object\n### Description\nThe `TimeOff` object is used to represent all employees' Time Off entries.\n\n### Usage Example\nFetch from the `LIST TimeOffs` endpoint and filter by `ID` to show all time off requests.","title":"TimeOff"},"PaginatedTimeOffList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/TimeOff"}}},"title":"PaginatedTimeOffList"},"TimeOffRequest":{"type":"object","properties":{"employee":{"type":["string","null"],"format":"uuid","description":"The employee requesting time off."},"approver":{"type":["string","null"],"format":"uuid","description":"The Merge ID of the employee with the ability to approve the time off request."},"status":{"oneOf":[{"$ref":"#/components/schemas/TimeOffStatusEnum"},{"type":"null"}],"description":"The status of this time off request."},"employee_note":{"type":["string","null"],"description":"The employee note for this time off request."},"units":{"oneOf":[{"$ref":"#/components/schemas/UnitsEnum"},{"type":"null"}],"description":"The measurement that the third-party integration uses to count time requested."},"amount":{"type":["number","null"],"format":"double","description":"The time off quantity measured by the prescribed “units”."},"request_type":{"oneOf":[{"$ref":"#/components/schemas/RequestTypeEnum"},{"type":"null"}],"description":"The type of time off request."},"start_time":{"type":["string","null"],"format":"date-time","description":"The day and time of the start of the time requested off."},"end_time":{"type":["string","null"],"format":"date-time","description":"The day and time of the end of the time requested off."},"integration_params":{"type":["object","null"],"additionalProperties":{"description":"Any type"}},"linked_account_params":{"type":["object","null"],"additionalProperties":{"description":"Any type"}}},"description":"# The TimeOff Object\n### Description\nThe `TimeOff` object is used to represent all employees' Time Off entries.\n\n### Usage Example\nFetch from the `LIST TimeOffs` endpoint and filter by `ID` to show all time off requests.","title":"TimeOffRequest"},"TimeOffEndpointRequest":{"type":"object","properties":{"model":{"$ref":"#/components/schemas/TimeOffRequest"}},"required":["model"],"title":"TimeOffEndpointRequest"},"ValidationProblemSource":{"type":"object","properties":{"pointer":{"type":"string"}},"required":["pointer"],"title":"ValidationProblemSource"},"WarningValidationProblem":{"type":"object","properties":{"source":{"$ref":"#/components/schemas/ValidationProblemSource"},"title":{"type":"string"},"detail":{"type":"string"},"problem_type":{"type":"string"},"block_merge_link":{"type":"boolean"},"raw_error":{"type":"string"},"error_code":{"type":"integer"}},"required":["title","detail","problem_type"],"title":"WarningValidationProblem"},"ErrorValidationProblem":{"type":"object","properties":{"source":{"$ref":"#/components/schemas/ValidationProblemSource"},"title":{"type":"string"},"detail":{"type":"string"},"problem_type":{"type":"string"},"block_merge_link":{"type":"boolean"},"raw_error":{"type":"string"},"error_code":{"type":"integer"}},"required":["title","detail","problem_type"],"title":"ErrorValidationProblem"},"DebugModelLogSummary":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"status_code":{"type":"integer"}},"required":["url","method","status_code"],"title":"DebugModelLogSummary"},"DebugModeLog":{"type":"object","properties":{"log_id":{"type":"string"},"dashboard_view":{"type":"string"},"log_summary":{"$ref":"#/components/schemas/DebugModelLogSummary"}},"required":["log_id","dashboard_view","log_summary"],"title":"DebugModeLog"},"TimeOffResponse":{"type":"object","properties":{"model":{"$ref":"#/components/schemas/TimeOff"},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/WarningValidationProblem"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorValidationProblem"}},"logs":{"type":"array","items":{"$ref":"#/components/schemas/DebugModeLog"}}},"required":["model","warnings","errors"],"title":"TimeOffResponse"},"TimeOffIdGetParametersExpandSchemaItems":{"type":"string","enum":["approver","employee"],"title":"TimeOffIdGetParametersExpandSchemaItems"},"TimeOffIdGetParametersRemoteFields":{"type":"string","enum":["request_type","request_type,status","request_type,status,units","request_type,units","status","status,units","units"],"title":"TimeOffIdGetParametersRemoteFields"},"TimeOffIdGetParametersShowEnumOrigins":{"type":"string","enum":["request_type","request_type,status","request_type,status,units","request_type,units","status","status,units","units"],"title":"TimeOffIdGetParametersShowEnumOrigins"},"TimeOffBalancesGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"TimeOffBalancesGetParametersExpandSchemaItems"},"TimeOffBalancesGetParametersPolicyType":{"type":"string","enum":["BEREAVEMENT","JURY_DUTY","PERSONAL","SICK","VACATION","VOLUNTEER"],"title":"TimeOffBalancesGetParametersPolicyType"},"TimeOffBalancesGetParametersRemoteFields":{"type":"string","enum":["policy_type"],"title":"TimeOffBalancesGetParametersRemoteFields"},"TimeOffBalancesGetParametersShowEnumOrigins":{"type":"string","enum":["policy_type"],"title":"TimeOffBalancesGetParametersShowEnumOrigins"},"PolicyTypeEnum":{"type":"string","enum":["VACATION","SICK","PERSONAL","JURY_DUTY","VOLUNTEER","BEREAVEMENT"],"title":"PolicyTypeEnum"},"TimeOffBalanceFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"TimeOffBalanceFieldMappings"},"TimeOffBalance":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee the balance belongs to."},"balance":{"type":["number","null"],"format":"double","description":"The current remaining PTO balance, measured in hours. For integrations that return this value in days, Merge multiplies by 8 to calculate hours."},"used":{"type":["number","null"],"format":"double","description":"The amount of PTO used in terms of hours. For integrations that return this value in days, Merge multiplies by 8 to calculate hours."},"policy_type":{"oneOf":[{"$ref":"#/components/schemas/PolicyTypeEnum"},{"type":"null"}],"description":"The policy type of this time off balance."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/TimeOffBalanceFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The TimeOffBalance Object\n### Description\nThe `TimeOffBalance` object is used to represent current balances for an employee's Time Off plan.\n\n### Usage Example\nFetch from the `LIST TimeOffBalances` endpoint and filter by `ID` to show all time off balances.","title":"TimeOffBalance"},"PaginatedTimeOffBalanceList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/TimeOffBalance"}}},"title":"PaginatedTimeOffBalanceList"},"TimeOffBalancesIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"TimeOffBalancesIdGetParametersExpandSchemaItems"},"TimeOffBalancesIdGetParametersRemoteFields":{"type":"string","enum":["policy_type"],"title":"TimeOffBalancesIdGetParametersRemoteFields"},"TimeOffBalancesIdGetParametersShowEnumOrigins":{"type":"string","enum":["policy_type"],"title":"TimeOffBalancesIdGetParametersShowEnumOrigins"},"TimesheetEntriesGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"TimesheetEntriesGetParametersExpandSchemaItems"},"TimesheetEntriesGetParametersOrderBy":{"type":"string","enum":["-start_time","start_time"],"title":"TimesheetEntriesGetParametersOrderBy"},"TimesheetEntryFieldMappings":{"type":"object","properties":{"organization_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}},"linked_account_defined_targets":{"type":"object","additionalProperties":{"description":"Any type"}}},"title":"TimesheetEntryFieldMappings"},"TimesheetEntry":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"remote_id":{"type":["string","null"],"description":"The third-party API ID of the matching object."},"created_at":{"type":"string","format":"date-time","description":"The datetime that this object was created by Merge."},"modified_at":{"type":"string","format":"date-time","description":"The datetime that this object was modified by Merge."},"employee":{"type":["string","null"],"format":"uuid","description":"The employee the timesheet entry is for."},"hours_worked":{"type":["number","null"],"format":"double","description":"The number of hours logged by the employee."},"start_time":{"type":["string","null"],"format":"date-time","description":"The time at which the employee started work."},"end_time":{"type":["string","null"],"format":"date-time","description":"The time at which the employee ended work."},"remote_was_deleted":{"type":"boolean","description":"Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/)."},"field_mappings":{"oneOf":[{"$ref":"#/components/schemas/TimesheetEntryFieldMappings"},{"type":"null"}]},"remote_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/RemoteData"}}},"description":"# The Timesheet Entry Object\n### Description\nThe `Timesheet Entry` object is used to track coverage for hours worked by an 'Employee'.\n\n\n### Usage Example\nGET and POST Timesheet Entries","title":"TimesheetEntry"},"PaginatedTimesheetEntryList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/TimesheetEntry"}}},"title":"PaginatedTimesheetEntryList"},"TimesheetEntryRequest":{"type":"object","properties":{"employee":{"type":["string","null"],"format":"uuid","description":"The employee the timesheet entry is for."},"hours_worked":{"type":["number","null"],"format":"double","description":"The number of hours logged by the employee."},"start_time":{"type":["string","null"],"format":"date-time","description":"The time at which the employee started work."},"end_time":{"type":["string","null"],"format":"date-time","description":"The time at which the employee ended work."},"integration_params":{"type":["object","null"],"additionalProperties":{"description":"Any type"}},"linked_account_params":{"type":["object","null"],"additionalProperties":{"description":"Any type"}}},"description":"# The Timesheet Entry Object\n### Description\nThe `Timesheet Entry` object is used to track coverage for hours worked by an 'Employee'.\n\n\n### Usage Example\nGET and POST Timesheet Entries","title":"TimesheetEntryRequest"},"TimesheetEntryEndpointRequest":{"type":"object","properties":{"model":{"$ref":"#/components/schemas/TimesheetEntryRequest"}},"required":["model"],"title":"TimesheetEntryEndpointRequest"},"TimesheetEntryResponse":{"type":"object","properties":{"model":{"$ref":"#/components/schemas/TimesheetEntry"},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/WarningValidationProblem"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorValidationProblem"}},"logs":{"type":"array","items":{"$ref":"#/components/schemas/DebugModeLog"}}},"required":["model","warnings","errors"],"title":"TimesheetEntryResponse"},"TimesheetEntriesIdGetParametersExpandSchemaItems":{"type":"string","enum":["employee"],"title":"TimesheetEntriesIdGetParametersExpandSchemaItems"},"CategoryEnum":{"type":"string","enum":["hris","ats","accounting","ticketing","crm","mktg","filestorage","knowledgebase"],"title":"CategoryEnum"},"AccountDetails":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"integration":{"type":"string"},"integration_slug":{"type":"string"},"category":{"oneOf":[{"$ref":"#/components/schemas/CategoryEnum"},{"type":"null"}]},"end_user_origin_id":{"type":"string"},"end_user_organization_name":{"type":"string"},"end_user_email_address":{"type":"string","format":"email"},"status":{"type":"string"},"webhook_listener_url":{"type":"string","format":"uri"},"is_duplicate":{"type":["boolean","null"],"description":"Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets."},"account_type":{"type":"string"},"completed_at":{"type":["string","null"],"format":"date-time","description":"The time at which account completes the linking flow."},"instance_id":{"type":["string","null"]},"instance_display_value":{"type":["string","null"]}},"title":"AccountDetails"},"CategoriesEnum":{"type":"string","enum":["hris","ats","accounting","ticketing","crm","mktg","filestorage","knowledgebase"],"title":"CategoriesEnum"},"AccountIntegrationCategoryBetaStatus":{"type":"object","properties":{},"description":"Category or categories this integration is in beta status for.","title":"AccountIntegrationCategoryBetaStatus"},"AccountIntegration":{"type":"object","properties":{"name":{"type":"string","description":"Company name."},"abbreviated_name":{"type":["string","null"],"description":"Optional. This shortened name appears in places with limited space, usually in conjunction with the platform's logo (e.g., Merge Link menu).<br><br>Example: <i>Workforce Now (in lieu of ADP Workforce Now), SuccessFactors (in lieu of SAP SuccessFactors)</i>"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/CategoriesEnum"},"description":"Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]."},"image":{"type":["string","null"],"format":"uri","description":"Company logo in rectangular shape."},"square_image":{"type":["string","null"],"format":"uri","description":"Company logo in square shape."},"color":{"type":"string","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","maxLength":18,"description":"The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b>"},"slug":{"type":"string"},"api_endpoints_to_documentation_urls":{"type":"object","additionalProperties":{"description":"Any type"},"description":"Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions', 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']], 'POST': []}"},"webhook_setup_guide_url":{"type":["string","null"],"description":"Setup guide URL for third party webhook creation. Exposed in Merge Docs."},"category_beta_status":{"$ref":"#/components/schemas/AccountIntegrationCategoryBetaStatus","description":"Category or categories this integration is in beta status for."}},"required":["name"],"title":"AccountIntegration"},"AccountToken":{"type":"object","properties":{"account_token":{"type":"string"},"integration":{"$ref":"#/components/schemas/AccountIntegration"},"id":{"type":"string"}},"required":["account_token","integration","id"],"title":"AccountToken"},"RegenerateAccountToken":{"type":"object","properties":{"linked_account_id":{"type":"string"},"account_token":{"type":"string"}},"required":["linked_account_id","account_token"],"description":"# The RegenerateAccountToken Object\n### Description\nThe `RegenerateAccountToken` object is used to exchange an old account token for a new one.\n\n### Usage Example\nPost to receive a new `RegenerateAccountToken`.","title":"RegenerateAccountToken"},"delete-account_delete_Response_200":{"type":"object","properties":{},"description":"Empty response body","title":"delete-account_delete_Response_200"},"IssuesGetParametersStatus":{"type":"string","enum":["ONGOING","RESOLVED"],"title":"IssuesGetParametersStatus"},"IssueStatusEnum":{"type":"string","enum":["ONGOING","RESOLVED"],"title":"IssueStatusEnum"},"Issue":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"status":{"$ref":"#/components/schemas/IssueStatusEnum","description":"Status of the issue."},"error_description":{"type":"string"},"end_user":{"type":"object","additionalProperties":{"description":"Any type"}},"first_incident_time":{"type":["string","null"],"format":"date-time"},"last_incident_time":{"type":["string","null"],"format":"date-time"},"is_muted":{"type":"boolean"},"error_details":{"type":"array","items":{"type":"string"}}},"required":["error_description"],"title":"Issue"},"PaginatedIssueList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/Issue"}}},"title":"PaginatedIssueList"},"LinkedAccountsGetParametersCategory":{"type":"string","enum":["accounting","ats","chat","crm","filestorage","hris","knowledgebase","mktg","ticketing"],"title":"LinkedAccountsGetParametersCategory"},"AccountDetailsAndActionsStatusEnum":{"type":"string","enum":["COMPLETE","INCOMPLETE","RELINK_NEEDED","IDLE"],"title":"AccountDetailsAndActionsStatusEnum"},"ModelOperation":{"type":"object","properties":{"model_name":{"type":"string"},"available_operations":{"type":"array","items":{"type":"string"}},"required_post_parameters":{"type":"array","items":{"type":"string"}},"supported_fields":{"type":"array","items":{"type":"string"}}},"required":["model_name","available_operations","required_post_parameters","supported_fields"],"description":"# The ModelOperation Object\n### Description\nThe `ModelOperation` object is used to represent the operations that are currently supported for a given model.\n\n### Usage Example\nView what operations are supported for the `Candidate` endpoint.","title":"ModelOperation"},"AccountDetailsAndActionsIntegration":{"type":"object","properties":{"name":{"type":"string"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/CategoriesEnum"}},"image":{"type":"string"},"square_image":{"type":"string"},"color":{"type":"string"},"slug":{"type":"string"},"passthrough_available":{"type":"boolean"},"available_model_operations":{"type":"array","items":{"$ref":"#/components/schemas/ModelOperation"}}},"required":["name","categories","color","slug","passthrough_available"],"title":"AccountDetailsAndActionsIntegration"},"AccountDetailsAndActions":{"type":"object","properties":{"id":{"type":"string"},"category":{"$ref":"#/components/schemas/CategoryEnum"},"status":{"$ref":"#/components/schemas/AccountDetailsAndActionsStatusEnum"},"status_detail":{"type":"string"},"end_user_origin_id":{"type":"string"},"end_user_organization_name":{"type":"string"},"end_user_email_address":{"type":"string"},"subdomain":{"type":"string","description":"The tenant or domain the customer has provided access to."},"webhook_listener_url":{"type":"string"},"is_duplicate":{"type":["boolean","null"],"description":"Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets."},"integration":{"$ref":"#/components/schemas/AccountDetailsAndActionsIntegration"},"account_type":{"type":"string"},"completed_at":{"type":"string","format":"date-time"},"integration_specific_fields":{"type":"object","additionalProperties":{"description":"Any type"}}},"required":["id","status","end_user_organization_name","end_user_email_address","webhook_listener_url","account_type","completed_at"],"description":"# The LinkedAccount Object\n### Description\nThe `LinkedAccount` object is used to represent an end user's link with a specific integration.\n\n### Usage Example\nView a list of your organization's `LinkedAccount` objects.","title":"AccountDetailsAndActions"},"PaginatedAccountDetailsAndActionsList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/AccountDetailsAndActions"}}},"title":"PaginatedAccountDetailsAndActionsList"},"EnabledActionsEnum":{"type":"string","enum":["READ","WRITE"],"title":"EnabledActionsEnum"},"CommonModelScopesBodyRequest":{"type":"object","properties":{"model_id":{"type":"string","minLength":1},"enabled_actions":{"type":"array","items":{"$ref":"#/components/schemas/EnabledActionsEnum"}},"disabled_fields":{"type":"array","items":{"type":"string","minLength":1}}},"required":["model_id","enabled_actions","disabled_fields"],"title":"CommonModelScopesBodyRequest"},"ModelPermissionDeserializerRequest":{"type":"object","properties":{"is_enabled":{"type":"boolean"}},"title":"ModelPermissionDeserializerRequest"},"FieldPermissionDeserializerRequest":{"type":"object","properties":{"enabled_fields":{"type":"array","items":{"description":"Any type"}},"disabled_fields":{"type":"array","items":{"description":"Any type"}}},"title":"FieldPermissionDeserializerRequest"},"IndividualCommonModelScopeDeserializerRequest":{"type":"object","properties":{"model_name":{"type":"string","minLength":1},"model_permissions":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ModelPermissionDeserializerRequest"}},"field_permissions":{"$ref":"#/components/schemas/FieldPermissionDeserializerRequest"}},"required":["model_name"],"title":"IndividualCommonModelScopeDeserializerRequest"},"LanguageEnum":{"type":"string","enum":["en","de"],"title":"LanguageEnum"},"CompletedAccountInitialScreenEnum":{"type":"string","enum":["SELECTIVE_SYNC"],"title":"CompletedAccountInitialScreenEnum"},"EndUserDetailsRequest":{"type":"object","properties":{"end_user_email_address":{"type":"string","minLength":1,"maxLength":100,"description":"Your end user's email address. This is purely for identification purposes - setting this value will not cause any emails to be sent."},"end_user_organization_name":{"type":"string","minLength":1,"maxLength":100,"description":"Your end user's organization."},"end_user_origin_id":{"type":"string","minLength":1,"maxLength":100,"description":"This unique identifier typically represents the ID for your end user in your product's database. This value must be distinct from other Linked Accounts' unique identifiers."},"categories":{"type":"array","items":{"$ref":"#/components/schemas/CategoriesEnum"},"description":"The integration categories to show in Merge Link."},"integration":{"type":["string","null"],"minLength":1,"description":"The slug of a specific pre-selected integration for this linking flow token. For examples of slugs, see https://docs.merge.dev/guides/merge-link/single-integration/."},"link_expiry_mins":{"type":"integer","minimum":30,"maximum":10080,"default":30,"description":"An integer number of minutes between [30, 720 or 10080 if for a Magic Link URL] for how long this token is valid. Defaults to 30."},"should_create_magic_link_url":{"type":["boolean","null"],"default":false,"description":"Whether to generate a Magic Link URL. Defaults to false. For more information on Magic Link, see https://merge.dev/blog/integrations-fast-say-hello-to-magic-link."},"hide_admin_magic_link":{"type":["boolean","null"],"default":false,"description":"Whether to generate a Magic Link URL on the Admin Needed screen during the linking flow. Defaults to false. For more information on Magic Link, see https://merge.dev/blog/integrations-fast-say-hello-to-magic-link."},"common_models":{"type":["array","null"],"items":{"$ref":"#/components/schemas/CommonModelScopesBodyRequest"},"description":"An array of objects to specify the models and fields that will be disabled for a given Linked Account. Each object uses model_id, enabled_actions, and disabled_fields to specify the model, method, and fields that are scoped for a given Linked Account."},"category_common_model_scopes":{"type":["object","null"],"additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/IndividualCommonModelScopeDeserializerRequest"}},"description":"When creating a Link Token, you can set permissions for Common Models that will apply to the account that is going to be linked. Any model or field not specified in link token payload will default to existing settings."},"language":{"oneOf":[{"$ref":"#/components/schemas/LanguageEnum"},{"type":"null"}],"description":"The following subset of IETF language tags can be used to configure localization."},"are_syncs_disabled":{"type":["boolean","null"],"default":false,"description":"The boolean that indicates whether initial, periodic, and force syncs will be disabled."},"integration_specific_config":{"type":["object","null"],"additionalProperties":{"description":"Any type"},"description":"A JSON object containing integration-specific configuration options."},"completed_account_initial_screen":{"oneOf":[{"$ref":"#/components/schemas/CompletedAccountInitialScreenEnum"},{"type":"null"}],"description":"When creating a Link token, you can specifiy the initial screen of Linking Flow for a completed Linked Account."},"linked_destination_id":{"type":["string","null"],"format":"uuid","description":"The UUID of the linked destination that you want this Linked Account to be tied to."},"credential_id":{"type":["string","null"],"format":"uuid","description":"The id of the credential that you want this Linked Account to be tied to."},"ekm_enabled":{"type":"boolean","default":false,"description":"Whether to enable EKM (External Key Management) for this Linked Account."}},"required":["end_user_email_address","end_user_organization_name","end_user_origin_id","categories"],"title":"EndUserDetailsRequest"},"LinkToken":{"type":"object","properties":{"link_token":{"type":"string"},"integration_name":{"type":"string"},"magic_link_url":{"type":"string"}},"required":["link_token"],"title":"LinkToken"},"FieldMappingApiInstanceTargetField":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"is_organization_wide":{"type":"boolean"}},"required":["name","description","is_organization_wide"],"title":"FieldMappingApiInstanceTargetField"},"FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo":{"type":"object","properties":{"method":{"type":["string","null"]},"url_path":{"type":["string","null"]},"field_traversal_path":{"type":["array","null"],"items":{"type":"string"}}},"required":["method","url_path","field_traversal_path"],"title":"FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo"},"FieldMappingApiInstanceRemoteField":{"type":"object","properties":{"remote_key_name":{"type":["string","null"]},"schema":{"type":["object","null"],"additionalProperties":{"description":"Any type"}},"remote_endpoint_info":{"$ref":"#/components/schemas/FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo"}},"required":["remote_key_name","schema","remote_endpoint_info"],"title":"FieldMappingApiInstanceRemoteField"},"FieldMappingApiInstance":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"is_integration_wide":{"type":"boolean"},"target_field":{"oneOf":[{"$ref":"#/components/schemas/FieldMappingApiInstanceTargetField"},{"type":"null"}]},"remote_field":{"oneOf":[{"$ref":"#/components/schemas/FieldMappingApiInstanceRemoteField"},{"type":"null"}]},"jmes_path":{"type":["string","null"]},"advanced_mapping_expression":{"type":["string","null"]}},"title":"FieldMappingApiInstance"},"FieldMappingApiInstanceResponse":{"type":"object","properties":{"Benefit":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"EmployerBenefit":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Company":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"EmployeePayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Employee":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Employment":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Location":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"PayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Team":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"TimeOff":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"TimeOffBalance":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"BankInfo":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"PayGroup":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Group":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"Dependent":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}},"TimesheetEntry":{"type":"array","items":{"$ref":"#/components/schemas/FieldMappingApiInstance"}}},"title":"FieldMappingApiInstanceResponse"},"CreateFieldMappingRequest":{"type":"object","properties":{"target_field_name":{"type":"string","minLength":1,"description":"The name of the target field you want this remote field to map to. Required if organization_wide_target_field is not provided."},"target_field_description":{"type":"string","minLength":1,"description":"The description of the target field you want this remote field to map to. Required if organization_wide_target_field is not provided."},"organization_wide_target_field":{"type":"string","minLength":1,"description":"The name or key of an existing Organization-wide target field to map to. When provided, target_field_name and target_field_description are optional."},"is_integration_wide":{"type":"boolean","default":false,"description":"If true, creates an integration-wide field mapping that applies to all Linked Accounts for the integration. Requires organization_wide_target_field."},"remote_field_traversal_path":{"type":"array","items":{"description":"Any type"},"description":"The field traversal path of the remote field listed when you hit the GET /remote-fields endpoint."},"remote_method":{"type":"string","minLength":1,"description":"The method of the remote endpoint where the remote field is coming from."},"remote_url_path":{"type":"string","minLength":1,"description":"The path of the remote endpoint where the remote field is coming from."},"common_model_name":{"type":"string","minLength":1,"description":"The name of the Common Model that the remote field corresponds to in a given category."},"jmes_path":{"type":"string","minLength":1,"description":"DEPRECATED: Use 'advanced_mapping_expression' instead."},"advanced_mapping_expression":{"type":"string","minLength":1,"description":"A JSONata expression used to transform the remote field data."}},"required":["remote_field_traversal_path","remote_method","remote_url_path","common_model_name"],"title":"CreateFieldMappingRequest"},"FieldMappingInstanceResponse":{"type":"object","properties":{"model":{"$ref":"#/components/schemas/FieldMappingApiInstance"},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/WarningValidationProblem"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorValidationProblem"}},"logs":{"type":"array","items":{"$ref":"#/components/schemas/DebugModeLog"}}},"required":["model","warnings","errors"],"title":"FieldMappingInstanceResponse"},"PatchedEditFieldMappingRequest":{"type":"object","properties":{"remote_field_traversal_path":{"type":"array","items":{"description":"Any type"},"description":"The field traversal path of the remote field listed when you hit the GET /remote-fields endpoint."},"remote_method":{"type":"string","minLength":1,"description":"The method of the remote endpoint where the remote field is coming from."},"remote_url_path":{"type":"string","minLength":1,"description":"The path of the remote endpoint where the remote field is coming from."},"jmes_path":{"type":"string","minLength":1,"description":"DEPRECATED: Use 'advanced_mapping_expression' instead."},"advanced_mapping_expression":{"type":"string","minLength":1,"description":"A JSONata expression used to transform the remote field data."}},"title":"PatchedEditFieldMappingRequest"},"RemoteEndpointInfo":{"type":"object","properties":{"method":{"type":"string"},"url_path":{"type":"string"},"field_traversal_path":{"type":"array","items":{"description":"Any type"}}},"required":["method","url_path","field_traversal_path"],"title":"RemoteEndpointInfo"},"AdvancedMetadata":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"display_name":{"type":"string"},"description":{"type":"string"},"is_required":{"type":"boolean"},"is_custom":{"type":"boolean"},"field_choices":{"type":"array","items":{"description":"Any type"}}},"required":["id"],"title":"AdvancedMetadata"},"RemoteFieldApiCoverage":{"oneOf":[{"type":"integer"},{"type":"number","format":"double"}],"title":"RemoteFieldApiCoverage"},"RemoteFieldAPI":{"type":"object","properties":{"schema":{"type":"object","additionalProperties":{"description":"Any type"}},"remote_key_name":{"type":"string"},"remote_endpoint_info":{"$ref":"#/components/schemas/RemoteEndpointInfo"},"example_values":{"type":["array","null"],"items":{"description":"Any type"}},"advanced_metadata":{"oneOf":[{"$ref":"#/components/schemas/AdvancedMetadata"},{"type":"null"}]},"coverage":{"oneOf":[{"$ref":"#/components/schemas/RemoteFieldApiCoverage"},{"type":"null"}]}},"required":["schema","remote_key_name","remote_endpoint_info","advanced_metadata"],"title":"RemoteFieldAPI"},"RemoteFieldAPIResponse":{"type":"object","properties":{"Benefit":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"EmployerBenefit":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Company":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"EmployeePayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Employee":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Employment":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Location":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"PayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Team":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"TimeOff":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"TimeOffBalance":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"BankInfo":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"PayGroup":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Group":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"Dependent":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}},"TimesheetEntry":{"type":"array","items":{"$ref":"#/components/schemas/RemoteFieldAPI"}}},"title":"RemoteFieldAPIResponse"},"ExternalTargetFieldAPI":{"type":"object","properties":{"name":{"type":["string","null"]},"description":{"type":["string","null"]},"is_mapped":{"type":["string","null"]}},"title":"ExternalTargetFieldAPI"},"ExternalTargetFieldAPIResponse":{"type":"object","properties":{"Benefit":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"EmployerBenefit":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Company":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"EmployeePayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Employee":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Employment":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Location":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"PayrollRun":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Team":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"TimeOff":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"TimeOffBalance":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"BankInfo":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"PayGroup":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Group":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"Dependent":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}},"TimesheetEntry":{"type":"array","items":{"$ref":"#/components/schemas/ExternalTargetFieldAPI"}}},"title":"ExternalTargetFieldAPIResponse"},"CreateTargetFieldRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"The name of the target field."},"description":{"type":"string","minLength":1,"default":"","description":"The description of the target field."},"common_model":{"type":"string","minLength":1,"description":"The name of the Common Model to associate the target field with."}},"required":["name","common_model"],"title":"CreateTargetFieldRequest"},"AvailableActions":{"type":"object","properties":{"integration":{"$ref":"#/components/schemas/AccountIntegration"},"passthrough_available":{"type":"boolean"},"available_model_operations":{"type":"array","items":{"$ref":"#/components/schemas/ModelOperation"}}},"required":["integration","passthrough_available"],"description":"# The AvailableActions Object\n### Description\nThe `Activity` object is used to see all available model/operation combinations for an integration.\n\n### Usage Example\nFetch all the actions available for the `Zenefits` integration.","title":"AvailableActions"},"ModelPermissionDeserializer":{"type":"object","properties":{"is_enabled":{"type":"boolean"}},"title":"ModelPermissionDeserializer"},"FieldPermissionDeserializer":{"type":"object","properties":{"enabled_fields":{"type":"array","items":{"description":"Any type"}},"disabled_fields":{"type":"array","items":{"description":"Any type"}}},"title":"FieldPermissionDeserializer"},"IndividualCommonModelScopeDeserializer":{"type":"object","properties":{"model_name":{"type":"string"},"model_permissions":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ModelPermissionDeserializer"}},"field_permissions":{"$ref":"#/components/schemas/FieldPermissionDeserializer"}},"required":["model_name"],"title":"IndividualCommonModelScopeDeserializer"},"CommonModelScopeAPI":{"type":"object","properties":{"common_models":{"type":"array","items":{"$ref":"#/components/schemas/IndividualCommonModelScopeDeserializer"},"description":"The common models you want to update the scopes for"}},"required":["common_models"],"title":"CommonModelScopeAPI"},"LinkedAccountCommonModelScopeDeserializerRequest":{"type":"object","properties":{"common_models":{"type":"array","items":{"$ref":"#/components/schemas/IndividualCommonModelScopeDeserializerRequest"},"description":"The common models you want to update the scopes for"}},"required":["common_models"],"title":"LinkedAccountCommonModelScopeDeserializerRequest"},"LastSyncResultEnum":{"type":"string","enum":["SYNCING","DONE","FAILED","DISABLED","PAUSED","PARTIALLY_SYNCED"],"title":"LastSyncResultEnum"},"StatusFd5Enum":{"type":"string","enum":["SYNCING","DONE","FAILED","DISABLED","PAUSED","PARTIALLY_SYNCED"],"title":"StatusFd5Enum"},"SyncStatusReasonEnum":{"type":"string","enum":["RATE_LIMITED","WAITING_ON_OTHER_MODELS"],"title":"SyncStatusReasonEnum"},"SelectiveSyncConfigurationsUsageEnum":{"type":"string","enum":["IN_NEXT_SYNC","IN_LAST_SYNC"],"title":"SelectiveSyncConfigurationsUsageEnum"},"SyncStatus":{"type":"object","properties":{"model_name":{"type":"string"},"model_id":{"type":"string"},"last_sync_start":{"type":"string","format":"date-time"},"next_sync_start":{"type":"string","format":"date-time"},"last_sync_result":{"$ref":"#/components/schemas/LastSyncResultEnum"},"last_sync_finished":{"type":"string","format":"date-time"},"data_fresh_as_of":{"type":["string","null"],"format":"date-time","description":"The point in time that this model's data is complete through. This is the start time of the most recent sync that completed successfully for the model. The data is current at least through this time and may be fresher. Null until the first sync completes."},"status":{"$ref":"#/components/schemas/StatusFd5Enum"},"sync_status_reason":{"oneOf":[{"$ref":"#/components/schemas/SyncStatusReasonEnum"},{"type":"null"}],"description":"Why a model is healthy but not actively progressing while its `status` stays `SYNCING`. Null when the model is progressing normally. `RATE_LIMITED` means the model is paused behind the data provider's rate limits. `WAITING_ON_OTHER_MODELS` means the model is on hold until other models finish syncing."},"is_initial_sync":{"type":"boolean"},"selective_sync_configurations_usage":{"$ref":"#/components/schemas/SelectiveSyncConfigurationsUsageEnum"}},"required":["model_name","model_id","status","sync_status_reason","is_initial_sync"],"description":"# The SyncStatus Object\n### Description\nThe `SyncStatus` object is used to represent the syncing state of an account\n\n### Usage Example\nView the `SyncStatus` for an account to see how recently its models were synced.","title":"SyncStatus"},"MethodEnum":{"type":"string","enum":["GET","OPTIONS","HEAD","POST","PUT","PATCH","DELETE"],"title":"MethodEnum"},"EncodingEnum":{"type":"string","enum":["RAW","BASE64","GZIP_BASE64"],"title":"EncodingEnum"},"MultipartFormFieldRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"The name of the form field"},"data":{"type":"string","minLength":1,"description":"The data for the form field."},"encoding":{"oneOf":[{"$ref":"#/components/schemas/EncodingEnum"},{"type":"null"}],"default":"RAW","description":"The encoding of the value of `data`. Defaults to `RAW` if not defined."},"file_name":{"type":["string","null"],"minLength":1,"description":"The file name of the form field, if the field is for a file."},"content_type":{"type":["string","null"],"minLength":1,"description":"The MIME type of the file, if the field is for a file."}},"required":["name","data"],"description":"# The MultipartFormField Object\n### Description\nThe `MultipartFormField` object is used to represent fields in an HTTP request using `multipart/form-data`.\n\n### Usage Example\nCreate a `MultipartFormField` to define a multipart form entry.","title":"MultipartFormFieldRequest"},"RequestFormatEnum":{"type":"string","enum":["JSON","XML","MULTIPART"],"title":"RequestFormatEnum"},"DataPassthroughRequest":{"type":"object","properties":{"method":{"$ref":"#/components/schemas/MethodEnum"},"path":{"type":"string","minLength":1,"description":"The path of the request in the third party's platform."},"base_url_override":{"type":["string","null"],"minLength":1,"description":"An optional override of the third party's base url for the request."},"data":{"type":["string","null"],"minLength":1,"description":"The data with the request. You must include a `request_format` parameter matching the data's format"},"multipart_form_data":{"type":["array","null"],"items":{"$ref":"#/components/schemas/MultipartFormFieldRequest"},"description":"Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`."},"headers":{"type":["object","null"],"additionalProperties":{"description":"Any type"},"description":"The headers to use for the request (Merge will handle the account's authorization headers). `Content-Type` header is required for passthrough. Choose content type corresponding to expected format of receiving server."},"request_format":{"oneOf":[{"$ref":"#/components/schemas/RequestFormatEnum"},{"type":"null"}]},"normalize_response":{"type":"boolean","description":"Optional. If true, the response will always be an object of the form `{\"type\": T, \"value\": ...}` where `T` will be one of `string, boolean, number, null, array, object`."}},"required":["method","path"],"description":"# The DataPassthrough Object\n### Description\nThe `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.\n\n### Usage Example\nCreate a `DataPassthrough` to get team hierarchies from your Rippling integration.","title":"DataPassthroughRequest"},"ResponseTypeEnum":{"type":"string","enum":["JSON","BASE64_GZIP"],"title":"ResponseTypeEnum"},"RemoteResponse":{"type":"object","properties":{"method":{"type":"string"},"path":{"type":"string"},"status":{"type":"integer"},"response":{"description":"Any type"},"response_headers":{"type":"object","additionalProperties":{"description":"Any type"}},"response_type":{"$ref":"#/components/schemas/ResponseTypeEnum"},"headers":{"type":"object","additionalProperties":{"description":"Any type"}}},"required":["method","path","status","response"],"description":"# The RemoteResponse Object\n### Description\nThe `RemoteResponse` object is used to represent information returned from a third-party endpoint.\n\n### Usage Example\nView the `RemoteResponse` returned from your `DataPassthrough`.","title":"RemoteResponse"},"AsyncPassthroughReciept":{"type":"object","properties":{"async_passthrough_receipt_id":{"type":"string","format":"uuid"}},"required":["async_passthrough_receipt_id"],"title":"AsyncPassthroughReciept"},"PaginatedSyncStatusList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/SyncStatus"}}},"title":"PaginatedSyncStatusList"},"GenerateRemoteKeyRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"The name of the remote key"}},"required":["name"],"description":"# The GenerateRemoteKey Object\n### Description\nThe `GenerateRemoteKey` object is used to represent a request for a new remote key.\n\n### Usage Example\nPost a `GenerateRemoteKey` to create a new remote key.","title":"GenerateRemoteKeyRequest"},"RemoteKey":{"type":"object","properties":{"name":{"type":"string"},"key":{"type":"string"}},"required":["name","key"],"description":"# The RemoteKey Object\n### Description\nThe `RemoteKey` object is used to represent a request for a new remote key.\n\n### Usage Example\nPost a `GenerateRemoteKey` to receive a new `RemoteKey`.","title":"RemoteKey"},"RemoteKeyForRegenerationRequest":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"The name of the remote key"}},"required":["name"],"description":"# The RemoteKeyForRegeneration Object\n### Description\nThe `RemoteKeyForRegeneration` object is used to exchange an old remote key for a new one\n\n### Usage Example\nPost a `RemoteKeyForRegeneration` to swap out an old remote key for a new one","title":"RemoteKeyForRegenerationRequest"},"RoleEnum":{"type":"string","enum":["ADMIN","DEVELOPER","MEMBER","API","SYSTEM","MERGE_TEAM","SUPPORT","END_USER"],"title":"RoleEnum"},"EventTypeEnum":{"type":"string","enum":["CREATED_REMOTE_PRODUCTION_API_KEY","DELETED_REMOTE_PRODUCTION_API_KEY","CREATED_TEST_API_KEY","DELETED_TEST_API_KEY","REGENERATED_PRODUCTION_API_KEY","REGENERATED_WEBHOOK_SIGNATURE","INVITED_USER","TWO_FACTOR_AUTH_ENABLED","TWO_FACTOR_AUTH_DISABLED","DELETED_LINKED_ACCOUNT","DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT","CREATED_DESTINATION","DELETED_DESTINATION","CHANGED_DESTINATION","CHANGED_SCOPES","CHANGED_PERSONAL_INFORMATION","CHANGED_ORGANIZATION_SETTINGS","ENABLED_INTEGRATION","DISABLED_INTEGRATION","ENABLED_CATEGORY","DISABLED_CATEGORY","CHANGED_PASSWORD","RESET_PASSWORD","ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION","ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT","DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION","DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT","CREATED_INTEGRATION_WIDE_FIELD_MAPPING","CREATED_LINKED_ACCOUNT_FIELD_MAPPING","CHANGED_INTEGRATION_WIDE_FIELD_MAPPING","CHANGED_LINKED_ACCOUNT_FIELD_MAPPING","DELETED_INTEGRATION_WIDE_FIELD_MAPPING","DELETED_LINKED_ACCOUNT_FIELD_MAPPING","CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE","CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE","DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE","FORCED_LINKED_ACCOUNT_RESYNC","MUTED_ISSUE","GENERATED_MAGIC_LINK","ENABLED_MERGE_WEBHOOK","DISABLED_MERGE_WEBHOOK","MERGE_WEBHOOK_TARGET_CHANGED","END_USER_CREDENTIALS_ACCESSED","CHANGED_SELECTIVE_SYNC_FILTERS","ADDED_PARTNER_CREDENTIALS","UPDATED_PARTNER_CREDENTIALS","REMOVED_PARTNER_CREDENTIALS"],"title":"EventTypeEnum"},"AuditLogEvent":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"user_name":{"type":["string","null"],"maxLength":200,"description":"The User's full name at the time of this Event occurring."},"user_email":{"type":["string","null"],"format":"email","maxLength":254,"description":"The User's email at the time of this Event occurring."},"linked_account_id":{"type":["string","null"],"format":"uuid","description":"The id of the Linked Account this event was performed on, when the actor is an End User acting inside Merge Link."},"role":{"$ref":"#/components/schemas/RoleEnum","description":"Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring."},"ip_address":{"type":"string","maxLength":45},"event_type":{"$ref":"#/components/schemas/EventTypeEnum","description":"Designates the type of event that occurred."},"event_description":{"type":"string"},"created_at":{"type":"string","format":"date-time"}},"required":["role","ip_address","event_type","event_description"],"title":"AuditLogEvent"},"PaginatedAuditLogEventList":{"type":"object","properties":{"next":{"type":["string","null"]},"previous":{"type":["string","null"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/AuditLogEvent"}}},"title":"PaginatedAuditLogEventList"}},"securitySchemes":{"tokenAuth":{"type":"http","scheme":"bearer","description":"Token-based authentication with required prefix \"Bearer\""}}}}