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": "c1478e1e-900e-444f-9c42-7e017040f1c3",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-09T12:16:30.243295Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0deb357f-dbfb-4e58-8a3d-e3b02f867328",
"reportId": "183aac6b-0933-42ae-9f03-ab514dd3b4fd",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/c1478e1e-900e-444f-9c42-7e017040f1c3"
}