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": "00054946-14b8-4120-a07b-5389285e16a9",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:38.7203152Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "aa6fd2cd-c474-4af4-90ab-e022121c4f28",
"reportId": "efa350fe-bca6-4723-9ec5-33b7e84aaf67",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/00054946-14b8-4120-a07b-5389285e16a9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.