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": "80c918e3-288c-456a-89f2-1229274e70b7",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:31:24.0333146Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ae4e32bb-870a-4db8-b688-4acff4dd3f5f",
"reportId": "984b76a9-c9e1-49cc-8a55-3d69daa6c392",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/80c918e3-288c-456a-89f2-1229274e70b7"
}