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": "1b33cf88-8e52-4d3f-a8da-5336b023724e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:25:13.103364Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "cc539cd5-5132-4c64-99b8-13b468187192",
"reportId": "373faf09-004e-4acc-8da7-58d2765d1c1f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/1b33cf88-8e52-4d3f-a8da-5336b023724e"
}