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": "5c8a9e15-33cd-4497-b2a4-6546395b7b81",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-09T18:28:46.6138169Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2f8afb91-0392-4058-a489-832fc503fba4",
"reportId": "74b4ee7d-f16f-4314-b021-b611f9852090",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/5c8a9e15-33cd-4497-b2a4-6546395b7b81"
}
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": "4eaf4d2e-32e4-4c4f-b9b7-61f095521e27",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-09T18:28:46.6138169Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "363bc508-feb9-44aa-8a11-e9b54a74bdc7",
"reportId": "06992117-c7df-4c3b-8b63-43d410d2e653",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/4eaf4d2e-32e4-4c4f-b9b7-61f095521e27"
}