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": "388b20f2-6910-476b-af09-a36fb65d4f82",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-09-23T10:57:20.5530045Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d794aa74-3012-4c92-8abc-778ac60ad467",
"reportId": "1f3fc97c-bcfe-4aef-bff4-083c385a2f8b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/388b20f2-6910-476b-af09-a36fb65d4f82"
}
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": "e1d2b01c-8227-4e35-9672-06c1767fc40b",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-09-23T10:57:20.5530045Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d60a16e7-9ddf-494a-9ff8-d83660ba7788",
"reportId": "23e65766-6098-4f89-9704-630002fe89a1",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/e1d2b01c-8227-4e35-9672-06c1767fc40b"
}