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": "adc60a8c-a30d-4b38-bc13-909f774b2fde",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-09T18:30:32.1892263Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "44a1bfe3-57ee-4c8f-8cea-7c86d49423e0",
"reportId": "7f3a28b0-607d-4d9c-94ba-4c953e5732d3",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/adc60a8c-a30d-4b38-bc13-909f774b2fde"
}