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": "cbe4a886-cb5a-4561-8c96-6b9af2acc466",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:18:36.2690758Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "078f0b1b-6231-4dd7-b2e3-cfe48234135e",
"reportId": "d799f1ee-d5ed-48ee-895c-5db03d51949f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/cbe4a886-cb5a-4561-8c96-6b9af2acc466"
}