POST
/
timmi-absences
/
api
/
imports
/
v1.0
/
leavePeriods

Headers

Content-Type
string
required

Multipart boundary MUST be set in the Content-Type header.

Query Parameters

create
boolean

Use false to simulate the import.

recredit
boolean

Use true if absences should not be deducted from the user balance. Use false if absences should be deducted from the user balance. Note: if the absence type doesn’t have balance management, absence won’t impact the balance in any case.

originalFileName
string
default: import.csv

Filename

synchronize
boolean

Use true to force synchronization of the absences in the sync webservice (sync to Exchange/0365, Google Calendar, Webhook or ADP GXP, depending on configuration). Use false to import absences without synchronizing absences.

async
boolean

Use true if you want to import absences with the asynchronous processing (you have to request figgo/api/imports/v1.0/leavePeriods/{summaryId}/progress API to track the status). Use false if you want import absences with the synchronous processing (the response is sent when the file is fully imported).

Body

multipart/form-data
files
string[]

Response

200 - application/json
summaryId
string
hasError
boolean