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": "6563a590-1f99-414f-9a68-34352f1feff8",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-26T03:39:04.9014858Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "4eb10209-6b83-4c9e-80cc-ed4ff510bc7d",
"reportId": "ce9a45b9-5bf8-404b-b244-4edad7da08c9",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/6563a590-1f99-414f-9a68-34352f1feff8"
}