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": "764efedb-1c15-4237-ba8a-5b42c89d6882",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:43:09.5250272Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a782131d-43a9-478d-89e1-5bce9cd6cb8d",
"reportId": "c896e86c-b1ce-44c5-a877-febbf432e92b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/764efedb-1c15-4237-ba8a-5b42c89d6882"
}
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": "256e3001-d0f3-4d7f-b208-99edc5dcdc98",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:43:09.5250272Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "77c8f9d9-b756-4efc-a859-7d2abb1f0a59",
"reportId": "c3cd93b6-1d33-4256-9e86-0efa2bd6f78f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/256e3001-d0f3-4d7f-b208-99edc5dcdc98"
}