Uses to upload files to a entity (like a task). Add file content into request body.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| db_table_id |
TableID of the object.For Task uses 448260E5-7A17-4381-A254-0B1D8FE53947 |
globally unique identifier |
Required |
| id_in_table |
ID of the object, like task.id |
globally unique identifier |
Required |
| description |
description of the file |
string |
Required |
Body Parameters :
None.
Response Information
Resource Description :
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |