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": "3437f63a-b26e-4a1f-8277-f434565fd96c",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-25T05:23:22.2616091Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dda44b36-97a5-4206-a174-3cf529823f17",
"reportId": "b7cf9601-9fc7-4022-b40f-d5fcd1a2c6dd",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/3437f63a-b26e-4a1f-8277-f434565fd96c"
}