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": "aef72fd5-47f4-4d18-a1f7-9207cb4e18cd",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:53.1601589Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "61d27af8-421d-47f6-afcb-e6295a8b4b0a",
"reportId": "da0c80f4-1046-4ae8-95f9-a85d50607a62",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/aef72fd5-47f4-4d18-a1f7-9207cb4e18cd"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.