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": "504b7aba-5c31-42d9-a9c5-15a493d2ebc1",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:10.7688539Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "40cd32dd-ebce-47da-a3e1-de74ee342949",
"reportId": "d1d2c07c-b93a-4f99-936b-c1de9f3cceb3",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/504b7aba-5c31-42d9-a9c5-15a493d2ebc1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.