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": "ba4743ab-392c-470a-9040-480d290712ce",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T10:59:35.2031104Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a26bc341-2265-4ce8-8af6-b50af897ef22",
"reportId": "3318b9f2-5df8-4d0b-9d0c-89cc0c35c729",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ba4743ab-392c-470a-9040-480d290712ce"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.