PUT api/jobs/uploadattachment/{attachementId}/multipartcontent


Endpoint for uploading the attachment data.

Also send a thumbnail generation request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
attachementId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description


HTTP 200
Success - No content

HTTP 415
If the request is not multipart/form-data

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.

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.