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": "9c197336-1041-4732-bc2f-e5b4417d8d06",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-18T23:38:30.1012183Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a600f054-bd02-41a4-bd03-d9419abc74bb",
"reportId": "bf7767fc-847b-4a49-93e9-485ca323a888",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/9c197336-1041-4732-bc2f-e5b4417d8d06"
}
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": "b88b894c-77a3-426c-8623-e38f3c6262ef",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-18T23:38:30.1012183Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "1323d2c3-fd84-46ae-b0ba-ca2c7c79e225",
"reportId": "3545d989-9dab-4c7c-8192-54c437e9ea61",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/b88b894c-77a3-426c-8623-e38f3c6262ef"
}