POST /api_v2/customers/timesheet_import
Import Timesheet from CSV file
Supported Formats
jsonErrors
| Code | Description |
|---|---|
| 422 | Error processing the CSV file |
Params
| Param name | Description |
|---|---|
|
token
required |
Token obtained from /authenticate Validations:
|
|
csv_file
required |
CSV file containing timesheet data Validations:
|
|
approve
optional |
Whether to auto-approve the import (1) or not (0) Validations:
|