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": "624dd577-9bc9-452c-9a77-a82b3fb631db",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:41:18.4482432Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "1c881047-f7b8-41d3-9bd8-aded776e7881",
"reportId": "ed641b1f-49bb-4f29-b5ce-b8978fe2b959",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/624dd577-9bc9-452c-9a77-a82b3fb631db"
}