PUT api/jobs/{jobId}/markAsReadyToComplete


Transitions an job from InProgress/Uploading to Review

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

The id of job

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description


HTTP 204
Success No content.

HTTP 404
EntityNotFoundException - Job not found
EntityNotFoundException - Job state not exists

HTTP 400
EntityDoesntExist - JobAttachment with id: xxx doesn't exist. It was probably deleted. - If the file meta data doesn't exist.
EntityDoesntExist - Job with id: xxx doesn't exist. It was probably deleted. - If the file meta data doesn't exist.
NotAllowedJobStateTransitionException - Transition xxx -> xxx is not allowed.

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.