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": "e7573d39-012a-4b23-a23e-caa1ef77de94",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:35:36.7557829Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "3b616dbb-4b02-4281-816d-4084a7d3133a",
"reportId": "a0850bd9-4603-44b7-a7fb-a89a99c79b92",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/e7573d39-012a-4b23-a23e-caa1ef77de94"
}
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": "c32ce74e-9fb3-486c-87a6-264c1e6f198e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:35:36.7557829Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5c684647-7121-4b1e-9a22-bc7f5cc7423f",
"reportId": "80cc6667-9d06-493f-98cc-7ea83235b744",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/c32ce74e-9fb3-486c-87a6-264c1e6f198e"
}