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": "19a6e784-15a9-4c6c-a501-a2dba74fa716",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-14T01:07:25.3895401Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d7c30267-1cd0-4901-839e-145113e6e768",
"reportId": "c340ccea-efd6-469c-b166-7f0fb8040d59",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/19a6e784-15a9-4c6c-a501-a2dba74fa716"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.