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": "3541697b-dfe1-4adb-af1e-41e3a72a95c4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:08:21.3798716Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "6b41236f-fa19-4ce9-814c-ae350e91ae39",
"reportId": "2b99dc61-6aad-4994-9ea6-0e87fbdf6d50",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/3541697b-dfe1-4adb-af1e-41e3a72a95c4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.