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": "d139df03-ec18-4ca7-9f76-f801a6f1f885",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:41:37.669499Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "26c80f81-08e0-473d-b87b-989e688dcc23",
"reportId": "d0c70110-bdb2-4ee6-8e6a-a3d42df766fe",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d139df03-ec18-4ca7-9f76-f801a6f1f885"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.