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": "0ba5dea2-b28b-4bc8-8c9c-967e2a96163f",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:38.6109409Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d558e5c7-8a22-4f46-9b35-6325ac270d5d",
"reportId": "ae34ce37-9321-4631-bc3f-f89a73ed5f4b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/0ba5dea2-b28b-4bc8-8c9c-967e2a96163f"
}
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": "01f52e8f-b3d5-442f-8db0-33518268c69a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:38.6109409Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dfab8043-cb05-4fab-aae6-32a5d05cf070",
"reportId": "f341b35b-df6b-4035-a3e9-693227995aeb",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/01f52e8f-b3d5-442f-8db0-33518268c69a"
}