POST api/AttachmentsFile?markerXSolutionsId={markerXSolutionsId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| markerXSolutionsId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"id": "83ae3c6e-b9a8-4fc4-8cfb-a47a3d583957",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:15:03.4139983Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b5a36d5c-fef9-4575-bec6-5abef9c642e9",
"reportId": "6d45e18e-dd46-4722-a921-4196a85879f0",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/83ae3c6e-b9a8-4fc4-8cfb-a47a3d583957"
}