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": "8db23148-465a-4208-a46a-46872f30b78b",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:28:43.9826857Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "bc2be8b7-0bc6-4029-8433-949dabcde23e",
"reportId": "b47fc02d-1a4e-4f38-b687-c9fc58e2c21e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/8db23148-465a-4208-a46a-46872f30b78b"
}
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": "b0fba9dc-527c-4ade-b50f-26ba7e7f5e61",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:28:43.9826857Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "17f91dfd-e791-43af-b011-73024e6ec66c",
"reportId": "a89e8885-7e8a-457a-8c8a-f40986c81f7a",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/b0fba9dc-527c-4ade-b50f-26ba7e7f5e61"
}