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": "59b01174-bd85-4c5d-87b7-50f64299b961",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:42:53.6754515Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "8ae76dcc-09a2-49f2-92fb-846935be2e5e",
"reportId": "f9787fb5-998e-448a-8afe-53330fd26f94",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/59b01174-bd85-4c5d-87b7-50f64299b961"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.