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": "c77ccad7-8cf3-4eff-9c85-efaad1222450",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-12T13:40:19.9192703Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ac39fc1b-fae4-4955-be49-50222e6b0e65",
"reportId": "58fd1c02-8f35-4ae5-b3ba-31a4f62b8ddc",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/c77ccad7-8cf3-4eff-9c85-efaad1222450"
}
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": "df0672e6-9db1-4871-be8b-1561c20e6a58",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-12T13:40:19.9192703Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3a36d106-d249-457a-8596-ac44360e0a3a",
"reportId": "2851ec67-e222-4d60-9506-83553a399e61",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/df0672e6-9db1-4871-be8b-1561c20e6a58"
}