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": "cb3bfc3b-e12e-4c1e-86cd-4eec6b32497c",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-18T23:41:02.8178763Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ac878543-bba5-4408-97ad-6f99b1eb877e",
"reportId": "d84bab5e-31c3-4efa-94ff-62d2cf99f09d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/cb3bfc3b-e12e-4c1e-86cd-4eec6b32497c"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.