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": "0f3c3ebf-58cc-43d6-8b30-9bbd13416c20",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-03T08:26:45.8840217Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "671bbf2b-3d71-42d3-94b2-73017a73df20",
"reportId": "99cc1e39-a3a9-48fd-b208-8e2fec3bb799",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/0f3c3ebf-58cc-43d6-8b30-9bbd13416c20"
}