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": "91f3577a-e699-40f2-98d7-25998bb91f30",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-26T03:39:37.7950496Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "6400550f-91ef-4223-930b-3fd93035123e",
"reportId": "1689b36a-ddd6-4be5-ba3c-4cf42ab46ba3",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/91f3577a-e699-40f2-98d7-25998bb91f30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.