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": "3fdbf155-2756-48c2-95f8-62c99aaa3912",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T10:58:47.7500676Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "f54c1847-e0fa-4952-814c-1064e55420b1",
"reportId": "1a7b85f5-083a-4be2-9384-676bf0c0d960",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/3fdbf155-2756-48c2-95f8-62c99aaa3912"
}