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": "ea80965e-d121-44b5-a17f-380d572f5f98",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:52.8945156Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e64693e5-1fe6-4a31-b6f6-b1cc027c7ee5",
"reportId": "97a7e588-b770-4ef4-8e39-a7445e308737",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ea80965e-d121-44b5-a17f-380d572f5f98"
}
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": "d18e7c85-c9c8-4906-b8e5-cca6a101ef8e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:52.8945156Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "91f0452c-4d70-479a-bebe-c0ef2670c90c",
"reportId": "73641cdc-f9d7-43d9-b667-66d4ea31e53f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d18e7c85-c9c8-4906-b8e5-cca6a101ef8e"
}