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": "72244c97-b654-4a2b-8482-e739eca85700",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-12T13:44:21.9625588Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "db987311-8421-4ed4-8b94-4b8cca41a14f",
"reportId": "eeea3a34-7bf6-41f6-85a1-9a5a967f0100",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/72244c97-b654-4a2b-8482-e739eca85700"
}