Create an Export Job Event
Export API (v1)
Create an Export Job Event
deprecated
The Export Job Events imply the different status of an Export Job through the export lifecycle. Use this endpoint to create a new status. For example, started event implies the export job is initiated. The existing Export Job Events are as follows:
- started: An export job is initiated. This allows the integration service to start processing the export job items.
- failed: The export job has failed when an irrecoverable error happens and this could have happened while processing the export job items.
- completed: The export job items have been successfully exported.
- completed_with_errors: The export job items have been processed, although some of them could not be exported.
POST
Create an Export Job Event
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Body
application/json;charset=UTF-8
Available options:
started, failed, completed, completed_with_errors Identifier of the job the event is to be processed for.
Reason why the job failed in the case of a failure. Include this only when the export job event has a failed status.
Available options:
invalid_configuration, missing_configuration, authentication_failure, accounting_system_authentication_failure, pleo_rate_limit, accounting_system_rate_limit, service_unreachable, accounting_system_unreachable, validation_failure, authorization_failure, integration_unusable, job_expired, service_timeout, accounting_system_timeout, canceled_by_user Response
default - application/json;charset=UTF-8
default response