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": "5b73414b-0dec-4415-a0ce-87e4c165396e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:21:38.3301053Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d17d25b5-3974-40b5-be3f-ee6f6ed0098b",
"reportId": "f30deecc-5203-4121-ad51-ded1dac32671",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/5b73414b-0dec-4415-a0ce-87e4c165396e"
}
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": "9dbfd4ed-7c1a-4fe0-b87f-78ceb8e8b6ae",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:21:38.5957446Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "955d1b80-7507-4615-8b76-ab31bd3430d1",
"reportId": "24d059ca-3b0c-4cf4-803f-530e4e0cd008",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/9dbfd4ed-7c1a-4fe0-b87f-78ceb8e8b6ae"
}