You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Requirements to update federal taxes successfully:
2391
+
* * Employment should be Global Payroll
2392
+
* * Employment should be in the post-enrollment state
2393
+
* * Employment should belong to USA
2394
+
*
2395
+
* This endpoint requires and returns country-specific data. The exact required and returned fields will
2396
+
* vary depending on which country the employment is in. To see the list of parameters for each country,
2397
+
* see the **Show form schema** endpoint under the [Countries](#tag/Countries) category.
2398
+
*
2399
+
* Please note that the compliance requirements for each country are subject to change according to local
2400
+
* laws. Given its continual updates, using Remote's [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) should be considered in order to avoid
2401
+
* compliance issues and to have the latest version of a country requirements.
2402
+
*
2403
+
* If you are using this endpoint to build an integration, make sure you are dynamically collecting or
2404
+
* displaying the latest parameters for each country by querying the _"Show form schema"_ endpoint.
2405
+
*
2406
+
* For more information on JSON Schemas, see the **How JSON Schemas work** documentation.
2407
+
*
2408
+
* To learn how you can dynamically generate forms to display in your UI, see the documentation for
2409
+
* the [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) tool.
* Lists all time off types that can be used for the `timeoff_type` parameter
3689
+
* Lists all time off types that can be used for the `timeoff_type` parameter.
3690
+
*
3691
+
* **Backward compatibility:** Calling this endpoint without the `type` query parameter returns the same response as before (time off types for full-time employments). Existing integrations do not need to change.
3692
+
*
3693
+
* Optionally, pass `type=contractor` to get time off types for contractor employments, or `type=full_time` for full-time employments (same as omitting the parameter).
0 commit comments