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": "9c735b9b-9549-4245-aff6-cc1dfdbc5e28",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:47:27.8467375Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "7f7092f1-9dce-4ae2-ac3b-e5af3319933b",
"reportId": "4cbcc15a-bcb0-415d-a865-a195717c1043",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/9c735b9b-9549-4245-aff6-cc1dfdbc5e28"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "c02e59a5-6191-4496-9ca3-7a2fbe9b0db2",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:47:28.1291177Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "054927ca-ac0c-47d1-ae14-d1d0c1231fb0",
"reportId": "1cb80c01-f1cb-4b85-bc4a-d14eba5b8db3",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/c02e59a5-6191-4496-9ca3-7a2fbe9b0db2"
}