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": "be651862-e877-49d5-9094-a4477a25e7de",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-09T12:12:55.3778768Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "12728573-9c18-470d-b468-b58b5c78e076",
"reportId": "7c0aca2b-f57c-45d3-9638-23f44eb09a5c",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/be651862-e877-49d5-9094-a4477a25e7de"
}
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": "ea422f70-defd-4bfe-abd6-1bc2e9b436d9",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-09T12:12:55.3778768Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "be32e0fd-d860-45ba-ad91-dc6f840cd7b0",
"reportId": "4a46434d-ce6a-4c89-b106-7f9d6a56cb8d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ea422f70-defd-4bfe-abd6-1bc2e9b436d9"
}