Creates a new file/tag link.
Request Information
URI Parameters :
None.
Body Parameters :
db_file_tag_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| db_file_id |
Foreign key of the tagged file. |
globally unique identifier | |
| db_file_tag_id |
Foreign key of the applied tag. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "6b6f0baf-89c7-458f-9c16-43f4f032977f",
"db_file_id": "c50d222f-6dc9-4013-a816-22949850d461",
"db_file_tag_id": "99435ab7-b2f0-48a2-89f6-609a5d036d75",
"modified_dateutc": "2026-09-16T08:33:25.9277887+00:00"
}
application/xml, text/xml
Sample:
<db_file_tag_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>c50d222f-6dc9-4013-a816-22949850d461</db_file_id> <db_file_tag_id>99435ab7-b2f0-48a2-89f6-609a5d036d75</db_file_tag_id> <id>6b6f0baf-89c7-458f-9c16-43f4f032977f</id> <modified_dateutc>2026-09-16T08:33:25.927Z</modified_dateutc> </db_file_tag_list>
Response Information
Resource Description :
IHttpActionResult containing the created file/tag link.
db_file_tag_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| db_file_id |
Foreign key of the tagged file. |
globally unique identifier | |
| db_file_tag_id |
Foreign key of the applied tag. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "f58e9e58-d9f5-4976-9078-4d0e12411866",
"db_file_id": "c6200c81-8c2f-4f3c-b776-a208fc1ebbb5",
"db_file_tag_id": "972c16cc-b1da-4f3a-b614-55d7d1948148",
"modified_dateutc": "2026-09-16T08:33:25.9412768+00:00"
}
application/xml, text/xml
Sample:
<db_file_tag_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>c6200c81-8c2f-4f3c-b776-a208fc1ebbb5</db_file_id> <db_file_tag_id>972c16cc-b1da-4f3a-b614-55d7d1948148</db_file_tag_id> <id>f58e9e58-d9f5-4976-9078-4d0e12411866</id> <modified_dateutc>2026-09-16T08:33:25.941Z</modified_dateutc> </db_file_tag_list>