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": "8d168c9e-bf3a-47a3-9da0-0f32383b4b10",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-09T12:16:30.7305904Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0651a0d5-35de-4e0d-8f9c-53a0a625e26f",
"reportId": "e32c748d-7e08-4035-9dcc-09ee9d3f2966",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/8d168c9e-bf3a-47a3-9da0-0f32383b4b10"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.