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": "177ae31f-aab2-4f89-850e-5be7ddcaf1c0",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:40:15.268089Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a65d8702-d98c-4f94-9e11-7fb45c94edf0",
"reportId": "93419e37-70c1-4a99-a85e-bc6bbafb860e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/177ae31f-aab2-4f89-850e-5be7ddcaf1c0"
}