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": "55a296f7-daaa-40b5-9e68-437a3e9da5bb",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:19:35.0669595Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8a5add75-c34a-4add-ad3b-f3cdbc592a49",
"reportId": "86cb78f5-66d7-4a22-8cf9-a5c99b884944",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/55a296f7-daaa-40b5-9e68-437a3e9da5bb"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.