v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Bulk jobs

Updates bulk upload job status

Updates bulk upload status. In case current status is pending or ongoing, user can perform action cancel, which cancels the bulk upload processes of the job that are still in the pending state. In case current status is completed, failed or cancelled, user can perform action acknowledged which can be used to mark the job acknowledged.

patch/bulkjobs/v4/deviceUploads/{jobId}

Request body

action'cancel' | 'acknowledge' required

Response

Successful

status'pending' | 'ongoing' | 'completed' | 'failed' | 'cancelled' | 'acknowledged'

Status of the bulk upload.