POST v1/Tasks/{TaskID}/Attachments

Uploads attachment to a specified Task.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TaskID

ID for the Task to which the attachment is being uploaded. Submit Multipart Content with attachments in Request Body

integer

Required

Body Parameters

None.

Response Information

Resource Description

HTTP Status OK is returned with success and failure message if any

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.