@@ -67,8 +67,8 @@ def create(
67
67
progress. Finch allows a fixed window rate limit of 1 forced refresh per hour
68
68
per connection.
69
69
70
- `w4_data_sync `: Enqueues a job for sync W-4 data for a particular individual,
71
- identified by `individual_id`. This feature is currently in beta.
70
+ `w4_form_employee_sync `: Enqueues a job for sync W-4 data for a particular
71
+ individual, identified by `individual_id`. This feature is currently in beta.
72
72
73
73
This endpoint is available for _Scale_ tier customers as an add-on. To request
74
74
access to this endpoint, please contact your Finch account manager.
@@ -91,7 +91,7 @@ def create(
91
91
self ,
92
92
* ,
93
93
individual_id : str ,
94
- type : Literal ["w4_data_sync " ],
94
+ type : Literal ["w4_form_employee_sync " ],
95
95
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
96
96
# The extra values given here take precedence over values defined on the client or passed to this method.
97
97
extra_headers : Headers | None = None ,
@@ -109,8 +109,8 @@ def create(
109
109
progress. Finch allows a fixed window rate limit of 1 forced refresh per hour
110
110
per connection.
111
111
112
- `w4_data_sync `: Enqueues a job for sync W-4 data for a particular individual,
113
- identified by `individual_id`. This feature is currently in beta.
112
+ `w4_form_employee_sync `: Enqueues a job for sync W-4 data for a particular
113
+ individual, identified by `individual_id`. This feature is currently in beta.
114
114
115
115
This endpoint is available for _Scale_ tier customers as an add-on. To request
116
116
access to this endpoint, please contact your Finch account manager.
@@ -134,7 +134,7 @@ def create(
134
134
def create (
135
135
self ,
136
136
* ,
137
- type : Literal ["data_sync_all" ] | Literal ["w4_data_sync " ],
137
+ type : Literal ["data_sync_all" ] | Literal ["w4_form_employee_sync " ],
138
138
individual_id : str | NotGiven = NOT_GIVEN ,
139
139
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
140
140
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -284,8 +284,8 @@ async def create(
284
284
progress. Finch allows a fixed window rate limit of 1 forced refresh per hour
285
285
per connection.
286
286
287
- `w4_data_sync `: Enqueues a job for sync W-4 data for a particular individual,
288
- identified by `individual_id`. This feature is currently in beta.
287
+ `w4_form_employee_sync `: Enqueues a job for sync W-4 data for a particular
288
+ individual, identified by `individual_id`. This feature is currently in beta.
289
289
290
290
This endpoint is available for _Scale_ tier customers as an add-on. To request
291
291
access to this endpoint, please contact your Finch account manager.
@@ -308,7 +308,7 @@ async def create(
308
308
self ,
309
309
* ,
310
310
individual_id : str ,
311
- type : Literal ["w4_data_sync " ],
311
+ type : Literal ["w4_form_employee_sync " ],
312
312
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
313
313
# The extra values given here take precedence over values defined on the client or passed to this method.
314
314
extra_headers : Headers | None = None ,
@@ -326,8 +326,8 @@ async def create(
326
326
progress. Finch allows a fixed window rate limit of 1 forced refresh per hour
327
327
per connection.
328
328
329
- `w4_data_sync `: Enqueues a job for sync W-4 data for a particular individual,
330
- identified by `individual_id`. This feature is currently in beta.
329
+ `w4_form_employee_sync `: Enqueues a job for sync W-4 data for a particular
330
+ individual, identified by `individual_id`. This feature is currently in beta.
331
331
332
332
This endpoint is available for _Scale_ tier customers as an add-on. To request
333
333
access to this endpoint, please contact your Finch account manager.
@@ -351,7 +351,7 @@ async def create(
351
351
async def create (
352
352
self ,
353
353
* ,
354
- type : Literal ["data_sync_all" ] | Literal ["w4_data_sync " ],
354
+ type : Literal ["data_sync_all" ] | Literal ["w4_form_employee_sync " ],
355
355
individual_id : str | NotGiven = NOT_GIVEN ,
356
356
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
357
357
# The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments