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": "f188f44b-4cb7-4fd0-afdf-b205f7379c29",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-12T13:44:21.9625588Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "68c38670-4ef9-40ec-accc-a94fd6e6e7de",
"reportId": "afca95cd-0bf4-4336-a463-8df28074645b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/f188f44b-4cb7-4fd0-afdf-b205f7379c29"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.