POST api/Attachments?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"id": "aa44cb14-161c-4d2b-939f-927439e14195",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:39:40.3208555Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "91cc2d39-45a0-447f-a413-7799f8a7b76c",
"reportId": "2a3fc88f-3fc9-43a8-9092-8717c2a62ba0",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/aa44cb14-161c-4d2b-939f-927439e14195"
}
application/x-www-form-urlencoded
Sample:
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": "617d93a4-dc66-4dea-9529-8303f80fff5c",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:39:40.3208555Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "edb87938-ecbd-4385-be2c-ebbb6af7a9b0",
"reportId": "68a09f9b-ad18-4ef9-8592-92ac2f8b6f5d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/617d93a4-dc66-4dea-9529-8303f80fff5c"
}