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": "a3c1b641-85fc-44d2-af3c-e7bdd0c68347",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:32:51.6937772Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "af316f08-179a-4d21-b8fd-16ec31fcbb4c",
"reportId": "c4a6d7cc-828a-4144-8d1e-fc26d51c96c0",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/a3c1b641-85fc-44d2-af3c-e7bdd0c68347"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.