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": "4b07a5f5-74ce-4239-ab47-536c413e4235",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:53.0351425Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5885ce24-094f-464e-b566-ed6ec85f2505",
"reportId": "705db8e3-062e-49e0-87d5-0888c06e53fc",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/4b07a5f5-74ce-4239-ab47-536c413e4235"
}