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": "92ac455c-a6e2-4041-980d-0db180fc9551",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-09-23T11:00:46.7581692Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ca0bca7e-ab30-4077-9501-6a0bde8c3b59",
"reportId": "40ce8d0e-75fa-4a50-a5d6-ae904942108e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/92ac455c-a6e2-4041-980d-0db180fc9551"
}