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": "38e9116a-33de-4cf4-adb0-745b9a271fc7",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:41:06.4261168Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "635e3131-c458-49aa-8b00-e5c26203908e",
"reportId": "9314ecf6-c49e-41a2-882e-f8b875bc280a",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/38e9116a-33de-4cf4-adb0-745b9a271fc7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.