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": "b74753af-cf9b-423b-bb35-3c592dca0246",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:50:12.2532033Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5829eac7-5d69-45aa-a763-ad8acac9457f",
"reportId": "b057197a-cb76-43c4-a3ca-a75d1d4b53e8",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/b74753af-cf9b-423b-bb35-3c592dca0246"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.