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": "8cf8bba3-807a-4694-8990-5b34e8a4812d",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:23.1338187Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "f95556d9-122a-4947-865c-d1103421185d",
"reportId": "d74839a9-bf15-40f3-ae71-bd59c9058a5f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/8cf8bba3-807a-4694-8990-5b34e8a4812d"
}