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": "eb5eaf68-5a3e-47c2-94ea-2c7ba1640734",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-06T10:17:38.6734088Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "f88bff69-25d8-4b97-8f6b-47e105104212",
"reportId": "cdf309c5-f7a7-404e-a244-2c63d0856b55",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/eb5eaf68-5a3e-47c2-94ea-2c7ba1640734"
}