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": "bff612c0-205f-4991-b27b-04f7e8857589",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:39:10.5439561Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "70a807e4-9004-4aa2-be51-c5c3125910c8",
"reportId": "9b3ff1ad-cccf-419f-b0e0-88a94bb24db8",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/bff612c0-205f-4991-b27b-04f7e8857589"
}