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": "8de89b3a-42dc-4cf5-b1a3-d56c55d18e04",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:08:23.4561432Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a2b7cc52-f8bd-42f3-9622-c3292633bc05",
"reportId": "f25cad7c-fcd2-4cee-8ddd-b4fbf5e98e4b",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8de89b3a-42dc-4cf5-b1a3-d56c55d18e04"
}