PUT api/Attachments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| Approved | boolean |
None. |
|
| MarkerXSolutionsId | globally unique identifier |
None. |
|
| reportId | globally unique identifier |
None. |
|
| Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "540bdc17-3b9b-44af-8de8-3f1af62dc977",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:59:03.1728512Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5b94488a-ccc3-4ebe-83f3-ec8a7caa52b6",
"reportId": "b6f3a700-1a04-4495-b922-d635baf6d0e7",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/540bdc17-3b9b-44af-8de8-3f1af62dc977"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.