Imports Holiday Calendar events from XLSX file.

Access: System, Admin, and ClientAdmin users only.

Request format is multipart/form-data with file field file.
Import is create-only (existing records are not updated/deleted).

Row processing is independent and partial:
invalid rows are marked and processing continues until 5 consecutive row errors are reached.

Missing End Date defaults to Start Date.
Missing Country defaults to US.

On success returns 200 with JSON summary.
On row-level validation errors returns 422 with JSON summary and annotated XLSX (multipart/mixed).
Rows already marked as Success and locked are skipped on re-import.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Company identifier from route.

Body Params
file

Uploaded XLSX file based on the provided import template.

Headers
string
required
Defaults to 2.0

The requested API version

string
Defaults to 2.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
multipart/mixed