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": "8e1bf0fe-4aa7-4149-b5b0-2cefb7edbdc1",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:53:46.8900837Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b8544dcf-2069-46e1-a995-e7427d9e6414",
"reportId": "61d454e9-46ca-4809-a6bc-d2745b413aab",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8e1bf0fe-4aa7-4149-b5b0-2cefb7edbdc1"
}