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": "7063587e-9ab2-4c00-91c1-c2607b6e25b9",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:37:10.2469302Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ce21b551-3ee4-4079-9c98-9c726516a061",
"reportId": "e700622c-21f8-4db9-9c98-bd4eaecfebc4",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/7063587e-9ab2-4c00-91c1-c2607b6e25b9"
}
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": "3322da47-05c0-4ef5-b1cd-74295c5860be",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:37:10.2469302Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5841748d-9dbc-4782-8634-86a8a313beb6",
"reportId": "745dfab5-2c09-4848-8e59-af27f1987e2d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/3322da47-05c0-4ef5-b1cd-74295c5860be"
}