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": "e05b4b5d-bb76-4ed8-8b58-54f5b8b42b6e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:26:11.0614583Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "75296685-7234-484c-9b9f-2a46007e96b8",
"reportId": "18a10c23-fc25-43ab-a3b2-145686fa820e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/e05b4b5d-bb76-4ed8-8b58-54f5b8b42b6e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.