Description
A resource is the execution of an export configuration. The launch of an export configuration only needs a resource export which refers to the wished configuration.
| URI | <url_de_base>/api/feed/export |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#export |
| Available for writing | Yes |
Elements
| Element | Description |
|---|---|
| atom:link (rel="related") | The href attribute must be the reference of the export configuration to be executed (or which was executed). |
| log | Whether the export was executed, contains the log of the export. |
Rules
The export is carried out on the employees present in the structure selected in the export configuration, at least one day in the export period.
If no period is specified in the input file, the date on which the export is executed is used.
Examples of requests
Writing
Launch an export
POST /[URI_de_base]/api/feed/export
Exemple de fichier JSON en entrée
Launch an export for a given period (from 01/11/2024 until 30/11/2024)
POST /[URI_de_base]/api/feed/export
Exemple de fichier JSON en entrée
Functional error messages
- Error 400 Ce service web n'est utilisable qu'en POST
- Error 400 L'export ne fait pas référence à une configuration d'export (<link href=\"...\" rel=\"related\"/>)")
Comments
0 comments
Please sign in to leave a comment.