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": "6a8a8218-8d11-483e-9fa7-2fdd1d8e84ac",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:03:29.7886133Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "45ad7e61-4889-48a0-9aff-8970f467ee8b",
"reportId": "0bbda642-c3a2-4760-835c-ad7ef750e390",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/6a8a8218-8d11-483e-9fa7-2fdd1d8e84ac"
}
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": "8e60c0ac-8cac-4410-adf0-fe7cee9a8ab6",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:03:29.7886133Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "9122f698-1293-4f51-9ddc-6d70cd74718a",
"reportId": "1cdb9e72-075c-4bd6-8c19-33a80d99453b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/8e60c0ac-8cac-4410-adf0-fe7cee9a8ab6"
}