POST v1/Tasks/{TaskID}/Attachments Deprecated
Uploads attachment to a specified Task. This endpoint is deprecated. Please use v2/tasks/{id}/attachments instead
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.