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": "abedd6a6-d859-491d-8743-88707086ca56",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:40:15.1118568Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e520a4cc-95f9-4aca-bfc5-b13939fdd9ed",
"reportId": "997a6ff5-db9d-47aa-943d-4ac3f9c2f98b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/abedd6a6-d859-491d-8743-88707086ca56"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.