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": "8cbf4ae5-3405-4635-8bd5-77fc072d79e1",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-03T08:24:42.588852Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b50e0310-1048-4dbf-9b93-c395ca58de1c",
"reportId": "58b13df0-fba6-403e-b124-2ac2962f0da8",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/8cbf4ae5-3405-4635-8bd5-77fc072d79e1"
}
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": "05e502de-b328-484f-b65f-f59070d2a381",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-03T08:24:42.588852Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "00995908-27ce-460c-bd7d-d0504812dd3c",
"reportId": "5dcd294b-35e1-4b4d-90e2-8172b072dafe",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/05e502de-b328-484f-b65f-f59070d2a381"
}