BulkIndexEmployeesRequest

Describes the request body of the /bulkindexemployees API call

Properties

Name Type Description Notes
upload_id str Unique id that must be used for this bulk upload instance
employees [EmployeeInfoDefinition] Batch of employee information
is_first_page bool true if this is the first page of the upload. Defaults to false [optional]
is_last_page bool true if this is the last page of the upload. Defaults to false [optional]
force_restart_upload bool Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true [optional]
disable_stale_data_deletion_check bool True if older employee data needs to be force deleted after the upload completes. Defaults to older data being deleted only if the percentage of data being deleted is less than 20%. This must only be set when `isLastPage = true` [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]